Changeset 3306380
- Timestamp:
- 06/04/2025 12:24:00 PM (10 months ago)
- Location:
- blogify-ai
- Files:
-
- 1 deleted
- 1 edited
- 16 copied
-
tags/1.2.1 (copied) (copied from blogify-ai/trunk)
-
tags/1.2.1/README.txt (copied) (copied from blogify-ai/trunk/README.txt) (1 diff)
-
tags/1.2.1/admin (deleted)
-
tags/1.2.1/api (copied) (copied from blogify-ai/trunk/api)
-
tags/1.2.1/api/authentication.php (copied) (copied from blogify-ai/trunk/api/authentication.php)
-
tags/1.2.1/assets (copied) (copied from blogify-ai/trunk/assets)
-
tags/1.2.1/blogify-ai.php (copied) (copied from blogify-ai/trunk/blogify-ai.php) (2 diffs)
-
tags/1.2.1/changelog.md (copied) (copied from blogify-ai/trunk/changelog.md) (1 diff)
-
tags/1.2.1/core (copied) (copied from blogify-ai/trunk/core)
-
tags/1.2.1/core/hooks.php (copied) (copied from blogify-ai/trunk/core/hooks.php)
-
tags/1.2.1/ui (copied) (copied from blogify-ai/trunk/ui)
-
tags/1.2.1/ui/all-blogs.php (copied) (copied from blogify-ai/trunk/ui/all-blogs.php)
-
tags/1.2.1/ui/components/dialog.php (copied) (copied from blogify-ai/trunk/ui/components/dialog.php)
-
tags/1.2.1/uninstall.php (copied) (copied from blogify-ai/trunk/uninstall.php)
-
tags/1.2.1/utils (copied) (copied from blogify-ai/trunk/utils)
-
tags/1.2.1/utils/post.php (copied) (copied from blogify-ai/trunk/utils/post.php)
-
tags/1.2.1/utils/sanitize.php (copied) (copied from blogify-ai/trunk/utils/sanitize.php)
-
trunk/README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
blogify-ai/tags/1.2.1/README.txt
r3301248 r3306380 4 4 Requires at least: 6.0 5 5 Tested up to: 6.8 6 Stable tag: 1.2. 06 Stable tag: 1.2.1 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later -
blogify-ai/tags/1.2.1/blogify-ai.php
r3301248 r3306380 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. 018 * Version: 1.2.1 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. 0');40 DEFINE('BLOGIFY_VERSION', '1.2.1'); 41 41 DEFINE('BLOGIFY_PLUGIN_BASENAME', plugin_basename(__FILE__)); 42 42 -
blogify-ai/tags/1.2.1/changelog.md
r3299707 r3306380 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 7 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 9 15 10 16 ### Changed -
blogify-ai/trunk/README.txt
r3301248 r3306380 4 4 Requires at least: 6.0 5 5 Tested up to: 6.8 6 Stable tag: 1.2. 06 Stable tag: 1.2.1 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.