Changeset 3459067
- Timestamp:
- 02/11/2026 03:12:33 PM (6 weeks ago)
- Location:
- clearpost-simple-ai-auto-post
- Files:
-
- 6 edited
- 1 copied
-
tags/2.0.5 (copied) (copied from clearpost-simple-ai-auto-post/trunk)
-
tags/2.0.5/assets/js/onboarding-wizard.js (modified) (2 diffs)
-
tags/2.0.5/readme.txt (modified) (2 diffs)
-
tags/2.0.5/simple-ai-auto-post.php (modified) (2 diffs)
-
trunk/assets/js/onboarding-wizard.js (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/simple-ai-auto-post.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
clearpost-simple-ai-auto-post/tags/2.0.5/assets/js/onboarding-wizard.js
r3459022 r3459067 214 214 var $container = $('#saiap-wizard-competitor-urls'); 215 215 var $addBtn = $('#saiap-wizard-add-competitor'); 216 var maxItems = 3;216 var maxItems = 10; 217 217 218 218 // Add new URL field … … 382 382 if (index === 0) { 383 383 $existingInputs.first().val(url); 384 } else if (index < 3) {385 // Add new input for additional URLs (max 3)384 } else if (index < 10) { 385 // Add new input for additional URLs (max 10) 386 386 var $newItem = $('<div class="saiap-wizard__repeater-item">' + 387 387 '<input type="url" name="competitor_urls[]" class="saiap-wizard__input saiap-wizard__repeater-input" value="' + url + '" />' + -
clearpost-simple-ai-auto-post/tags/2.0.5/readme.txt
r3459022 r3459067 4 4 Requires at least: 5.0 5 5 Tested up to: 6.9 6 Stable tag: 2.0. 46 Stable tag: 2.0.5 7 7 Requires PHP: 7.2 8 8 License: GPLv2 or later … … 229 229 230 230 == Changelog == 231 232 = 2.0.5 = 233 * Improved: Local SEO content now distributed evenly across your service locations. 234 * Improved: "Near me" keywords automatically converted to location-specific keywords for better local rankings. 235 * New: Localized content ratio adapts to your target locations (more locations = more local content). 236 * Improved: Onboarding wizard now allows up to 10 competitor URLs (previously 3). 231 237 232 238 = 2.0.4 = -
clearpost-simple-ai-auto-post/tags/2.0.5/simple-ai-auto-post.php
r3459022 r3459067 4 4 Description: Your AI Agent for SEO, in WordPress. An AI content marketer that knows your site, then schedules and generates posts every day. 5 5 Plugin URI: https://clearpostplugin.com/ 6 Version: 2.0. 46 Version: 2.0.5 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 18 18 19 19 // Define plugin version 20 define( 'SAIAP_VERSION', '2.0. 4' );20 define( 'SAIAP_VERSION', '2.0.5' ); 21 21 22 22 // Define premium API URL -
clearpost-simple-ai-auto-post/trunk/assets/js/onboarding-wizard.js
r3459022 r3459067 214 214 var $container = $('#saiap-wizard-competitor-urls'); 215 215 var $addBtn = $('#saiap-wizard-add-competitor'); 216 var maxItems = 3;216 var maxItems = 10; 217 217 218 218 // Add new URL field … … 382 382 if (index === 0) { 383 383 $existingInputs.first().val(url); 384 } else if (index < 3) {385 // Add new input for additional URLs (max 3)384 } else if (index < 10) { 385 // Add new input for additional URLs (max 10) 386 386 var $newItem = $('<div class="saiap-wizard__repeater-item">' + 387 387 '<input type="url" name="competitor_urls[]" class="saiap-wizard__input saiap-wizard__repeater-input" value="' + url + '" />' + -
clearpost-simple-ai-auto-post/trunk/readme.txt
r3459022 r3459067 4 4 Requires at least: 5.0 5 5 Tested up to: 6.9 6 Stable tag: 2.0. 46 Stable tag: 2.0.5 7 7 Requires PHP: 7.2 8 8 License: GPLv2 or later … … 229 229 230 230 == Changelog == 231 232 = 2.0.5 = 233 * Improved: Local SEO content now distributed evenly across your service locations. 234 * Improved: "Near me" keywords automatically converted to location-specific keywords for better local rankings. 235 * New: Localized content ratio adapts to your target locations (more locations = more local content). 236 * Improved: Onboarding wizard now allows up to 10 competitor URLs (previously 3). 231 237 232 238 = 2.0.4 = -
clearpost-simple-ai-auto-post/trunk/simple-ai-auto-post.php
r3459022 r3459067 4 4 Description: Your AI Agent for SEO, in WordPress. An AI content marketer that knows your site, then schedules and generates posts every day. 5 5 Plugin URI: https://clearpostplugin.com/ 6 Version: 2.0. 46 Version: 2.0.5 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 18 18 19 19 // Define plugin version 20 define( 'SAIAP_VERSION', '2.0. 4' );20 define( 'SAIAP_VERSION', '2.0.5' ); 21 21 22 22 // Define premium API URL
Note: See TracChangeset
for help on using the changeset viewer.