Plugin Directory

Changeset 2673022


Ignore:
Timestamp:
02/04/2022 04:09:30 PM (4 years ago)
Author:
codents
Message:

Add compatibility with wordpress 5.9

Location:
simple-googlebot-visit/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • simple-googlebot-visit/trunk/changelog.txt

    r2593652 r2673022  
    11== Changelog ==
     2
     3= 1.2.3 =
     4* Added compatibility with Wordpress 5.9.
    25
    36= 1.2.2 =
  • simple-googlebot-visit/trunk/readme.txt

    r2593652 r2673022  
    44Tags: seo, googlebot, google, indexation, pages, entries, woocommerce, products
    55Requires at least: 3.0.1
    6 Tested up to: 5.8
     6Tested up to: 5.9
    77Stable tag: trunk
    88Requires PHP: 5.5
     
    4343== Changelog ==
    4444
     45= 1.2.3 =
     46* Added compatibility with Wordpress 5.9.
     47
    4548= 1.2.2 =
    4649* Fixed bug with version 8 of PHP.
  • simple-googlebot-visit/trunk/simple-googlebot-visit.php

    r2593656 r2673022  
    55 * Plugin Name:       Simple Googlebot Visit
    66 * Description:       Plugin to view the last visit of googlebot to your pages and entries.
    7  * Version:           1.2.2
     7 * Version:           1.2.3
    88 * Author:            Codents
    99 * Author URI:        https://codents.net
     
    2020define('SGBV_NAME', 'Simple Googlebot Visit');
    2121define('SGBV_SLUG', 'simple-googlebot-visit');
    22 define('SGBV_VERSION', '1.2.2');
     22define('SGBV_VERSION', '1.2.3');
    2323define('SGBV_DB_TERM', 'sgbv');
    2424define('SGBV_GOOGLEBOT_AGENTS', array('googlebot'));
Note: See TracChangeset for help on using the changeset viewer.