Plugin Directory

Changeset 3301248


Ignore:
Timestamp:
05/27/2025 07:54:48 AM (10 months ago)
Author:
u3kkasha
Message:

deploy(tag): v1.2.0

Location:
blogify-ai
Files:
1 deleted
3 edited
15 copied

Legend:

Unmodified
Added
Removed
  • blogify-ai/tags/1.2.0/README.txt

    r3277817 r3301248  
    44Requires at least: 6.0
    55Tested up to: 6.8
    6 Stable tag: 1.1.3
     6Stable tag: 1.2.0
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    9494== Changelog ==
    9595
     96= 1.2.0 =
     97
     98* Added support for author and categories when publishing from Blogify dashboard.
     99
    96100= 1.1.0 =
     101
    97102* Removed Dashboard Page
    98103* Added Publish button to All Blogs Page
  • blogify-ai/tags/1.2.0/blogify-ai.php

    r3299707 r3301248  
    1616 * Plugin URI:        https://blogify.ai/
    1717 * Description:       Seamlessly publish AI-generated blog posts from Blogify.ai to your WordPress site with ease, enhancing content management and SEO optimization in a few clicks.
    18  * Version:           1.2
     18 * Version:           1.2.0
    1919 * Requires at least: 6.0
    2020 * Requires PHP:      7.4
     
    3838DEFINE('BLOGIFY_CLIENT_BASEURL',  "https://blogify.ai/");   
    3939
    40 DEFINE('BLOGIFY_VERSION', '1.2');
     40DEFINE('BLOGIFY_VERSION', '1.2.0');
    4141DEFINE('BLOGIFY_PLUGIN_BASENAME', plugin_basename(__FILE__));
    4242
  • blogify-ai/trunk/README.txt

    r3277817 r3301248  
    44Requires at least: 6.0
    55Tested up to: 6.8
    6 Stable tag: 1.1.3
     6Stable tag: 1.2.0
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    9494== Changelog ==
    9595
     96= 1.2.0 =
     97
     98* Added support for author and categories when publishing from Blogify dashboard.
     99
    96100= 1.1.0 =
     101
    97102* Removed Dashboard Page
    98103* Added Publish button to All Blogs Page
  • blogify-ai/trunk/blogify-ai.php

    r3299707 r3301248  
    1616 * Plugin URI:        https://blogify.ai/
    1717 * Description:       Seamlessly publish AI-generated blog posts from Blogify.ai to your WordPress site with ease, enhancing content management and SEO optimization in a few clicks.
    18  * Version:           1.2
     18 * Version:           1.2.0
    1919 * Requires at least: 6.0
    2020 * Requires PHP:      7.4
     
    3838DEFINE('BLOGIFY_CLIENT_BASEURL',  "https://blogify.ai/");   
    3939
    40 DEFINE('BLOGIFY_VERSION', '1.2');
     40DEFINE('BLOGIFY_VERSION', '1.2.0');
    4141DEFINE('BLOGIFY_PLUGIN_BASENAME', plugin_basename(__FILE__));
    4242
Note: See TracChangeset for help on using the changeset viewer.