Plugin Directory

Changeset 3379017


Ignore:
Timestamp:
10/15/2025 04:01:54 PM (5 months ago)
Author:
7thskysoftware
Message:

Trademark issue fixed

Location:
smart-reviews-display
Files:
33 added
2 edited

Legend:

Unmodified
Added
Removed
  • smart-reviews-display/trunk/readme.txt

    r3378814 r3379017  
    1 === Smart Reviews Display - Display reviews from Google, Yelp, Facebook & more ===
     1=== Smart Reviews Display - Display reviews from Google, Yelp & more ===
    22Contributors: 7thskysoftware, mishalfatima684
    33Tags: reviews, ratings, google, yelp, testimonials,
     
    66Tested up to: 6.8
    77Requires PHP: 7.4
    8 Stable tag: 1.0.3
     8Stable tag: 1.0.4
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    172172== Changelog ==
    173173
     174
     175= 1.0.4 =
     176* **Security Enhancement**: Improved input sanitization and validation across all review sources
     177* **Bug Fixes**: Fixed caching issues and improved error handling for external API calls
     178
    174179= 1.0.3 =
    175180* **Security Enhancement**: Improved input sanitization and validation across all review sources
     
    207212== Upgrade Notice ==
    208213
     214= 1.0.4 =
     215Bug fixes and performance improvements. No action required - all changes are backward compatible.
     216
    209217= 1.0.3 =
    210218Security and stability update. No action required - all changes are backward compatible.
  • smart-reviews-display/trunk/smart-reviews-display.php

    r3378814 r3379017  
    33 * Plugin Name: Smart Reviews Display
    44 * Description: Display WordPress.org plugin/theme reviews via shortcode or Gutenberg block, with layouts, pin/hide, manual testimonials, and caching.
    5  * Version:     1.0.3
     5 * Version:     1.0.4
    66 * Author:      Seventh Sky
    77 * Author URI:  https://7thskysoftware.com/smart-reviews-display
     
    2222
    2323// Shared plugin constants.
    24 define( 'SMART_REVIEWS_VERSION', '1.0.3' );
     24define( 'SMART_REVIEWS_VERSION', '1.0.4' );
    2525define( 'SMART_REVIEWS_PLUGIN_FILE', __FILE__ );
    2626define( 'SMART_REVIEWS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.