Changeset 3461017
- Timestamp:
- 02/13/2026 07:32:18 PM (6 weeks ago)
- Location:
- visiblefirst
- Files:
-
- 2 edited
- 4 copied
-
tags/3.2.53 (copied) (copied from visiblefirst/trunk)
-
tags/3.2.53/includes/class-visibl-core.php (copied) (copied from visiblefirst/trunk/includes/class-visibl-core.php)
-
tags/3.2.53/readme.txt (copied) (copied from visiblefirst/trunk/readme.txt) (2 diffs)
-
tags/3.2.53/visiblefirst.php (copied) (copied from visiblefirst/trunk/visiblefirst.php) (4 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/visiblefirst.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
visiblefirst/tags/3.2.53/readme.txt
r3461015 r3461017 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 3.2.5 27 Stable tag: 3.2.53 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.53 = 200 * FIX: Services page CSS loading 198 201 199 202 = 3.2.52 = -
visiblefirst/tags/3.2.53/visiblefirst.php
r3461015 r3461017 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 25 * Version: 3.2.53 6 6 * Author: VisibleFirst 7 7 * Author URI: https://visiblefirst.com … … 16 16 17 17 // Plugin constants 18 define('VISIBL_VERSION', '3.2.5 2');18 define('VISIBL_VERSION', '3.2.53'); 19 19 define('VISIBL_PLUGIN_DIR', plugin_dir_path(__FILE__)); 20 20 define('VISIBL_PLUGIN_URL', plugin_dir_url(__FILE__)); … … 255 255 'toplevel_page_visiblefirst', 256 256 'visiblefirst_page_visiblefirst-services', 257 'visiblefirst_page_visiblefirst-pro-services', 257 258 'visiblefirst_page_visiblefirst-import', 258 'visiblefirst_page_visiblefirst-services',259 259 'visiblefirst_page_visiblefirst-activity', 260 260 ]; … … 301 301 } 302 302 303 if ($hook === 'visiblefirst_page_visiblefirst- services') {303 if ($hook === 'visiblefirst_page_visiblefirst-pro-services') { 304 304 wp_enqueue_style( 305 305 'visibl-services', -
visiblefirst/trunk/readme.txt
r3461015 r3461017 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 3.2.5 27 Stable tag: 3.2.53 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.53 = 200 * FIX: Services page CSS loading 198 201 199 202 = 3.2.52 = -
visiblefirst/trunk/visiblefirst.php
r3461015 r3461017 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 25 * Version: 3.2.53 6 6 * Author: VisibleFirst 7 7 * Author URI: https://visiblefirst.com … … 16 16 17 17 // Plugin constants 18 define('VISIBL_VERSION', '3.2.5 2');18 define('VISIBL_VERSION', '3.2.53'); 19 19 define('VISIBL_PLUGIN_DIR', plugin_dir_path(__FILE__)); 20 20 define('VISIBL_PLUGIN_URL', plugin_dir_url(__FILE__)); … … 255 255 'toplevel_page_visiblefirst', 256 256 'visiblefirst_page_visiblefirst-services', 257 'visiblefirst_page_visiblefirst-pro-services', 257 258 'visiblefirst_page_visiblefirst-import', 258 'visiblefirst_page_visiblefirst-services',259 259 'visiblefirst_page_visiblefirst-activity', 260 260 ]; … … 301 301 } 302 302 303 if ($hook === 'visiblefirst_page_visiblefirst- services') {303 if ($hook === 'visiblefirst_page_visiblefirst-pro-services') { 304 304 wp_enqueue_style( 305 305 'visibl-services',
Note: See TracChangeset
for help on using the changeset viewer.