Changeset 3301248
- Timestamp:
- 05/27/2025 07:54:48 AM (10 months ago)
- Location:
- blogify-ai
- Files:
-
- 1 deleted
- 3 edited
- 15 copied
-
tags/1.2.0 (copied) (copied from blogify-ai/trunk)
-
tags/1.2.0/README.txt (modified) (2 diffs)
-
tags/1.2.0/admin (deleted)
-
tags/1.2.0/api (copied) (copied from blogify-ai/trunk/api)
-
tags/1.2.0/api/authentication.php (copied) (copied from blogify-ai/trunk/api/authentication.php)
-
tags/1.2.0/assets (copied) (copied from blogify-ai/trunk/assets)
-
tags/1.2.0/blogify-ai.php (copied) (copied from blogify-ai/trunk/blogify-ai.php) (2 diffs)
-
tags/1.2.0/changelog.md (copied) (copied from blogify-ai/trunk/changelog.md)
-
tags/1.2.0/core (copied) (copied from blogify-ai/trunk/core)
-
tags/1.2.0/core/hooks.php (copied) (copied from blogify-ai/trunk/core/hooks.php)
-
tags/1.2.0/ui (copied) (copied from blogify-ai/trunk/ui)
-
tags/1.2.0/ui/all-blogs.php (copied) (copied from blogify-ai/trunk/ui/all-blogs.php)
-
tags/1.2.0/ui/components/dialog.php (copied) (copied from blogify-ai/trunk/ui/components/dialog.php)
-
tags/1.2.0/uninstall.php (copied) (copied from blogify-ai/trunk/uninstall.php)
-
tags/1.2.0/utils (copied) (copied from blogify-ai/trunk/utils)
-
tags/1.2.0/utils/post.php (copied) (copied from blogify-ai/trunk/utils/post.php)
-
tags/1.2.0/utils/sanitize.php (copied) (copied from blogify-ai/trunk/utils/sanitize.php)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/blogify-ai.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
blogify-ai/tags/1.2.0/README.txt
r3277817 r3301248 4 4 Requires at least: 6.0 5 5 Tested up to: 6.8 6 Stable tag: 1. 1.36 Stable tag: 1.2.0 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 94 94 == Changelog == 95 95 96 = 1.2.0 = 97 98 * Added support for author and categories when publishing from Blogify dashboard. 99 96 100 = 1.1.0 = 101 97 102 * Removed Dashboard Page 98 103 * Added Publish button to All Blogs Page -
blogify-ai/tags/1.2.0/blogify-ai.php
r3299707 r3301248 16 16 * Plugin URI: https://blogify.ai/ 17 17 * 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 19 19 * Requires at least: 6.0 20 20 * Requires PHP: 7.4 … … 38 38 DEFINE('BLOGIFY_CLIENT_BASEURL', "https://blogify.ai/"); 39 39 40 DEFINE('BLOGIFY_VERSION', '1.2 ');40 DEFINE('BLOGIFY_VERSION', '1.2.0'); 41 41 DEFINE('BLOGIFY_PLUGIN_BASENAME', plugin_basename(__FILE__)); 42 42 -
blogify-ai/trunk/README.txt
r3277817 r3301248 4 4 Requires at least: 6.0 5 5 Tested up to: 6.8 6 Stable tag: 1. 1.36 Stable tag: 1.2.0 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 94 94 == Changelog == 95 95 96 = 1.2.0 = 97 98 * Added support for author and categories when publishing from Blogify dashboard. 99 96 100 = 1.1.0 = 101 97 102 * Removed Dashboard Page 98 103 * Added Publish button to All Blogs Page -
blogify-ai/trunk/blogify-ai.php
r3299707 r3301248 16 16 * Plugin URI: https://blogify.ai/ 17 17 * 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 19 19 * Requires at least: 6.0 20 20 * Requires PHP: 7.4 … … 38 38 DEFINE('BLOGIFY_CLIENT_BASEURL', "https://blogify.ai/"); 39 39 40 DEFINE('BLOGIFY_VERSION', '1.2 ');40 DEFINE('BLOGIFY_VERSION', '1.2.0'); 41 41 DEFINE('BLOGIFY_PLUGIN_BASENAME', plugin_basename(__FILE__)); 42 42
Note: See TracChangeset
for help on using the changeset viewer.