Plugin Directory

Changeset 3306380


Ignore:
Timestamp:
06/04/2025 12:24:00 PM (10 months ago)
Author:
u3kkasha
Message:

publish(tag): make 1.2.1 as latest stable tag

Location:
blogify-ai
Files:
1 deleted
1 edited
16 copied

Legend:

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

    r3301248 r3306380  
    44Requires at least: 6.0
    55Tested up to: 6.8
    6 Stable tag: 1.2.0
     6Stable tag: 1.2.1
    77Requires PHP: 7.4
    88License: GPLv2 or later
  • blogify-ai/tags/1.2.1/blogify-ai.php

    r3301248 r3306380  
    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.0
     18 * Version:           1.2.1
    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.0');
     40DEFINE('BLOGIFY_VERSION', '1.2.1');
    4141DEFINE('BLOGIFY_PLUGIN_BASENAME', plugin_basename(__FILE__));
    4242
  • blogify-ai/tags/1.2.1/changelog.md

    r3299707 r3306380  
    66and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
    77
    8 ## [1.2] - 2025-May-24
     8## [1.2.1] - 2025-June-4
     9
     10## Fixed
     11
     12- Client Secret was null for new installations when registering route to Blogify
     13
     14## [1.2.0] - 2025-May-24
    915
    1016### Changed
  • blogify-ai/trunk/README.txt

    r3301248 r3306380  
    44Requires at least: 6.0
    55Tested up to: 6.8
    6 Stable tag: 1.2.0
     6Stable tag: 1.2.1
    77Requires PHP: 7.4
    88License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.