Plugin Directory

Changeset 3160289


Ignore:
Timestamp:
10/01/2024 06:52:56 AM (18 months ago)
Author:
writetextai
Message:

remove debug

Location:
writetext-ai
Files:
161 added
5 edited

Legend:

Unmodified
Added
Removed
  • writetext-ai/trunk/CHANGELOG.md

    r3160274 r3160289  
    1010and this project adheres to [Semantic Versioning](http://semver.org/).
    1111
    12 ## [1.40.1] - 2024-10-01
     12## [1.40.2] - 2024-10-01
    1313
    1414### Added
  • writetext-ai/trunk/assets/js/admin-common.js

    r3160274 r3160289  
    22/* jshint -W117 */
    33
    4 console.log('WriteText.ai - Version: [1.40.1] - 2024-10-01 - 1');
     4console.log('WriteText.ai - Version: [1.40.2] - 2024-10-01 - 1');
    55
    66jQuery( document ).ready( function( $ ){
  • writetext-ai/trunk/includes/class-wtai-global-settings.php

    r3160274 r3160289  
    8585            <input type="hidden" id="wtai-popupblocker-nonce" value="<?php echo esc_attr( $popupblocker_nonce ); ?>" />
    8686            <div id="wtai-popup-blocker-notice" class="updated error notice wtai-popup-blocker-notice is-dismissible" style="margin-bottom: 20px;margin-top: 20px;text-align: left;" >
    87                 <p><?php echo wp_kses_post( __( '<strong>Warning:</strong> xxDisable all pop-up blockers then refresh this page. WriteText.ai does not work when you have pop-up blockers enabled.', 'writetext-ai' ) ); ?></p>
     87                <p><?php echo wp_kses_post( __( '<strong>Warning:</strong> Disable all pop-up blockers then refresh this page. WriteText.ai does not work when you have pop-up blockers enabled.', 'writetext-ai' ) ); ?></p>
    8888            </div>
    8989            <?php
  • writetext-ai/trunk/readme.txt

    r3160274 r3160289  
    55Requires at least: 6.0
    66Tested up to: 6.6.2
    7 Stable tag: 1.40.1
     7Stable tag: 1.40.2
    88Requires PHP: 7.4
    99License: GPLv3 or later
     
    162162== Changelog ==
    163163
    164 = 1.40.1 2024-10-01 =
     164= 1.40.2 2024-10-01 =
    165165
    166166* Add - Spellcheck suggestion for selected keywords.
     
    639639== Upgrade Notice ==
    640640
    641 = 1.40.1 =
     641= 1.40.2 =
    642642
    643643Please upgrade, to ensure all plugin features works as expected.
  • writetext-ai/trunk/writetext-ai.php

    r3160274 r3160289  
    44 * Plugin URI: https://writetext.ai/woocommerce
    55 * Description: Let AI automatically generate product descriptions and other content from your product data.
    6  * Version: 1.40.1
     6 * Version: 1.40.2
    77 * Author:  1902 Software
    88 * Author URI: https://writetext.ai/
     
    5656
    5757    if ( ! defined( 'WTAI_VERSION' ) ) {
    58         define( 'WTAI_VERSION', '1.40.1' );
     58        define( 'WTAI_VERSION', '1.40.2' );
    5959    }
    6060
Note: See TracChangeset for help on using the changeset viewer.