Changeset 3496267
- Timestamp:
- 04/01/2026 07:48:28 AM (16 hours ago)
- Location:
- trustie
- Files:
-
- 4 edited
- 1 copied
-
tags/1.1.0 (copied) (copied from trustie/trunk)
-
tags/1.1.0/readme.txt (modified) (3 diffs)
-
tags/1.1.0/trustie.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/trustie.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trustie/tags/1.1.0/readme.txt
r3496259 r3496267 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1. 0.77 Stable tag: 1.1.0 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 168 168 == Changelog == 169 169 170 = 1. 0.0 =171 * Initial release170 = 1.1.0 = 171 * Initial public release 172 172 * Google Reviews with JSON-LD schema markup for rich results 173 173 * Testimonials with customisable submission form and auto-approval … … 186 186 == Upgrade Notice == 187 187 188 = 1. 0.0 =188 = 1.1.0 = 189 189 Welcome to Trustie! Reviews, testimonials, and Google Business reviews for WordPress — free, self-hosted, and yours. 190 190 -
trustie/tags/1.1.0/trustie.php
r3496259 r3496267 4 4 * Plugin URI: https://docs.tracksies.com/docs/trustie-free/ 5 5 * Description: Reviews, testimonials, and Google reviews for WordPress. Display star ratings, collect testimonials, show Google Business reviews, and add a floating reviews widget — with or without WooCommerce. 6 * Version: 1. 0.76 * Version: 1.1.0 7 7 * Author: Tracksies 8 8 * Author URI: https://tracksies.com … … 65 65 */ 66 66 if ( ! defined( 'TRUSTIE_VERSION' ) ) { 67 define( 'TRUSTIE_VERSION', '1. 0.7' );67 define( 'TRUSTIE_VERSION', '1.1.0' ); 68 68 } 69 69 if ( ! defined( 'TRUSTIE_PLUGIN_FILE' ) ) { -
trustie/trunk/readme.txt
r3496259 r3496267 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1. 0.77 Stable tag: 1.1.0 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 168 168 == Changelog == 169 169 170 = 1. 0.0 =171 * Initial release170 = 1.1.0 = 171 * Initial public release 172 172 * Google Reviews with JSON-LD schema markup for rich results 173 173 * Testimonials with customisable submission form and auto-approval … … 186 186 == Upgrade Notice == 187 187 188 = 1. 0.0 =188 = 1.1.0 = 189 189 Welcome to Trustie! Reviews, testimonials, and Google Business reviews for WordPress — free, self-hosted, and yours. 190 190 -
trustie/trunk/trustie.php
r3496259 r3496267 4 4 * Plugin URI: https://docs.tracksies.com/docs/trustie-free/ 5 5 * Description: Reviews, testimonials, and Google reviews for WordPress. Display star ratings, collect testimonials, show Google Business reviews, and add a floating reviews widget — with or without WooCommerce. 6 * Version: 1. 0.76 * Version: 1.1.0 7 7 * Author: Tracksies 8 8 * Author URI: https://tracksies.com … … 65 65 */ 66 66 if ( ! defined( 'TRUSTIE_VERSION' ) ) { 67 define( 'TRUSTIE_VERSION', '1. 0.7' );67 define( 'TRUSTIE_VERSION', '1.1.0' ); 68 68 } 69 69 if ( ! defined( 'TRUSTIE_PLUGIN_FILE' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.