Plugin Directory

Changeset 3434757


Ignore:
Timestamp:
01/07/2026 11:40:49 PM (3 months ago)
Author:
infoforte
Message:

2.1.0

  • Bug fixes and other improvements
Location:
lyxity/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • lyxity/trunk/includes/class-lyxity-api.php

    r3356931 r3434757  
    1515     */
    1616
    17     private $api_endpoint = 'https://lyxity.com/api/';
     17    private $api_endpoint = 'https://app.lyxity.com/api/';
    1818
    1919    /**
  • lyxity/trunk/lyxity.php

    r3359754 r3434757  
    33Plugin Name: Lyxity
    44Description: The art of modern search engine optimization
    5 Version: 2.0.0
     5Version: 2.1.0
    66Author: Infoforte
    77Author URI: https://infoforte.com
     
    2020
    2121// Define plugin constants
    22 define('LYXITY_VERSION', '2.0.0');
     22define('LYXITY_VERSION', '2.1.0');
    2323define('LYXITY_FILE', __FILE__);
    2424define('LYXITY_PATH', plugin_dir_path(__FILE__));
  • lyxity/trunk/readme.txt

    r3359754 r3434757  
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 2.0.0
     6Stable tag: 2.1.0
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    4747
    4848* **Service Purpose**: The plugin connects to Lyxity's API service to process your content using AI algorithms for updating and rewriting posts, generating summaries, checking for dead links, and providing dashboard analytics.
    49 * **API Endpoint**: https://lyxity.com/api/
     49* **API Endpoint**: https://app.lyxity.com/api/
    5050* **Data Transmission**: The following data is sent to the API:
    5151  * Your API key for authentication
     
    113113
    114114== Changelog ==
     115= 2.1.0 =
     116- Updated API endpoint to https://app.lyxity.com/api/
     117- Bumped version to 2.1.0
     118
    115119= 2.0.0 =
    116120- Bug fixes and other improvements
Note: See TracChangeset for help on using the changeset viewer.