Changeset 3413318
- Timestamp:
- 12/07/2025 03:41:18 AM (4 months ago)
- Location:
- blogify-ai/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
blogify-ai.php (modified) (2 diffs)
-
changelog.md (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
blogify-ai/trunk/README.txt
r3411643 r3413318 4 4 Requires at least: 6.0 5 5 Tested up to: 6.9 6 Stable tag: 1.3. 16 Stable tag: 1.3.2 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later -
blogify-ai/trunk/blogify-ai.php
r3411643 r3413318 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.3. 118 * Version: 1.3.2 19 19 * Requires at least: 6.0 20 20 * Requires PHP: 7.4 … … 35 35 36 36 // Constants 37 DEFINE('BLOGIFY_SERVER_BASEURL', "http ://localhost:7777/");38 DEFINE('BLOGIFY_CLIENT_BASEURL', "https:// localhost:7000/");37 DEFINE('BLOGIFY_SERVER_BASEURL', "https://api.blogify.ai/"); 38 DEFINE('BLOGIFY_CLIENT_BASEURL', "https://blogify.ai/"); 39 39 40 DEFINE('BLOGIFY_VERSION', '1.3. 1');40 DEFINE('BLOGIFY_VERSION', '1.3.2'); 41 41 DEFINE('BLOGIFY_PLUGIN_BASENAME', plugin_basename(__FILE__)); 42 42 -
blogify-ai/trunk/changelog.md
r3411643 r3413318 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 8 ## [1.3.2] - 2025-Dec-7 9 10 ### Fixed 11 12 - Corrected server and client URLs. 7 13 8 14 ## [1.3.1] - 2025-Dec-9
Note: See TracChangeset
for help on using the changeset viewer.