Plugin Directory

Changeset 3355773


Ignore:
Timestamp:
09/04/2025 04:48:09 AM (6 months ago)
Author:
wpgrids
Message:

Release v1.2.95

Location:
ai-content-generation/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ai-content-generation/trunk/readme.txt

    r3355770 r3355773  
    55Requires at least: 5.0
    66Tested up to:  6.8.2
    7 Stable Tag: 1.2.94
     7Stable Tag: 1.2.95
    88License: GPL-2.0+
    99License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     
    308308== Changelog ==
    309309
    310 = 1.2.93 =
     310= 1.2.95 =
    311311* Fixed: Minor issues.
    312312* Improved: Performance.
  • ai-content-generation/trunk/wp-wand.php

    r3355770 r3355773  
    55 * Plugin URI: https://wpwand.com/
    66 * Description: WP Wand is a AI content generation plugin for WordPress that helps your team create high quality content 10X faster and 50x cheaper. No monthly subscription required.
    7  * Version: 1.2.94
     7 * Version: 1.2.95
    88 * Author: WP Wand
    99 * Author URI: https://wpwand.com/
     
    182182    echo '<div class="error"><p>' . esc_html__('WP Wand requires PHP 7.4 or higher. Please upgrade your PHP version.', 'wp-wand') . '</p></div>'; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
    183183}
    184 
    185 
    186 add_action(
    187     'doing_it_wrong_run',
    188     static function ($function_name) {
    189         if ('_load_textdomain_just_in_time' === $function_name) {
    190             debug_print_backtrace();
    191         }
    192     }
    193 );
Note: See TracChangeset for help on using the changeset viewer.