Changeset 3381999
- Timestamp:
- 10/21/2025 02:52:14 PM (5 months ago)
- Location:
- synoveo/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
synoveo.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
synoveo/trunk/readme.txt
r3381787 r3381999 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.2. 27 Stable tag: 1.2.3 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 252 252 253 253 == Changelog == 254 255 = 1.2.3 - 2025-10-21 = 256 * Minor Style Change 254 257 255 258 = 1.2.2 - 2025-10-21 = … … 372 375 == Upgrade Notice == 373 376 377 = 1.2.3 = 378 Minor Style Change 379 374 380 = 1.2.2 = 375 381 Address normalization and GBP diff improvements. Recommended for all users to resolve false "Different" status in Compare & Sync modal. -
synoveo/trunk/synoveo.php
r3381787 r3381999 4 4 * Plugin URI: https://www.synoveo.com 5 5 * Description: Grow revenue by improving your online business presence. Synoveo keeps your Google Business Profile accurate and up-to-date. 6 * Version: 1.2. 26 * Version: 1.2.3 7 7 * Author: Synoveo (CODE75) 8 8 * Author URI: https://www.synoveo.com … … 111 111 // Plugin constants 112 112 // Single source of truth for version number 113 $base_version = '1.2. 2'; // ← Change only this when bumping version113 $base_version = '1.2.3'; // ← Change only this when bumping version 114 114 define( 'SYNOVEO_VERSION', defined( 'WP_DEBUG' ) && WP_DEBUG ? $base_version . '-dev-' . time() : $base_version ); 115 115 define( 'SYNOVEO_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.