Skip to content

Commit cf42344

Browse files
committed
Bump version to 1.23.0 and update changelog
https://claude.ai/code/session_01BAc9aiNw9dh4GeqEkpkxLK
1 parent 22049bd commit cf42344

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to the Rivian Tire Guide plugin will be documented in this f
44

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

7+
## [1.23.0] - 2026-03-01
8+
9+
### Added
10+
- **Standalone tire review page** — New shareable page at `/tire-review/` where anyone can select a tire and submit a review without navigating the full catalog. Features a searchable tire dropdown, inline review form with star rating, and support for both logged-in and guest reviewers. Deep-link to a specific tire via `?tire=TIRE_ID` for social sharing with tire-specific OG/Twitter meta tags.
11+
- **Tire Review Page Slug setting** — Configurable URL slug for the review page in Settings > Display Settings (default: `tire-review`).
12+
713
## [1.22.0] - 2026-03-01
814

915
### Changed

rivian-tire-guide.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Rivian Tire Guide
44
* Description: Interactive tire guide for Rivian vehicles with filtering, comparison, and ratings.
5-
* Version: 1.22.0
5+
* Version: 1.23.0
66
* Author: RivianTrackr
77
* Text Domain: rivian-tire-guide
88
* Requires at least: 5.8
@@ -13,7 +13,7 @@
1313
exit;
1414
}
1515

16-
define( 'RTG_VERSION', '1.22.0' );
16+
define( 'RTG_VERSION', '1.23.0' );
1717
define( 'RTG_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
1818
define( 'RTG_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
1919
define( 'RTG_PLUGIN_FILE', __FILE__ );

0 commit comments

Comments
 (0)