Plugin Directory

Changeset 3496267


Ignore:
Timestamp:
04/01/2026 07:48:28 AM (16 hours ago)
Author:
tracksies
Message:

Tagging version 1.1.0

Location:
trustie
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trustie/tags/1.1.0/readme.txt

    r3496259 r3496267  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.0.7
     7Stable tag: 1.1.0
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    168168== Changelog ==
    169169
    170 = 1.0.0 =
    171 * Initial release
     170= 1.1.0 =
     171* Initial public release
    172172* Google Reviews with JSON-LD schema markup for rich results
    173173* Testimonials with customisable submission form and auto-approval
     
    186186== Upgrade Notice ==
    187187
    188 = 1.0.0 =
     188= 1.1.0 =
    189189Welcome to Trustie! Reviews, testimonials, and Google Business reviews for WordPress — free, self-hosted, and yours.
    190190
  • trustie/tags/1.1.0/trustie.php

    r3496259 r3496267  
    44 * Plugin URI: https://docs.tracksies.com/docs/trustie-free/
    55 * 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.7
     6 * Version: 1.1.0
    77 * Author: Tracksies
    88 * Author URI: https://tracksies.com
     
    6565 */
    6666if ( ! defined( 'TRUSTIE_VERSION' ) ) {
    67     define( 'TRUSTIE_VERSION', '1.0.7' );
     67    define( 'TRUSTIE_VERSION', '1.1.0' );
    6868}
    6969if ( ! defined( 'TRUSTIE_PLUGIN_FILE' ) ) {
  • trustie/trunk/readme.txt

    r3496259 r3496267  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.0.7
     7Stable tag: 1.1.0
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    168168== Changelog ==
    169169
    170 = 1.0.0 =
    171 * Initial release
     170= 1.1.0 =
     171* Initial public release
    172172* Google Reviews with JSON-LD schema markup for rich results
    173173* Testimonials with customisable submission form and auto-approval
     
    186186== Upgrade Notice ==
    187187
    188 = 1.0.0 =
     188= 1.1.0 =
    189189Welcome to Trustie! Reviews, testimonials, and Google Business reviews for WordPress — free, self-hosted, and yours.
    190190
  • trustie/trunk/trustie.php

    r3496259 r3496267  
    44 * Plugin URI: https://docs.tracksies.com/docs/trustie-free/
    55 * 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.7
     6 * Version: 1.1.0
    77 * Author: Tracksies
    88 * Author URI: https://tracksies.com
     
    6565 */
    6666if ( ! defined( 'TRUSTIE_VERSION' ) ) {
    67     define( 'TRUSTIE_VERSION', '1.0.7' );
     67    define( 'TRUSTIE_VERSION', '1.1.0' );
    6868}
    6969if ( ! defined( 'TRUSTIE_PLUGIN_FILE' ) ) {
Note: See TracChangeset for help on using the changeset viewer.