Changeset 3452296
- Timestamp:
- 02/02/2026 05:40:11 PM (2 months ago)
- Location:
- five-star-ratings-shortcode
- Files:
-
- 5 deleted
- 6 edited
- 7 copied
-
tags/1.2.60 (deleted)
-
tags/1.2.61 (copied) (copied from five-star-ratings-shortcode/trunk)
-
tags/1.2.61/assets/dist/js/clipboard.js (deleted)
-
tags/1.2.61/assets/dist/js/clipboard.min.js (deleted)
-
tags/1.2.61/assets/dist/js/jquery-validate (deleted)
-
tags/1.2.61/five-star-ratings-shortcode.php (copied) (copied from five-star-ratings-shortcode/trunk/five-star-ratings-shortcode.php) (2 diffs)
-
tags/1.2.61/freemius/assets/js/pricing (copied) (copied from five-star-ratings-shortcode/trunk/freemius/assets/js/pricing)
-
tags/1.2.61/includes/class-five-star-ratings-shortcode-head.php (deleted)
-
tags/1.2.61/includes/class-five-star-ratings-shortcode-settings.php (copied) (copied from five-star-ratings-shortcode/trunk/includes/class-five-star-ratings-shortcode-settings.php)
-
tags/1.2.61/lang/five-star-ratings-shortcode.pot (copied) (copied from five-star-ratings-shortcode/trunk/lang/five-star-ratings-shortcode.pot) (1 diff)
-
tags/1.2.61/package.json (modified) (1 diff)
-
tags/1.2.61/readme.md (copied) (copied from five-star-ratings-shortcode/trunk/readme.md) (3 diffs)
-
tags/1.2.61/readme.txt (copied) (copied from five-star-ratings-shortcode/trunk/readme.txt) (3 diffs)
-
trunk/five-star-ratings-shortcode.php (modified) (2 diffs)
-
trunk/lang/five-star-ratings-shortcode.pot (modified) (1 diff)
-
trunk/package.json (modified) (1 diff)
-
trunk/readme.md (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
five-star-ratings-shortcode/tags/1.2.61/five-star-ratings-shortcode.php
r3421407 r3452296 3 3 /** 4 4 * Plugin Name: Five-Star Ratings Shortcode 5 * Version: 1.2.6 05 * Version: 1.2.61 6 6 * Author URI: https://github.com/seezee 7 * Plugin URI: https:// wordpress.org/plugins/five-star-ratings-shortcode/7 * Plugin URI: https://messengerwebdesign.com/plugins/ 8 8 * GitHub Plugin URI: seezee/five-star-ratings-shortcode 9 9 * Description: Simple lightweight shortcode to add 5-star ratings anywhere … … 80 80 } 81 81 if ( !defined( 'FSRS_VERSION' ) ) { 82 define( 'FSRS_VERSION', '1.2.6 0' );82 define( 'FSRS_VERSION', '1.2.61' ); 83 83 } else { 84 84 $message = __( 'Five-Star Ratings Shortcode ERROR! The <abbr>PHP</abbr> constant “FSRS_VERSION” has already been defined. This could be due to a conflict with another plugin or theme. Please check your logs to debug.', 'fsrs' ); -
five-star-ratings-shortcode/tags/1.2.61/lang/five-star-ratings-shortcode.pot
r3421407 r3452296 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Five-Star Ratings Shortcode DEV 1.2.6 0\n"5 "Project-Id-Version: Five-Star Ratings Shortcode DEV 1.2.61\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/five-star-ratings-shortcode-dev\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -
five-star-ratings-shortcode/tags/1.2.61/package.json
r3421373 r3452296 1 1 { 2 2 "name": "five-star-ratings-shortcode", 3 "version": "1.2. 59",3 "version": "1.2.61", 4 4 "description": "This plugin adds accessible, attractive 5-star ratings anywhere on your site with a simple shortcode. The plugin uses Font Awesome icons via their SVG + JavaScript method.", 5 5 "scripts": { -
five-star-ratings-shortcode/tags/1.2.61/readme.md
r3421407 r3452296 4 4 Donate link: [https://messengerwebdesign.com/donate](https://messengerwebdesign.com/donate) 5 5 Author URI: [https://github.com/seezee](https://github.com/seezee) 6 Plugin URI: [https:// wordpress.org/plugins/five-star-ratings-shortcode/](https://wordpress.org/plugins/five-star-ratings-shortcode/)6 Plugin URI: [https://messengerwebdesign.com/plugins/](https://messengerwebdesign.com/plugins/) 7 7 Tags: ratings, stars, icon, shortcode, accessible 8 8 Requires at least: 4.6.0 9 9 Tested up to: 6.9 10 10 Requires PHP: 7.0 11 Stable tag: 1.2.6 011 Stable tag: 1.2.61 12 12 License: GPLv2 or later 13 13 License URI: <https://www.gnu.org/licenses/gpl-2.0.html> … … 151 151 ## Changelog 152 152 153 ## 1.2.61 154 155 * 2026-02-02 156 * Update plugin URI 157 153 158 ## 1.2.60 154 159 … … 680 685 ## Upgrade Notice 681 686 682 ## 1.2.6 0683 684 * 202 5-12-16685 * Force SVN refresh687 ## 1.2.61 688 689 * 2026-02-02 690 * Update plugin URI 686 691 687 692 [//]: # (********************************************************************* ***Do not copy/paste to readme.txt! You'll mess up the formatting!*** *********************************************************************) -
five-star-ratings-shortcode/tags/1.2.61/readme.txt
r3421407 r3452296 3 3 Donate link: https://messengerwebdesign.com/donate 4 4 Author URI: https://github.com/seezee 5 Plugin URI: https:// wordpress.org/plugins/five-star-ratings-shortcode/5 Plugin URI: https://messengerwebdesign.com/plugins/ 6 6 Tags: ratings, stars, icon, shortcode, accessible 7 7 Requires at least: 4.6.0 8 8 Tested up to: 6.9 9 9 Requires PHP: 7.0 10 Stable tag: 1.2.6 010 Stable tag: 1.2.61 11 11 License: GPLv2 or later 12 12 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 123 123 == Changelog == 124 124 125 = 1.2.61 = 126 127 * 2026-02-02 128 * Update plugin URI 129 125 130 = 1.2.60 = 126 131 … … 636 641 == Upgrade Notice == 637 642 638 = 1.2.6 0=639 640 * 202 5-12-16641 * Force SVN refresh643 = 1.2.61 = 644 645 * 2026-02-02 646 * Update plugin URI -
five-star-ratings-shortcode/trunk/five-star-ratings-shortcode.php
r3421407 r3452296 3 3 /** 4 4 * Plugin Name: Five-Star Ratings Shortcode 5 * Version: 1.2.6 05 * Version: 1.2.61 6 6 * Author URI: https://github.com/seezee 7 * Plugin URI: https:// wordpress.org/plugins/five-star-ratings-shortcode/7 * Plugin URI: https://messengerwebdesign.com/plugins/ 8 8 * GitHub Plugin URI: seezee/five-star-ratings-shortcode 9 9 * Description: Simple lightweight shortcode to add 5-star ratings anywhere … … 80 80 } 81 81 if ( !defined( 'FSRS_VERSION' ) ) { 82 define( 'FSRS_VERSION', '1.2.6 0' );82 define( 'FSRS_VERSION', '1.2.61' ); 83 83 } else { 84 84 $message = __( 'Five-Star Ratings Shortcode ERROR! The <abbr>PHP</abbr> constant “FSRS_VERSION” has already been defined. This could be due to a conflict with another plugin or theme. Please check your logs to debug.', 'fsrs' ); -
five-star-ratings-shortcode/trunk/lang/five-star-ratings-shortcode.pot
r3421407 r3452296 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Five-Star Ratings Shortcode DEV 1.2.6 0\n"5 "Project-Id-Version: Five-Star Ratings Shortcode DEV 1.2.61\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/five-star-ratings-shortcode-dev\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -
five-star-ratings-shortcode/trunk/package.json
r3421373 r3452296 1 1 { 2 2 "name": "five-star-ratings-shortcode", 3 "version": "1.2. 59",3 "version": "1.2.61", 4 4 "description": "This plugin adds accessible, attractive 5-star ratings anywhere on your site with a simple shortcode. The plugin uses Font Awesome icons via their SVG + JavaScript method.", 5 5 "scripts": { -
five-star-ratings-shortcode/trunk/readme.md
r3421407 r3452296 4 4 Donate link: [https://messengerwebdesign.com/donate](https://messengerwebdesign.com/donate) 5 5 Author URI: [https://github.com/seezee](https://github.com/seezee) 6 Plugin URI: [https:// wordpress.org/plugins/five-star-ratings-shortcode/](https://wordpress.org/plugins/five-star-ratings-shortcode/)6 Plugin URI: [https://messengerwebdesign.com/plugins/](https://messengerwebdesign.com/plugins/) 7 7 Tags: ratings, stars, icon, shortcode, accessible 8 8 Requires at least: 4.6.0 9 9 Tested up to: 6.9 10 10 Requires PHP: 7.0 11 Stable tag: 1.2.6 011 Stable tag: 1.2.61 12 12 License: GPLv2 or later 13 13 License URI: <https://www.gnu.org/licenses/gpl-2.0.html> … … 151 151 ## Changelog 152 152 153 ## 1.2.61 154 155 * 2026-02-02 156 * Update plugin URI 157 153 158 ## 1.2.60 154 159 … … 680 685 ## Upgrade Notice 681 686 682 ## 1.2.6 0683 684 * 202 5-12-16685 * Force SVN refresh687 ## 1.2.61 688 689 * 2026-02-02 690 * Update plugin URI 686 691 687 692 [//]: # (********************************************************************* ***Do not copy/paste to readme.txt! You'll mess up the formatting!*** *********************************************************************) -
five-star-ratings-shortcode/trunk/readme.txt
r3421407 r3452296 3 3 Donate link: https://messengerwebdesign.com/donate 4 4 Author URI: https://github.com/seezee 5 Plugin URI: https:// wordpress.org/plugins/five-star-ratings-shortcode/5 Plugin URI: https://messengerwebdesign.com/plugins/ 6 6 Tags: ratings, stars, icon, shortcode, accessible 7 7 Requires at least: 4.6.0 8 8 Tested up to: 6.9 9 9 Requires PHP: 7.0 10 Stable tag: 1.2.6 010 Stable tag: 1.2.61 11 11 License: GPLv2 or later 12 12 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 123 123 == Changelog == 124 124 125 = 1.2.61 = 126 127 * 2026-02-02 128 * Update plugin URI 129 125 130 = 1.2.60 = 126 131 … … 636 641 == Upgrade Notice == 637 642 638 = 1.2.6 0=639 640 * 202 5-12-16641 * Force SVN refresh643 = 1.2.61 = 644 645 * 2026-02-02 646 * Update plugin URI
Note: See TracChangeset
for help on using the changeset viewer.