Changeset 2825775
- Timestamp:
- 11/29/2022 09:15:25 AM (3 years ago)
- Location:
- easycontent/trunk
- Files:
-
- 2 edited
-
easycontent-wp.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easycontent/trunk/easycontent-wp.php
r2825766 r2825775 4 4 * Plugin URI: https://easycontent.io 5 5 * Description: Imports articles from EasyContent to your wordpress site and exports articles from your wordpress site to EasyContent 6 * Version: 1.1. 16 * Version: 1.1.2 7 7 * Requires at least: 5.0.7 8 8 * Requires PHP: 5.6 … … 21 21 22 22 if ( ! defined( 'EASYCONTENT_PLUGIN_VERSION' ) ) { 23 define( 'EASYCONTENT_PLUGIN_VERSION', '1.1. 1' );23 define( 'EASYCONTENT_PLUGIN_VERSION', '1.1.2' ); 24 24 } 25 25 -
easycontent/trunk/readme.txt
r2825766 r2825775 6 6 Tested up to: 6.1.1 7 7 Requires PHP: 5.6 8 Stable tag: 1.1. 18 Stable tag: 1.1.2 9 9 License: GPL-2.0+ 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 61 61 == Changelog == 62 62 63 = 1.1.2 = 64 * Minor changes 65 63 66 = 1.1.1 = 64 67 * Increased performance
Note: See TracChangeset
for help on using the changeset viewer.