Plugin Directory

Changeset 3461017


Ignore:
Timestamp:
02/13/2026 07:32:18 PM (6 weeks ago)
Author:
visiblefirst
Message:

Release 3.2.53 - Fix Services page CSS loading

Location:
visiblefirst
Files:
2 edited
4 copied

Legend:

Unmodified
Added
Removed
  • visiblefirst/tags/3.2.53/readme.txt

    r3461015 r3461017  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 3.2.52
     7Stable tag: 3.2.53
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    196196
    197197== Changelog ==
     198
     199= 3.2.53 =
     200* FIX: Services page CSS loading
    198201
    199202= 3.2.52 =
  • visiblefirst/tags/3.2.53/visiblefirst.php

    r3461015 r3461017  
    33 * Plugin Name: VisibleFirst
    44 * Description: AI + SEO + Social visibility in one plugin. Complete visibility optimization for WordPress.
    5  * Version: 3.2.52
     5 * Version: 3.2.53
    66 * Author: VisibleFirst
    77 * Author URI: https://visiblefirst.com
     
    1616
    1717// Plugin constants
    18 define('VISIBL_VERSION', '3.2.52');
     18define('VISIBL_VERSION', '3.2.53');
    1919define('VISIBL_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2020define('VISIBL_PLUGIN_URL', plugin_dir_url(__FILE__));
     
    255255            'toplevel_page_visiblefirst',
    256256            'visiblefirst_page_visiblefirst-services',
     257            'visiblefirst_page_visiblefirst-pro-services',
    257258            'visiblefirst_page_visiblefirst-import',
    258             'visiblefirst_page_visiblefirst-services',
    259259            'visiblefirst_page_visiblefirst-activity',
    260260        ];
     
    301301        }
    302302
    303         if ($hook === 'visiblefirst_page_visiblefirst-services') {
     303        if ($hook === 'visiblefirst_page_visiblefirst-pro-services') {
    304304            wp_enqueue_style(
    305305                'visibl-services',
  • visiblefirst/trunk/readme.txt

    r3461015 r3461017  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 3.2.52
     7Stable tag: 3.2.53
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    196196
    197197== Changelog ==
     198
     199= 3.2.53 =
     200* FIX: Services page CSS loading
    198201
    199202= 3.2.52 =
  • visiblefirst/trunk/visiblefirst.php

    r3461015 r3461017  
    33 * Plugin Name: VisibleFirst
    44 * Description: AI + SEO + Social visibility in one plugin. Complete visibility optimization for WordPress.
    5  * Version: 3.2.52
     5 * Version: 3.2.53
    66 * Author: VisibleFirst
    77 * Author URI: https://visiblefirst.com
     
    1616
    1717// Plugin constants
    18 define('VISIBL_VERSION', '3.2.52');
     18define('VISIBL_VERSION', '3.2.53');
    1919define('VISIBL_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2020define('VISIBL_PLUGIN_URL', plugin_dir_url(__FILE__));
     
    255255            'toplevel_page_visiblefirst',
    256256            'visiblefirst_page_visiblefirst-services',
     257            'visiblefirst_page_visiblefirst-pro-services',
    257258            'visiblefirst_page_visiblefirst-import',
    258             'visiblefirst_page_visiblefirst-services',
    259259            'visiblefirst_page_visiblefirst-activity',
    260260        ];
     
    301301        }
    302302
    303         if ($hook === 'visiblefirst_page_visiblefirst-services') {
     303        if ($hook === 'visiblefirst_page_visiblefirst-pro-services') {
    304304            wp_enqueue_style(
    305305                'visibl-services',
Note: See TracChangeset for help on using the changeset viewer.