Changeset 3138205
- Timestamp:
- 08/20/2024 01:17:44 PM (19 months ago)
- Location:
- blogcopilot-io/trunk
- Files:
-
- 2 edited
-
blogcopilot-io.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
blogcopilot-io/trunk/blogcopilot-io.php
r3138183 r3138205 5 5 * Plugin URI: https://blogcopilot.io/features/ 6 6 * Description: AI-powered companion for blogging success, effortlessly generating SEO-optimized posts and images to captivate your audience. 7 * Version: 1.3. 07 * Version: 1.3.1 8 8 * Requires at least: 5.2 9 9 * Requires PHP: 7.2 … … 17 17 if (!defined('WPINC')) exit; // Exit if accessed directly 18 18 19 define( 'BLOGCOPILOT_PLUGIN_NAME_VERSION', '1.3. 0' );19 define( 'BLOGCOPILOT_PLUGIN_NAME_VERSION', '1.3.1' ); 20 20 21 21 require_once plugin_dir_path(__FILE__) . 'layout/header.php'; -
blogcopilot-io/trunk/readme.txt
r3138183 r3138205 5 5 Tested up to: 6.6.1 6 6 Requires PHP: 7.2 7 Stable tag: 1.3. 07 Stable tag: 1.3.1 8 8 License: GPLv3 9 9 … … 114 114 == Changelog == 115 115 116 = 1.3.1 = 117 * One minor bug fixed. 118 116 119 = 1.3.0 = 117 120 * Introduced a new feature: Phrase Management. … … 145 148 == Upgrade Notice == 146 149 150 = 1.3.1 = 151 * One minor bug fixed. 152 147 153 = 1.3.0 = 148 154 Key new feature: Phrase Management. This feature allows for better tracking of linking pages.
Note: See TracChangeset
for help on using the changeset viewer.