Plugin Directory

Changeset 1828554


Ignore:
Timestamp:
02/24/2018 08:00:07 PM (8 years ago)
Author:
Petrichorpost
Message:

Minor bug fixes

Location:
claimit/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • claimit/trunk/claimit.php

    r1828545 r1828554  
    55Plugin URI:   https://www.rizonesoft.com/wordpress/claimit/
    66Description:  Simple plugin to claim your website on webmaster tools like in Google, Bing, Yandex, etc.
    7 Version:      2.0.3
     7Version:      2.0.5
    88Author:       Rizonesoft.com
    99Author URI:   https://www.rizonesoft.com
     
    3636define('CLAIMIT_URL', WP_PLUGIN_URL.'/'.dirname(plugin_basename(__FILE__)));
    3737define('CLAIMIT_PATH', WP_PLUGIN_DIR.'/'.dirname(plugin_basename(__FILE__)));
    38 define('CLAIMIT_VERSION', '2.0.3');
     38define('CLAIMIT_VERSION', '2.0.5');
    3939//
    4040
  • claimit/trunk/readme.txt

    r1828545 r1828554  
    66Tested up to: 4.9.4
    77Requires PHP: 4.3
    8 Stable tag: 2.0.3
     8Stable tag: 2.0.5
    99License: GPL2
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5353== Changelog ==
    5454
    55 = 2.0.3 =
     55= 2.0.5 =
    5656* Fix: Yandex Webmaster tools linking to Alexa Dashboard.
    5757* Fix: Wrong version number reported in ClaimIt footer.
Note: See TracChangeset for help on using the changeset viewer.