Changeset 2489824
- Timestamp:
- 03/08/2021 06:05:39 PM (5 years ago)
- Location:
- prepear/trunk
- Files:
-
- 2 edited
-
prepear.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
prepear/trunk/prepear.php
r2457157 r2489824 4 4 * Plugin URI: https://wordpress.org/plugins/prepear 5 5 * Description: Link your blog to your Prepear Pro account. 6 * Version: 1.4. 66 * Version: 1.4.7 7 7 * Author: The Prepear Team 8 8 * License: GPL2 … … 26 26 $prepear_auth = get_option( 'prepear_auth' ); 27 27 28 define( 'PREPEAR_VERSION', '1.4. 6' );28 define( 'PREPEAR_VERSION', '1.4.7' ); 29 29 define( 'PREPEAR_DIR', plugin_dir_path( __FILE__ ) ); 30 30 define( 'PREPEAR_URL', plugin_dir_url( __FILE__ ) ); … … 76 76 77 77 ?> 78 -
prepear/trunk/readme.txt
r2457157 r2489824 3 3 Tags: recipes, recipe plugin, prepear 4 4 Requires at least: 4.6 5 Tested up to: 5.6. 05 Tested up to: 5.6.2 6 6 Stable tag: 4.3 7 7 Requires PHP: 5.2.4 … … 30 30 31 31 == Changelog == 32 = 1.4.7 = 33 * support for newer wp versions 32 34 33 35 = 1.4.6 =
Note: See TracChangeset
for help on using the changeset viewer.