Changeset 3470991
- Timestamp:
- 02/27/2026 10:59:42 AM (5 weeks ago)
- Location:
- instarank/trunk
- Files:
-
- 3 edited
-
api/endpoints.php (modified) (2 diffs)
-
instarank.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
instarank/trunk/api/endpoints.php
r3470986 r3470991 5148 5148 // If preg_replace_callback failed (PCRE backtracking limit), return original 5149 5149 if ($protected === null) { 5150 error_log('[InstaRank] decode_entities_outside_block_json: preg_replace_callback failed (PCRE limit), returning original content');5151 5150 return $content; 5152 5151 } … … 5188 5187 // If preg_replace_callback failed (PCRE backtracking limit), return original 5189 5188 if ($protected === null) { 5190 error_log('[InstaRank] replace_escapes_outside_block_json: preg_replace_callback failed (PCRE limit), returning original content');5191 5189 return $content; 5192 5190 } -
instarank/trunk/instarank.php
r3470986 r3470991 4 4 * Plugin URI: https://instarank.com/wordpress-plugin 5 5 * Description: Connect your WordPress site to InstaRank for AI-powered SEO optimization, schema markup generation, and programmatic SEO. Create and sync custom post types, automatically apply SEO improvements, and generate structured data with InstaRank's AI engine. 6 * Version: 2.0. 76 * Version: 2.0.8 7 7 * Author: InstaRank 8 8 * Author URI: https://instarank.com … … 18 18 19 19 // Define plugin constants 20 define('INSTARANK_VERSION', '2.0. 7');20 define('INSTARANK_VERSION', '2.0.8'); 21 21 define('INSTARANK_PLUGIN_DIR', plugin_dir_path(__FILE__)); 22 22 define('INSTARANK_PLUGIN_URL', plugin_dir_url(__FILE__)); -
instarank/trunk/readme.txt
r3470986 r3470991 4 4 Requires at least: 5.6 5 5 Tested up to: 6.9 6 Stable tag: 2.0. 76 Stable tag: 2.0.8 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 169 169 170 170 == Changelog == 171 172 = 2.0.8 = 173 * Fix: Remove debug logging flagged by Plugin Check 171 174 172 175 = 2.0.7 =
Note: See TracChangeset
for help on using the changeset viewer.