Plugin Directory

Changeset 3376742


Ignore:
Timestamp:
10/11/2025 05:11:56 PM (6 months ago)
Author:
synoveo
Message:

Deploy synoveo v1.1.2

Location:
synoveo/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • synoveo/trunk/readme.txt

    r3376741 r3376742  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.1.1a
     7Stable tag: 1.1.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    275275
    276276== Changelog ==
    277 = 1.1.1a =
     277= 1.1.2 =
    278278* **MINOR:** Improving wordpress tags
    279279
  • synoveo/trunk/synoveo.php

    r3376669 r3376742  
    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.1.1a
     6 * Version: 1.1.2
    77 * Author: Synoveo (CODE75)
    88 * Author URI: https://www.synoveo.com
     
    2424// Plugin constants
    2525// Single source of truth for version number
    26 $base_version = '1.1.1a'; // ← Change only this when bumping version
     26$base_version = '1.1.2'; // ← Change only this when bumping version
    2727define( 'SYNOVEO_VERSION', defined( 'WP_DEBUG' ) && WP_DEBUG ? $base_version . '-dev-' . time() : $base_version );
    2828define( 'SYNOVEO_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.