Changeset 3460265
- Timestamp:
- 02/12/2026 07:19:10 PM (6 weeks ago)
- Location:
- visiblefirst
- Files:
-
- 4 edited
- 1 copied
-
tags/3.2.49 (copied) (copied from visiblefirst/trunk)
-
tags/3.2.49/readme.txt (modified) (2 diffs)
-
tags/3.2.49/visiblefirst.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/visiblefirst.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
visiblefirst/tags/3.2.49/readme.txt
r3460152 r3460265 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 3.2.4 87 Stable tag: 3.2.49 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.49 = 200 * FIX: Ensure WordPress auto-update cron is scheduled (fixes auto-updates on some hosts) 198 201 199 202 = 3.2.48 = -
visiblefirst/tags/3.2.49/visiblefirst.php
r3460152 r3460265 3 3 * Plugin Name: VisibleFirst 4 4 * Description: AI + SEO + Social visibility in one plugin. Complete visibility optimization for WordPress. 5 * Version: 3.2.4 85 * Version: 3.2.49 6 6 * Author: VisibleFirst 7 7 * Author URI: https://visiblefirst.com … … 16 16 17 17 // Plugin constants 18 define('VISIBL_VERSION', '3.2.4 8');18 define('VISIBL_VERSION', '3.2.49'); 19 19 define('VISIBL_PLUGIN_DIR', plugin_dir_path(__FILE__)); 20 20 define('VISIBL_PLUGIN_URL', plugin_dir_url(__FILE__)); … … 119 119 return $update; 120 120 }, 10, 2); 121 122 // Ensure WordPress auto-update cron is scheduled (some hosts disable it) 123 if (!wp_next_scheduled('wp_maybe_auto_update')) { 124 wp_schedule_event(time(), 'twicedaily', 'wp_maybe_auto_update'); 125 } 121 126 } 122 127 -
visiblefirst/trunk/readme.txt
r3460152 r3460265 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 3.2.4 87 Stable tag: 3.2.49 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.49 = 200 * FIX: Ensure WordPress auto-update cron is scheduled (fixes auto-updates on some hosts) 198 201 199 202 = 3.2.48 = -
visiblefirst/trunk/visiblefirst.php
r3460152 r3460265 3 3 * Plugin Name: VisibleFirst 4 4 * Description: AI + SEO + Social visibility in one plugin. Complete visibility optimization for WordPress. 5 * Version: 3.2.4 85 * Version: 3.2.49 6 6 * Author: VisibleFirst 7 7 * Author URI: https://visiblefirst.com … … 16 16 17 17 // Plugin constants 18 define('VISIBL_VERSION', '3.2.4 8');18 define('VISIBL_VERSION', '3.2.49'); 19 19 define('VISIBL_PLUGIN_DIR', plugin_dir_path(__FILE__)); 20 20 define('VISIBL_PLUGIN_URL', plugin_dir_url(__FILE__)); … … 119 119 return $update; 120 120 }, 10, 2); 121 122 // Ensure WordPress auto-update cron is scheduled (some hosts disable it) 123 if (!wp_next_scheduled('wp_maybe_auto_update')) { 124 wp_schedule_event(time(), 'twicedaily', 'wp_maybe_auto_update'); 125 } 121 126 } 122 127
Note: See TracChangeset
for help on using the changeset viewer.