Changeset 3434757
- Timestamp:
- 01/07/2026 11:40:49 PM (3 months ago)
- Location:
- lyxity/trunk
- Files:
-
- 3 edited
-
includes/class-lyxity-api.php (modified) (1 diff)
-
lyxity.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lyxity/trunk/includes/class-lyxity-api.php
r3356931 r3434757 15 15 */ 16 16 17 private $api_endpoint = 'https:// lyxity.com/api/';17 private $api_endpoint = 'https://app.lyxity.com/api/'; 18 18 19 19 /** -
lyxity/trunk/lyxity.php
r3359754 r3434757 3 3 Plugin Name: Lyxity 4 4 Description: The art of modern search engine optimization 5 Version: 2. 0.05 Version: 2.1.0 6 6 Author: Infoforte 7 7 Author URI: https://infoforte.com … … 20 20 21 21 // Define plugin constants 22 define('LYXITY_VERSION', '2. 0.0');22 define('LYXITY_VERSION', '2.1.0'); 23 23 define('LYXITY_FILE', __FILE__); 24 24 define('LYXITY_PATH', plugin_dir_path(__FILE__)); -
lyxity/trunk/readme.txt
r3359754 r3434757 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 2. 0.06 Stable tag: 2.1.0 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 47 47 48 48 * **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/ 50 50 * **Data Transmission**: The following data is sent to the API: 51 51 * Your API key for authentication … … 113 113 114 114 == Changelog == 115 = 2.1.0 = 116 - Updated API endpoint to https://app.lyxity.com/api/ 117 - Bumped version to 2.1.0 118 115 119 = 2.0.0 = 116 120 - Bug fixes and other improvements
Note: See TracChangeset
for help on using the changeset viewer.