Plugin Directory

Changeset 3381999


Ignore:
Timestamp:
10/21/2025 02:52:14 PM (5 months ago)
Author:
synoveo
Message:

Deploy synoveo v1.2.3

Location:
synoveo/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • synoveo/trunk/readme.txt

    r3381787 r3381999  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.2.2
     7Stable tag: 1.2.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    252252
    253253== Changelog ==
     254
     255= 1.2.3 - 2025-10-21 =
     256* Minor Style Change
    254257
    255258= 1.2.2 - 2025-10-21 =
     
    372375== Upgrade Notice ==
    373376
     377= 1.2.3 =
     378Minor Style Change
     379
    374380= 1.2.2 =
    375381Address normalization and GBP diff improvements. Recommended for all users to resolve false "Different" status in Compare & Sync modal.
  • synoveo/trunk/synoveo.php

    r3381787 r3381999  
    44 * Plugin URI: https://www.synoveo.com
    55 * Description: Grow revenue by improving your online business presence. Synoveo keeps your Google Business Profile accurate and up-to-date.
    6  * Version: 1.2.2
     6 * Version: 1.2.3
    77 * Author: Synoveo (CODE75)
    88 * Author URI: https://www.synoveo.com
     
    111111// Plugin constants
    112112// Single source of truth for version number
    113 $base_version = '1.2.2'; // ← Change only this when bumping version
     113$base_version = '1.2.3'; // ← Change only this when bumping version
    114114define( 'SYNOVEO_VERSION', defined( 'WP_DEBUG' ) && WP_DEBUG ? $base_version . '-dev-' . time() : $base_version );
    115115define( 'SYNOVEO_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.