Changeset 3376666
- Timestamp:
- 10/11/2025 12:14:24 PM (6 months ago)
- Location:
- synoveo/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
synoveo.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
synoveo/trunk/readme.txt
r3376663 r3376666 252 252 253 253 == Changelog == 254 = 1.1.1 = 255 * **MINOR:** Reduce the Short Description to 150 bytes 254 256 255 257 = 1.1.0 = -
synoveo/trunk/synoveo.php
r3376645 r3376666 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.1. 06 * Version: 1.1.1 7 7 * Author: Synoveo (CODE75) 8 8 * Author URI: https://www.synoveo.com … … 24 24 // Plugin constants 25 25 // Single source of truth for version number 26 $base_version = '1.1. 0'; // ← Change only this when bumping version26 $base_version = '1.1.1'; // ← Change only this when bumping version 27 27 define( 'SYNOVEO_VERSION', defined( 'WP_DEBUG' ) && WP_DEBUG ? $base_version . '-dev-' . time() : $base_version ); 28 28 define( 'SYNOVEO_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.