Plugin Directory

Changeset 3470991


Ignore:
Timestamp:
02/27/2026 10:59:42 AM (5 weeks ago)
Author:
instarank
Message:

v2.0.8: Remove error_log calls flagged by Plugin Check

Location:
instarank/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • instarank/trunk/api/endpoints.php

    r3470986 r3470991  
    51485148        // If preg_replace_callback failed (PCRE backtracking limit), return original
    51495149        if ($protected === null) {
    5150             error_log('[InstaRank] decode_entities_outside_block_json: preg_replace_callback failed (PCRE limit), returning original content');
    51515150            return $content;
    51525151        }
     
    51885187        // If preg_replace_callback failed (PCRE backtracking limit), return original
    51895188        if ($protected === null) {
    5190             error_log('[InstaRank] replace_escapes_outside_block_json: preg_replace_callback failed (PCRE limit), returning original content');
    51915189            return $content;
    51925190        }
  • instarank/trunk/instarank.php

    r3470986 r3470991  
    44 * Plugin URI: https://instarank.com/wordpress-plugin
    55 * 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.7
     6 * Version: 2.0.8
    77 * Author: InstaRank
    88 * Author URI: https://instarank.com
     
    1818
    1919// Define plugin constants
    20 define('INSTARANK_VERSION', '2.0.7');
     20define('INSTARANK_VERSION', '2.0.8');
    2121define('INSTARANK_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2222define('INSTARANK_PLUGIN_URL', plugin_dir_url(__FILE__));
  • instarank/trunk/readme.txt

    r3470986 r3470991  
    44Requires at least: 5.6
    55Tested up to: 6.9
    6 Stable tag: 2.0.7
     6Stable tag: 2.0.8
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    169169
    170170== Changelog ==
     171
     172= 2.0.8 =
     173* Fix: Remove debug logging flagged by Plugin Check
    171174
    172175= 2.0.7 =
Note: See TracChangeset for help on using the changeset viewer.