Changeset 2125890
- Timestamp:
- 07/19/2019 05:58:04 PM (7 years ago)
- Location:
- prepear
- Files:
-
- 1 edited
- 8 copied
-
tags/1.4.2 (copied) (copied from prepear/trunk)
-
tags/1.4.2/assets/css (copied) (copied from prepear/trunk/assets/css)
-
tags/1.4.2/assets/js (copied) (copied from prepear/trunk/assets/js)
-
tags/1.4.2/assets/js/main.js (copied) (copied from prepear/trunk/assets/js/main.js)
-
tags/1.4.2/includes (copied) (copied from prepear/trunk/includes)
-
tags/1.4.2/includes/admin/wprm-util.php (copied) (copied from prepear/trunk/includes/admin/wprm-util.php)
-
tags/1.4.2/prepear.php (copied) (copied from prepear/trunk/prepear.php) (2 diffs)
-
tags/1.4.2/readme.txt (copied) (copied from prepear/trunk/readme.txt)
-
trunk/prepear.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
prepear/tags/1.4.2/prepear.php
r2125886 r2125890 4 4 * Plugin URI: https://wordpress.org/plugins/prepear 5 5 * Description: Link your blog to your Prepear Pro account. 6 * Version: 1.4. 06 * Version: 1.4.2 7 7 * Author: The Prepear Team 8 8 * License: GPL2 … … 25 25 $prepear_settings = get_option( 'prepear_settings' ); 26 26 27 define( 'PREPEAR_VERSION', '1.4. 1' );27 define( 'PREPEAR_VERSION', '1.4.2' ); 28 28 29 29 if ( is_admin() ) { -
prepear/trunk/prepear.php
r2125886 r2125890 4 4 * Plugin URI: https://wordpress.org/plugins/prepear 5 5 * Description: Link your blog to your Prepear Pro account. 6 * Version: 1.4. 06 * Version: 1.4.2 7 7 * Author: The Prepear Team 8 8 * License: GPL2 … … 25 25 $prepear_settings = get_option( 'prepear_settings' ); 26 26 27 define( 'PREPEAR_VERSION', '1.4. 1' );27 define( 'PREPEAR_VERSION', '1.4.2' ); 28 28 29 29 if ( is_admin() ) {
Note: See TracChangeset
for help on using the changeset viewer.