Plugin Directory

Changeset 3138205


Ignore:
Timestamp:
08/20/2024 01:17:44 PM (19 months ago)
Author:
bcopilot
Message:

Version 1.3.1

Location:
blogcopilot-io/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • blogcopilot-io/trunk/blogcopilot-io.php

    r3138183 r3138205  
    55 * Plugin URI:        https://blogcopilot.io/features/
    66 * Description:       AI-powered companion for blogging success, effortlessly generating SEO-optimized posts and images to captivate your audience.
    7  * Version:           1.3.0
     7 * Version:           1.3.1
    88 * Requires at least: 5.2
    99 * Requires PHP:      7.2
     
    1717if (!defined('WPINC')) exit; // Exit if accessed directly
    1818
    19 define( 'BLOGCOPILOT_PLUGIN_NAME_VERSION', '1.3.0' );
     19define( 'BLOGCOPILOT_PLUGIN_NAME_VERSION', '1.3.1' );
    2020
    2121require_once plugin_dir_path(__FILE__) . 'layout/header.php';
  • blogcopilot-io/trunk/readme.txt

    r3138183 r3138205  
    55Tested up to: 6.6.1
    66Requires PHP: 7.2
    7 Stable tag: 1.3.0
     7Stable tag: 1.3.1
    88License: GPLv3
    99
     
    114114== Changelog ==
    115115
     116= 1.3.1 =
     117* One minor bug fixed.
     118
    116119= 1.3.0 =
    117120* Introduced a new feature: Phrase Management.
     
    145148== Upgrade Notice ==
    146149
     150= 1.3.1 =
     151* One minor bug fixed.
     152
    147153= 1.3.0 =
    148154Key new feature: Phrase Management. This feature allows for better tracking of linking pages.
Note: See TracChangeset for help on using the changeset viewer.