Plugin Directory

Changeset 2490126


Ignore:
Timestamp:
03/09/2021 01:33:41 AM (5 years ago)
Author:
prepear
Message:

Updating version 1.4.8

Location:
prepear/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • prepear/trunk/prepear.php

    r2489824 r2490126  
    44 * Plugin URI: https://wordpress.org/plugins/prepear
    55 * Description: Link your blog to your Prepear Pro account.
    6  * Version: 1.4.7
     6 * Version: 1.4.8
    77 * Author: The Prepear Team
    88 * License: GPL2
     
    2626$prepear_auth = get_option( 'prepear_auth' );
    2727
    28 define( 'PREPEAR_VERSION', '1.4.7' );
     28define( 'PREPEAR_VERSION', '1.4.8' );
    2929define( 'PREPEAR_DIR', plugin_dir_path( __FILE__ ) );
    3030define( 'PREPEAR_URL', plugin_dir_url( __FILE__ ) );
     
    7676
    7777?>
    78 
  • prepear/trunk/readme.txt

    r2489824 r2490126  
    3030
    3131== Changelog ==
     32= 1.4.8 =
     33* bug fix
     34
    3235= 1.4.7 =
    3336* support for newer wp versions
Note: See TracChangeset for help on using the changeset viewer.