Plugin Directory

Changeset 2125890


Ignore:
Timestamp:
07/19/2019 05:58:04 PM (7 years ago)
Author:
prepear
Message:

Updating version

Location:
prepear
Files:
1 edited
8 copied

Legend:

Unmodified
Added
Removed
  • prepear/tags/1.4.2/prepear.php

    r2125886 r2125890  
    44 * Plugin URI: https://wordpress.org/plugins/prepear
    55 * Description: Link your blog to your Prepear Pro account.
    6  * Version: 1.4.0
     6 * Version: 1.4.2
    77 * Author: The Prepear Team
    88 * License: GPL2
     
    2525$prepear_settings = get_option( 'prepear_settings' );
    2626
    27 define( 'PREPEAR_VERSION', '1.4.1' );
     27define( 'PREPEAR_VERSION', '1.4.2' );
    2828
    2929if ( is_admin() ) {
  • prepear/trunk/prepear.php

    r2125886 r2125890  
    44 * Plugin URI: https://wordpress.org/plugins/prepear
    55 * Description: Link your blog to your Prepear Pro account.
    6  * Version: 1.4.0
     6 * Version: 1.4.2
    77 * Author: The Prepear Team
    88 * License: GPL2
     
    2525$prepear_settings = get_option( 'prepear_settings' );
    2626
    27 define( 'PREPEAR_VERSION', '1.4.1' );
     27define( 'PREPEAR_VERSION', '1.4.2' );
    2828
    2929if ( is_admin() ) {
Note: See TracChangeset for help on using the changeset viewer.