Changeset 3376742
- Timestamp:
- 10/11/2025 05:11:56 PM (6 months ago)
- Location:
- synoveo/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
synoveo.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
synoveo/trunk/readme.txt
r3376741 r3376742 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.1. 1a7 Stable tag: 1.1.2 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 275 275 276 276 == Changelog == 277 = 1.1. 1a=277 = 1.1.2 = 278 278 * **MINOR:** Improving wordpress tags 279 279 -
synoveo/trunk/synoveo.php
r3376669 r3376742 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. 1a6 * Version: 1.1.2 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. 1a'; // ← Change only this when bumping version26 $base_version = '1.1.2'; // ← 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.