Changeset 3421407
- Timestamp:
- 12/16/2025 09:12:50 PM (4 months ago)
- Location:
- five-star-ratings-shortcode
- Files:
-
- 5 deleted
- 6 edited
- 5 copied
-
tags/1.2.59 (deleted)
-
tags/1.2.60 (copied) (copied from five-star-ratings-shortcode/trunk)
-
tags/1.2.60/assets/dist/js/clipboard.js (deleted)
-
tags/1.2.60/assets/dist/js/clipboard.min.js (deleted)
-
tags/1.2.60/assets/dist/js/jquery-validate (deleted)
-
tags/1.2.60/five-star-ratings-shortcode.php (copied) (copied from five-star-ratings-shortcode/trunk/five-star-ratings-shortcode.php) (2 diffs)
-
tags/1.2.60/freemius/assets/js/pricing (copied) (copied from five-star-ratings-shortcode/trunk/freemius/assets/js/pricing)
-
tags/1.2.60/includes/class-five-star-ratings-shortcode-head.php (deleted)
-
tags/1.2.60/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.60/lang/five-star-ratings-shortcode.pot (modified) (1 diff)
-
tags/1.2.60/readme.md (modified) (3 diffs)
-
tags/1.2.60/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/readme.md (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
five-star-ratings-shortcode/tags/1.2.60/five-star-ratings-shortcode.php
r3421384 r3421407 3 3 /** 4 4 * Plugin Name: Five-Star Ratings Shortcode 5 * Version: 1.2. 595 * Version: 1.2.60 6 6 * Author URI: https://github.com/seezee 7 7 * Plugin URI: https://wordpress.org/plugins/five-star-ratings-shortcode/ … … 80 80 } 81 81 if ( !defined( 'FSRS_VERSION' ) ) { 82 define( 'FSRS_VERSION', '1.2. 59' );82 define( 'FSRS_VERSION', '1.2.60' ); 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.60/lang/five-star-ratings-shortcode.pot
r3421373 r3421407 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Five-Star Ratings Shortcode DEV 1.2. 59\n"5 "Project-Id-Version: Five-Star Ratings Shortcode DEV 1.2.60\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.60/readme.md
r3421373 r3421407 9 9 Tested up to: 6.9 10 10 Requires PHP: 7.0 11 Stable tag: 1.2. 5911 Stable tag: 1.2.60 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.60 154 155 * 2025-12-16 156 * Force SVN refresh 157 153 158 ## 1.2.59 154 159 … … 675 680 ## Upgrade Notice 676 681 677 ## 1.2. 59682 ## 1.2.60 678 683 679 684 * 2025-12-16 680 * Tested up to WordPress 6.9 681 * Update Freemius SDK 685 * Force SVN refresh 682 686 683 687 [//]: # (********************************************************************* ***Do not copy/paste to readme.txt! You'll mess up the formatting!*** *********************************************************************) -
five-star-ratings-shortcode/tags/1.2.60/readme.txt
r3421384 r3421407 8 8 Tested up to: 6.9 9 9 Requires PHP: 7.0 10 Stable tag: 1.2. 5910 Stable tag: 1.2.60 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.60 = 126 127 * 2025-12-16 128 * Force SVN refresh 129 125 130 = 1.2.59 = 126 131 … … 631 636 == Upgrade Notice == 632 637 633 = 1.2. 59=638 = 1.2.60 = 634 639 635 640 * 2025-12-16 636 * Tested up to WordPress 6.9 637 * Update Freemius SDK 641 * Force SVN refresh -
five-star-ratings-shortcode/trunk/five-star-ratings-shortcode.php
r3421384 r3421407 3 3 /** 4 4 * Plugin Name: Five-Star Ratings Shortcode 5 * Version: 1.2. 595 * Version: 1.2.60 6 6 * Author URI: https://github.com/seezee 7 7 * Plugin URI: https://wordpress.org/plugins/five-star-ratings-shortcode/ … … 80 80 } 81 81 if ( !defined( 'FSRS_VERSION' ) ) { 82 define( 'FSRS_VERSION', '1.2. 59' );82 define( 'FSRS_VERSION', '1.2.60' ); 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
r3421373 r3421407 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Five-Star Ratings Shortcode DEV 1.2. 59\n"5 "Project-Id-Version: Five-Star Ratings Shortcode DEV 1.2.60\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/readme.md
r3421373 r3421407 9 9 Tested up to: 6.9 10 10 Requires PHP: 7.0 11 Stable tag: 1.2. 5911 Stable tag: 1.2.60 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.60 154 155 * 2025-12-16 156 * Force SVN refresh 157 153 158 ## 1.2.59 154 159 … … 675 680 ## Upgrade Notice 676 681 677 ## 1.2. 59682 ## 1.2.60 678 683 679 684 * 2025-12-16 680 * Tested up to WordPress 6.9 681 * Update Freemius SDK 685 * Force SVN refresh 682 686 683 687 [//]: # (********************************************************************* ***Do not copy/paste to readme.txt! You'll mess up the formatting!*** *********************************************************************) -
five-star-ratings-shortcode/trunk/readme.txt
r3421384 r3421407 8 8 Tested up to: 6.9 9 9 Requires PHP: 7.0 10 Stable tag: 1.2. 5910 Stable tag: 1.2.60 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.60 = 126 127 * 2025-12-16 128 * Force SVN refresh 129 125 130 = 1.2.59 = 126 131 … … 631 636 == Upgrade Notice == 632 637 633 = 1.2. 59=638 = 1.2.60 = 634 639 635 640 * 2025-12-16 636 * Tested up to WordPress 6.9 637 * Update Freemius SDK 641 * Force SVN refresh
Note: See TracChangeset
for help on using the changeset viewer.