Plugin Directory

Changeset 3452296


Ignore:
Timestamp:
02/02/2026 05:40:11 PM (2 months ago)
Author:
seezee
Message:

v1.2.61 | 2026-02-02 | Update plugin URI

Location:
five-star-ratings-shortcode
Files:
5 deleted
6 edited
7 copied

Legend:

Unmodified
Added
Removed
  • five-star-ratings-shortcode/tags/1.2.61/five-star-ratings-shortcode.php

    r3421407 r3452296  
    33/**
    44 * Plugin Name: Five-Star Ratings Shortcode
    5  * Version: 1.2.60
     5 * Version: 1.2.61
    66 * Author URI: https://github.com/seezee
    7  * Plugin URI: https://wordpress.org/plugins/five-star-ratings-shortcode/
     7 * Plugin URI: https://messengerwebdesign.com/plugins/
    88 * GitHub Plugin URI: seezee/five-star-ratings-shortcode
    99 * Description: Simple lightweight shortcode to add 5-star ratings anywhere
     
    8080}
    8181if ( !defined( 'FSRS_VERSION' ) ) {
    82     define( 'FSRS_VERSION', '1.2.60' );
     82    define( 'FSRS_VERSION', '1.2.61' );
    8383} else {
    8484    $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  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Five-Star Ratings Shortcode DEV 1.2.60\n"
     5"Project-Id-Version: Five-Star Ratings Shortcode DEV 1.2.61\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/five-star-ratings-shortcode-dev\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  • five-star-ratings-shortcode/tags/1.2.61/package.json

    r3421373 r3452296  
    11{
    22    "name": "five-star-ratings-shortcode",
    3     "version": "1.2.59",
     3    "version": "1.2.61",
    44    "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.",
    55    "scripts": {
  • five-star-ratings-shortcode/tags/1.2.61/readme.md

    r3421407 r3452296  
    44Donate link: [https://messengerwebdesign.com/donate](https://messengerwebdesign.com/donate) 
    55Author 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/) 
     6Plugin URI: [https://messengerwebdesign.com/plugins/](https://messengerwebdesign.com/plugins/)
    77Tags: ratings, stars, icon, shortcode, accessible 
    88Requires at least: 4.6.0 
    99Tested up to: 6.9 
    1010Requires PHP: 7.0 
    11 Stable tag: 1.2.60 
     11Stable tag: 1.2.61 
    1212License: GPLv2 or later 
    1313License URI: <https://www.gnu.org/licenses/gpl-2.0.html> 
     
    151151## Changelog
    152152
     153## 1.2.61
     154
     155* 2026-02-02
     156* Update plugin URI
     157
    153158## 1.2.60
    154159
     
    680685## Upgrade Notice
    681686
    682 ## 1.2.60
    683 
    684 * 2025-12-16
    685 * Force SVN refresh
     687## 1.2.61
     688
     689* 2026-02-02
     690* Update plugin URI
    686691
    687692[//]: # (*********************************************************************            ***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  
    33Donate link: https://messengerwebdesign.com/donate
    44Author URI: https://github.com/seezee
    5 Plugin URI: https://wordpress.org/plugins/five-star-ratings-shortcode/
     5Plugin URI: https://messengerwebdesign.com/plugins/
    66Tags: ratings, stars, icon, shortcode, accessible
    77Requires at least: 4.6.0
    88Tested up to: 6.9
    99Requires PHP: 7.0
    10 Stable tag: 1.2.60
     10Stable tag: 1.2.61
    1111License: GPLv2 or later
    1212License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    123123== Changelog ==
    124124
     125= 1.2.61 =
     126
     127* 2026-02-02
     128* Update plugin URI
     129
    125130= 1.2.60 =
    126131
     
    636641== Upgrade Notice ==
    637642
    638 = 1.2.60 =
    639 
    640 * 2025-12-16
    641 * Force SVN refresh
     643= 1.2.61 =
     644
     645* 2026-02-02
     646* Update plugin URI
  • five-star-ratings-shortcode/trunk/five-star-ratings-shortcode.php

    r3421407 r3452296  
    33/**
    44 * Plugin Name: Five-Star Ratings Shortcode
    5  * Version: 1.2.60
     5 * Version: 1.2.61
    66 * Author URI: https://github.com/seezee
    7  * Plugin URI: https://wordpress.org/plugins/five-star-ratings-shortcode/
     7 * Plugin URI: https://messengerwebdesign.com/plugins/
    88 * GitHub Plugin URI: seezee/five-star-ratings-shortcode
    99 * Description: Simple lightweight shortcode to add 5-star ratings anywhere
     
    8080}
    8181if ( !defined( 'FSRS_VERSION' ) ) {
    82     define( 'FSRS_VERSION', '1.2.60' );
     82    define( 'FSRS_VERSION', '1.2.61' );
    8383} else {
    8484    $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  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Five-Star Ratings Shortcode DEV 1.2.60\n"
     5"Project-Id-Version: Five-Star Ratings Shortcode DEV 1.2.61\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/five-star-ratings-shortcode-dev\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  • five-star-ratings-shortcode/trunk/package.json

    r3421373 r3452296  
    11{
    22    "name": "five-star-ratings-shortcode",
    3     "version": "1.2.59",
     3    "version": "1.2.61",
    44    "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.",
    55    "scripts": {
  • five-star-ratings-shortcode/trunk/readme.md

    r3421407 r3452296  
    44Donate link: [https://messengerwebdesign.com/donate](https://messengerwebdesign.com/donate) 
    55Author 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/) 
     6Plugin URI: [https://messengerwebdesign.com/plugins/](https://messengerwebdesign.com/plugins/)
    77Tags: ratings, stars, icon, shortcode, accessible 
    88Requires at least: 4.6.0 
    99Tested up to: 6.9 
    1010Requires PHP: 7.0 
    11 Stable tag: 1.2.60 
     11Stable tag: 1.2.61 
    1212License: GPLv2 or later 
    1313License URI: <https://www.gnu.org/licenses/gpl-2.0.html> 
     
    151151## Changelog
    152152
     153## 1.2.61
     154
     155* 2026-02-02
     156* Update plugin URI
     157
    153158## 1.2.60
    154159
     
    680685## Upgrade Notice
    681686
    682 ## 1.2.60
    683 
    684 * 2025-12-16
    685 * Force SVN refresh
     687## 1.2.61
     688
     689* 2026-02-02
     690* Update plugin URI
    686691
    687692[//]: # (*********************************************************************            ***Do not copy/paste to readme.txt! You'll mess up the formatting!***            *********************************************************************)
  • five-star-ratings-shortcode/trunk/readme.txt

    r3421407 r3452296  
    33Donate link: https://messengerwebdesign.com/donate
    44Author URI: https://github.com/seezee
    5 Plugin URI: https://wordpress.org/plugins/five-star-ratings-shortcode/
     5Plugin URI: https://messengerwebdesign.com/plugins/
    66Tags: ratings, stars, icon, shortcode, accessible
    77Requires at least: 4.6.0
    88Tested up to: 6.9
    99Requires PHP: 7.0
    10 Stable tag: 1.2.60
     10Stable tag: 1.2.61
    1111License: GPLv2 or later
    1212License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    123123== Changelog ==
    124124
     125= 1.2.61 =
     126
     127* 2026-02-02
     128* Update plugin URI
     129
    125130= 1.2.60 =
    126131
     
    636641== Upgrade Notice ==
    637642
    638 = 1.2.60 =
    639 
    640 * 2025-12-16
    641 * Force SVN refresh
     643= 1.2.61 =
     644
     645* 2026-02-02
     646* Update plugin URI
Note: See TracChangeset for help on using the changeset viewer.