Plugin Directory

Changeset 3460977


Ignore:
Timestamp:
02/13/2026 06:16:41 PM (6 weeks ago)
Author:
visiblefirst
Message:

Release 3.2.51 - Score sync now automatic for all sites

Location:
visiblefirst
Files:
3 edited
4 copied

Legend:

Unmodified
Added
Removed
  • visiblefirst/tags/3.2.51/includes/class-visibl-core.php

    r3460310 r3460977  
    550550     */
    551551    public static function sync_keywords_to_server() {
    552         // Only sync if user opted in to index
    553         if (!get_option('visibl_index_optin')) {
    554             return;
    555         }
    556 
    557552        $site_id = get_option('visibl_site_id', '');
    558553        if (empty($site_id)) {
  • visiblefirst/tags/3.2.51/readme.txt

    r3460310 r3460977  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 3.2.50
     7Stable tag: 3.2.51
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    196196
    197197== Changelog ==
     198
     199= 3.2.51 =
     200* FIX: Score sync now automatic for all sites (diagnostic telemetry)
    198201
    199202= 3.2.50 =
  • visiblefirst/tags/3.2.51/visiblefirst.php

    r3460310 r3460977  
    33 * Plugin Name: VisibleFirst
    44 * Description: AI + SEO + Social visibility in one plugin. Complete visibility optimization for WordPress.
    5  * Version: 3.2.50
     5 * Version: 3.2.51
    66 * Author: VisibleFirst
    77 * Author URI: https://visiblefirst.com
     
    1616
    1717// Plugin constants
    18 define('VISIBL_VERSION', '3.2.50');
     18define('VISIBL_VERSION', '3.2.51');
    1919define('VISIBL_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2020define('VISIBL_PLUGIN_URL', plugin_dir_url(__FILE__));
  • visiblefirst/trunk/includes/class-visibl-core.php

    r3460310 r3460977  
    550550     */
    551551    public static function sync_keywords_to_server() {
    552         // Only sync if user opted in to index
    553         if (!get_option('visibl_index_optin')) {
    554             return;
    555         }
    556 
    557552        $site_id = get_option('visibl_site_id', '');
    558553        if (empty($site_id)) {
  • visiblefirst/trunk/readme.txt

    r3460310 r3460977  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 3.2.50
     7Stable tag: 3.2.51
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    196196
    197197== Changelog ==
     198
     199= 3.2.51 =
     200* FIX: Score sync now automatic for all sites (diagnostic telemetry)
    198201
    199202= 3.2.50 =
  • visiblefirst/trunk/visiblefirst.php

    r3460310 r3460977  
    33 * Plugin Name: VisibleFirst
    44 * Description: AI + SEO + Social visibility in one plugin. Complete visibility optimization for WordPress.
    5  * Version: 3.2.50
     5 * Version: 3.2.51
    66 * Author: VisibleFirst
    77 * Author URI: https://visiblefirst.com
     
    1616
    1717// Plugin constants
    18 define('VISIBL_VERSION', '3.2.50');
     18define('VISIBL_VERSION', '3.2.51');
    1919define('VISIBL_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2020define('VISIBL_PLUGIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.