Changeset 2673022
- Timestamp:
- 02/04/2022 04:09:30 PM (4 years ago)
- Location:
- simple-googlebot-visit/trunk
- Files:
-
- 3 edited
-
changelog.txt (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
simple-googlebot-visit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-googlebot-visit/trunk/changelog.txt
r2593652 r2673022 1 1 == Changelog == 2 3 = 1.2.3 = 4 * Added compatibility with Wordpress 5.9. 2 5 3 6 = 1.2.2 = -
simple-googlebot-visit/trunk/readme.txt
r2593652 r2673022 4 4 Tags: seo, googlebot, google, indexation, pages, entries, woocommerce, products 5 5 Requires at least: 3.0.1 6 Tested up to: 5. 86 Tested up to: 5.9 7 7 Stable tag: trunk 8 8 Requires PHP: 5.5 … … 43 43 == Changelog == 44 44 45 = 1.2.3 = 46 * Added compatibility with Wordpress 5.9. 47 45 48 = 1.2.2 = 46 49 * Fixed bug with version 8 of PHP. -
simple-googlebot-visit/trunk/simple-googlebot-visit.php
r2593656 r2673022 5 5 * Plugin Name: Simple Googlebot Visit 6 6 * Description: Plugin to view the last visit of googlebot to your pages and entries. 7 * Version: 1.2. 27 * Version: 1.2.3 8 8 * Author: Codents 9 9 * Author URI: https://codents.net … … 20 20 define('SGBV_NAME', 'Simple Googlebot Visit'); 21 21 define('SGBV_SLUG', 'simple-googlebot-visit'); 22 define('SGBV_VERSION', '1.2. 2');22 define('SGBV_VERSION', '1.2.3'); 23 23 define('SGBV_DB_TERM', 'sgbv'); 24 24 define('SGBV_GOOGLEBOT_AGENTS', array('googlebot'));
Note: See TracChangeset
for help on using the changeset viewer.