Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to the Rivian Tire Guide plugin will be documented in this f

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [1.17.2] - 2026-02-20

### Changed
- **Plugin version** — Bumped to 1.17.2 to bust browser and CDN caches after the Newest Added sort fix.

## [1.17.1] - 2026-02-20

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rivian-tire-guide",
"version": "1.17.1",
"version": "1.17.2",
"private": true,
"description": "Interactive tire guide for Rivian vehicles — WordPress plugin",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions rivian-tire-guide.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Rivian Tire Guide
* Description: Interactive tire guide for Rivian vehicles with filtering, comparison, and ratings.
* Version: 1.17.1
* Version: 1.17.2
* Author: RivianTrackr
* Text Domain: rivian-tire-guide
* Requires at least: 5.8
Expand All @@ -13,7 +13,7 @@
exit;
}

define( 'RTG_VERSION', '1.17.1' );
define( 'RTG_VERSION', '1.17.2' );
define( 'RTG_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'RTG_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'RTG_PLUGIN_FILE', __FILE__ );
Expand Down