Plugin Directory

Changeset 2869424


Ignore:
Timestamp:
02/22/2023 02:08:41 PM (3 years ago)
Author:
seomantis
Message:

improvements

Location:
seo-copywriting
Files:
106 added
3 edited

Legend:

Unmodified
Added
Removed
  • seo-copywriting/trunk/README.txt

    r2864677 r2869424  
    55Requires at least: 4.7
    66Tested up to: 6.1.1
    7 Stable tag: 2.3.1
     7Stable tag: 2.3.2
    88Requires PHP: 7.1
    99License: GPLv2 or later
     
    4040== Changelog ==
    4141
     42= 2.3.2 =
     43Minor bugfixes
     44
    4245= 2.0.4 =
    4346Adding settings link to plugins page
  • seo-copywriting/trunk/admin/js/seocopy-admin.js

    r2766591 r2869424  
    363363                    } else if(e && e.status && e.status == -2) {
    364364                        $('#seocopy-keyword-error-wrong-key').show();
     365                    } else if(e && e.status && e.status == -3 ){
     366                        $('#seocopy-keyword-error-unable-connect').html( e.message ).show();
    365367                    } else {
    366368                        $('#seocopy-keyword-error-unable-connect').show();
     
    426428                    } else if(e && e.status && e.status == -2) {
    427429                        $('#seocopy-query-suggestion-error-wrong-key').show();
     430                    } else if(e && e.status && e.status == -3) {
     431                        $('#seocopy-query-suggestion-error-unable-connect').html( e.message ).show();
    428432                    } else {
    429433                        $('#seocopy-query-suggestion-error-unable-connect').show();
  • seo-copywriting/trunk/seocopy.php

    r2861304 r2869424  
    1111 * Plugin URI:        https://wpseoplugins.org/seo-copywriting/
    1212 * Description:       Keyword research made easy!
    13  * Version:           2.0.4
     13 * Version:           2.3.2
    1414 * Author:            WP SEO Plugins
    1515 * Author URI:        https://www.wpseoplugins.org
     
    3030 * Rename this for your plugin and update it as you release new versions.
    3131 */
    32 define( 'seocopy_VERSION', '2.0.4' );
     32define( 'seocopy_VERSION', '2.3.2' );
    3333define( 'seocopy_DOMAIN', 'seocopy' );
    3434define( 'SEOCOPY_SERVER_NAME', $_SERVER['SERVER_NAME']);
Note: See TracChangeset for help on using the changeset viewer.