Changeset 3432056
- Timestamp:
- 01/04/2026 10:47:55 AM (2 months ago)
- Location:
- search-engine-insights/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
seiwp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
search-engine-insights/trunk/readme.txt
r3282794 r3432056 2 2 Contributors: deconf 3 3 Donate link: https://deconf.com/donate/ 4 Tags: search console dashboard, google search console, search console widget, search console metatag, search console, seo4 Tags: search console dashboard, google search console, search console widget, search console, seo 5 5 Requires at least: 3.5 6 Tested up to: 6. 87 Stable tag: 2.6. 46 Tested up to: 6.9 7 Stable tag: 2.6.5 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 80 80 == Changelog == 81 81 82 = 2.6. 4 (2025.04.27) =82 = 2.6.5 (2026.01.04) = 83 83 * Bug Fixes: 84 84 * minor css font update -
search-engine-insights/trunk/seiwp.php
r3282794 r3432056 5 5 * Description: Adds your website to Google Search Console. Displays Search Console reports on your Dashboard. 6 6 * Author: Alin Marcu 7 * Version: 2.6. 47 * Version: 2.6.5 8 8 * Author URI: https://deconf.com 9 9 * Text Domain: search-engine-insights … … 17 17 // Plugin Version 18 18 if ( ! defined( 'SEIWP_CURRENT_VERSION' ) ) { 19 define( 'SEIWP_CURRENT_VERSION', '2.6. 4' );19 define( 'SEIWP_CURRENT_VERSION', '2.6.5' ); 20 20 } 21 21
Note: See TracChangeset
for help on using the changeset viewer.