Plugin Directory

Changeset 3413318


Ignore:
Timestamp:
12/07/2025 03:41:18 AM (4 months ago)
Author:
u3kkasha
Message:

fix(config): correct base URLS

Location:
blogify-ai/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • blogify-ai/trunk/README.txt

    r3411643 r3413318  
    44Requires at least: 6.0
    55Tested up to: 6.9
    6 Stable tag: 1.3.1
     6Stable tag: 1.3.2
    77Requires PHP: 7.4
    88License: GPLv2 or later
  • blogify-ai/trunk/blogify-ai.php

    r3411643 r3413318  
    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.3.1
     18 * Version:           1.3.2
    1919 * Requires at least: 6.0
    2020 * Requires PHP:      7.4
     
    3535
    3636// Constants
    37 DEFINE('BLOGIFY_SERVER_BASEURL',  "http://localhost:7777/");
    38 DEFINE('BLOGIFY_CLIENT_BASEURL',  "https://localhost:7000/");   
     37DEFINE('BLOGIFY_SERVER_BASEURL',  "https://api.blogify.ai/");
     38DEFINE('BLOGIFY_CLIENT_BASEURL',  "https://blogify.ai/");   
    3939
    40 DEFINE('BLOGIFY_VERSION', '1.3.1');
     40DEFINE('BLOGIFY_VERSION', '1.3.2');
    4141DEFINE('BLOGIFY_PLUGIN_BASENAME', plugin_basename(__FILE__));
    4242
  • blogify-ai/trunk/changelog.md

    r3411643 r3413318  
    55The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
    66and 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.
    713
    814## [1.3.1] - 2025-Dec-9
Note: See TracChangeset for help on using the changeset viewer.