Skip to content

Commit fb37a5d

Browse files
RivianTrackrclaude
andcommitted
Bump version to 1.51.0 and add changelog entry
Record the efficiency-score frontend discontinuation. Also syncs the stale package.json version (was 1.49.3) to match the plugin. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 002baeb commit fb37a5d

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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.51.0] - 2026-07-02
8+
9+
### Changed
10+
- **Discontinued the proprietary efficiency score in the frontend.** The calculated efficiency badge (A–F grade + 0–100 value) no longer appears on tire cards or the compare page, the "Efficiency Grade" sort option is removed, and its info tooltip is gone. The default sort across every mode (client, server-side pagination, and the public REST `/tires` endpoint) is now "Real-World Efficiency" (Roamer mi/kWh) so results are no longer ordered by the discontinued score; `efficiency_score` remains an accepted REST sort value for backward compatibility. This is a frontend-only change and fully reversible — the `efficiency_score` / `efficiency_grade` DB columns, the calculation engine, `recalculate_all_efficiency`, the admin tire-edit preview and "Recalculate Grades" action, CSV import/export, and the efficiency-calc endpoints are all untouched, and the stored values still flow through the tire payload. Roamer real-world efficiency (mi/kWh) is unaffected.
11+
712
## [1.50.2] - 2026-06-17
813

914
### Removed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rivian-tire-guide",
3-
"version": "1.49.3",
3+
"version": "1.51.0",
44
"private": true,
55
"description": "Interactive tire guide for Rivian vehicles — WordPress plugin",
66
"scripts": {

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.50.2
5+
* Version: 1.51.0
66
* Author: RivianTrackr
77
* Text Domain: rivian-tire-guide
88
* Requires at least: 5.8
@@ -14,7 +14,7 @@
1414
exit;
1515
}
1616

17-
define( 'RTG_VERSION', '1.50.2' );
17+
define( 'RTG_VERSION', '1.51.0' );
1818
define( 'RTG_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
1919
define( 'RTG_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
2020
define( 'RTG_PLUGIN_FILE', __FILE__ );

0 commit comments

Comments
 (0)