Changeset 3379017
- Timestamp:
- 10/15/2025 04:01:54 PM (5 months ago)
- Location:
- smart-reviews-display
- Files:
-
- 33 added
- 2 edited
-
tags/1.0.4 (added)
-
tags/1.0.4/LICENSE (added)
-
tags/1.0.4/admin (added)
-
tags/1.0.4/admin/partials (added)
-
tags/1.0.4/admin/partials/smart-reviews-display-support.php (added)
-
tags/1.0.4/admin/partials/smart-reviews-display-upgrade.php (added)
-
tags/1.0.4/aggregate (added)
-
tags/1.0.4/aggregate.js (added)
-
tags/1.0.4/aggregate/block.json (added)
-
tags/1.0.4/assets (added)
-
tags/1.0.4/assets/admin.css (added)
-
tags/1.0.4/assets/admin.js (added)
-
tags/1.0.4/assets/carousel.css (added)
-
tags/1.0.4/assets/carousel.js (added)
-
tags/1.0.4/assets/frontend.css (added)
-
tags/1.0.4/block (added)
-
tags/1.0.4/block.js (added)
-
tags/1.0.4/block/block.json (added)
-
tags/1.0.4/includes (added)
-
tags/1.0.4/includes/class-smart-reviews-aggregate-block.php (added)
-
tags/1.0.4/includes/class-smart-reviews-all.php (added)
-
tags/1.0.4/includes/class-smart-reviews-block.php (added)
-
tags/1.0.4/includes/class-smart-reviews-cron.php (added)
-
tags/1.0.4/includes/class-smart-reviews-custom-manager.php (added)
-
tags/1.0.4/includes/class-smart-reviews-frontend.php (added)
-
tags/1.0.4/includes/class-smart-reviews-google.php (added)
-
tags/1.0.4/includes/class-smart-reviews-manager.php (added)
-
tags/1.0.4/includes/class-smart-reviews-renderer.php (added)
-
tags/1.0.4/includes/class-smart-reviews-service.php (added)
-
tags/1.0.4/includes/class-smart-reviews-settings.php (added)
-
tags/1.0.4/includes/class-smart-reviews-yelp.php (added)
-
tags/1.0.4/readme.txt (added)
-
tags/1.0.4/smart-reviews-display.php (added)
-
trunk/readme.txt (modified) (4 diffs)
-
trunk/smart-reviews-display.php (modified) (2 diffs)
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 === 2 2 Contributors: 7thskysoftware, mishalfatima684 3 3 Tags: reviews, ratings, google, yelp, testimonials, … … 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.4 8 Stable tag: 1.0. 38 Stable tag: 1.0.4 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 172 172 == Changelog == 173 173 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 174 179 = 1.0.3 = 175 180 * **Security Enhancement**: Improved input sanitization and validation across all review sources … … 207 212 == Upgrade Notice == 208 213 214 = 1.0.4 = 215 Bug fixes and performance improvements. No action required - all changes are backward compatible. 216 209 217 = 1.0.3 = 210 218 Security and stability update. No action required - all changes are backward compatible. -
smart-reviews-display/trunk/smart-reviews-display.php
r3378814 r3379017 3 3 * Plugin Name: Smart Reviews Display 4 4 * Description: Display WordPress.org plugin/theme reviews via shortcode or Gutenberg block, with layouts, pin/hide, manual testimonials, and caching. 5 * Version: 1.0. 35 * Version: 1.0.4 6 6 * Author: Seventh Sky 7 7 * Author URI: https://7thskysoftware.com/smart-reviews-display … … 22 22 23 23 // Shared plugin constants. 24 define( 'SMART_REVIEWS_VERSION', '1.0. 3' );24 define( 'SMART_REVIEWS_VERSION', '1.0.4' ); 25 25 define( 'SMART_REVIEWS_PLUGIN_FILE', __FILE__ ); 26 26 define( 'SMART_REVIEWS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.