Changeset 3460977
- Timestamp:
- 02/13/2026 06:16:41 PM (6 weeks ago)
- Location:
- visiblefirst
- Files:
-
- 3 edited
- 4 copied
-
tags/3.2.51 (copied) (copied from visiblefirst/trunk)
-
tags/3.2.51/includes/class-visibl-core.php (copied) (copied from visiblefirst/trunk/includes/class-visibl-core.php) (1 diff)
-
tags/3.2.51/readme.txt (copied) (copied from visiblefirst/trunk/readme.txt) (2 diffs)
-
tags/3.2.51/visiblefirst.php (copied) (copied from visiblefirst/trunk/visiblefirst.php) (2 diffs)
-
trunk/includes/class-visibl-core.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/visiblefirst.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
visiblefirst/tags/3.2.51/includes/class-visibl-core.php
r3460310 r3460977 550 550 */ 551 551 public static function sync_keywords_to_server() { 552 // Only sync if user opted in to index553 if (!get_option('visibl_index_optin')) {554 return;555 }556 557 552 $site_id = get_option('visibl_site_id', ''); 558 553 if (empty($site_id)) { -
visiblefirst/tags/3.2.51/readme.txt
r3460310 r3460977 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 3.2.5 07 Stable tag: 3.2.51 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 196 196 197 197 == Changelog == 198 199 = 3.2.51 = 200 * FIX: Score sync now automatic for all sites (diagnostic telemetry) 198 201 199 202 = 3.2.50 = -
visiblefirst/tags/3.2.51/visiblefirst.php
r3460310 r3460977 3 3 * Plugin Name: VisibleFirst 4 4 * Description: AI + SEO + Social visibility in one plugin. Complete visibility optimization for WordPress. 5 * Version: 3.2.5 05 * Version: 3.2.51 6 6 * Author: VisibleFirst 7 7 * Author URI: https://visiblefirst.com … … 16 16 17 17 // Plugin constants 18 define('VISIBL_VERSION', '3.2.5 0');18 define('VISIBL_VERSION', '3.2.51'); 19 19 define('VISIBL_PLUGIN_DIR', plugin_dir_path(__FILE__)); 20 20 define('VISIBL_PLUGIN_URL', plugin_dir_url(__FILE__)); -
visiblefirst/trunk/includes/class-visibl-core.php
r3460310 r3460977 550 550 */ 551 551 public static function sync_keywords_to_server() { 552 // Only sync if user opted in to index553 if (!get_option('visibl_index_optin')) {554 return;555 }556 557 552 $site_id = get_option('visibl_site_id', ''); 558 553 if (empty($site_id)) { -
visiblefirst/trunk/readme.txt
r3460310 r3460977 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 3.2.5 07 Stable tag: 3.2.51 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 196 196 197 197 == Changelog == 198 199 = 3.2.51 = 200 * FIX: Score sync now automatic for all sites (diagnostic telemetry) 198 201 199 202 = 3.2.50 = -
visiblefirst/trunk/visiblefirst.php
r3460310 r3460977 3 3 * Plugin Name: VisibleFirst 4 4 * Description: AI + SEO + Social visibility in one plugin. Complete visibility optimization for WordPress. 5 * Version: 3.2.5 05 * Version: 3.2.51 6 6 * Author: VisibleFirst 7 7 * Author URI: https://visiblefirst.com … … 16 16 17 17 // Plugin constants 18 define('VISIBL_VERSION', '3.2.5 0');18 define('VISIBL_VERSION', '3.2.51'); 19 19 define('VISIBL_PLUGIN_DIR', plugin_dir_path(__FILE__)); 20 20 define('VISIBL_PLUGIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.