Plugin Directory

Changeset 3423696


Ignore:
Timestamp:
12/19/2025 01:21:17 PM (3 months ago)
Author:
wpqode
Message:

Fixed version mismatch - all versions now 4.0.3

Location:
editorial-rating
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • editorial-rating/tags/4.0.3/wpas_editorial_rating.php

    r3423649 r3423696  
    1616 * Plugin URI:        https://pluginic.com/plugins/editorial-rating/
    1717 * 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.4
     18 * Version:           4.0.3
    1919 * Author:            PLUGINIC
    2020 * Author URI:        https://pluginic.com/
     
    3535 * Rename this for your plugin and update it as you release new versions.
    3636 */
    37 define( 'WPAS_Editorial_Rating_VERSION', '4.0.4' );
     37define( 'WPAS_Editorial_Rating_VERSION', '4.0.3' );
    3838define( 'WPASER_DIR_PATH_FILE', plugin_dir_path( __FILE__ ) );
    3939define( 'WPASER_DIR_URL_FILE', plugin_dir_url( __FILE__ ) );
  • editorial-rating/trunk/wpas_editorial_rating.php

    r3423649 r3423696  
    1616 * Plugin URI:        https://pluginic.com/plugins/editorial-rating/
    1717 * 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.4
     18 * Version:           4.0.3
    1919 * Author:            PLUGINIC
    2020 * Author URI:        https://pluginic.com/
     
    3535 * Rename this for your plugin and update it as you release new versions.
    3636 */
    37 define( 'WPAS_Editorial_Rating_VERSION', '4.0.4' );
     37define( 'WPAS_Editorial_Rating_VERSION', '4.0.3' );
    3838define( 'WPASER_DIR_PATH_FILE', plugin_dir_path( __FILE__ ) );
    3939define( 'WPASER_DIR_URL_FILE', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.