Changeset 3423696
- Timestamp:
- 12/19/2025 01:21:17 PM (3 months ago)
- Location:
- editorial-rating
- Files:
-
- 2 edited
-
tags/4.0.3/wpas_editorial_rating.php (modified) (2 diffs)
-
trunk/wpas_editorial_rating.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
editorial-rating/tags/4.0.3/wpas_editorial_rating.php
r3423649 r3423696 16 16 * Plugin URI: https://pluginic.com/plugins/editorial-rating/ 17 17 * Description: This plugin allows you to show review scores, pros and cons on individual single page's after content, and sidebar with sticky mode. 18 * Version: 4.0. 418 * Version: 4.0.3 19 19 * Author: PLUGINIC 20 20 * Author URI: https://pluginic.com/ … … 35 35 * Rename this for your plugin and update it as you release new versions. 36 36 */ 37 define( 'WPAS_Editorial_Rating_VERSION', '4.0. 4' );37 define( 'WPAS_Editorial_Rating_VERSION', '4.0.3' ); 38 38 define( 'WPASER_DIR_PATH_FILE', plugin_dir_path( __FILE__ ) ); 39 39 define( 'WPASER_DIR_URL_FILE', plugin_dir_url( __FILE__ ) ); -
editorial-rating/trunk/wpas_editorial_rating.php
r3423649 r3423696 16 16 * Plugin URI: https://pluginic.com/plugins/editorial-rating/ 17 17 * Description: This plugin allows you to show review scores, pros and cons on individual single page's after content, and sidebar with sticky mode. 18 * Version: 4.0. 418 * Version: 4.0.3 19 19 * Author: PLUGINIC 20 20 * Author URI: https://pluginic.com/ … … 35 35 * Rename this for your plugin and update it as you release new versions. 36 36 */ 37 define( 'WPAS_Editorial_Rating_VERSION', '4.0. 4' );37 define( 'WPAS_Editorial_Rating_VERSION', '4.0.3' ); 38 38 define( 'WPASER_DIR_PATH_FILE', plugin_dir_path( __FILE__ ) ); 39 39 define( 'WPASER_DIR_URL_FILE', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.