Plugin Directory

Changeset 3461015


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

Release 3.2.52 - Fix Settings/Services menu slug conflict

Location:
visiblefirst
Files:
2 edited
4 copied

Legend:

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

    r3460977 r3461015  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 3.2.51
     7Stable tag: 3.2.52
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    196196
    197197== Changelog ==
     198
     199= 3.2.52 =
     200* FIX: Settings and Services menu items now link to correct pages
    198201
    199202= 3.2.51 =
  • visiblefirst/tags/3.2.52/visiblefirst.php

    r3460977 r3461015  
    33 * Plugin Name: VisibleFirst
    44 * Description: AI + SEO + Social visibility in one plugin. Complete visibility optimization for WordPress.
    5  * Version: 3.2.51
     5 * Version: 3.2.52
    66 * Author: VisibleFirst
    77 * Author URI: https://visiblefirst.com
     
    1616
    1717// Plugin constants
    18 define('VISIBL_VERSION', '3.2.51');
     18define('VISIBL_VERSION', '3.2.52');
    1919define('VISIBL_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2020define('VISIBL_PLUGIN_URL', plugin_dir_url(__FILE__));
     
    219219            __('Services', 'visiblefirst'),
    220220            'manage_options',
    221             'visiblefirst-services',
     221            'visiblefirst-pro-services',
    222222            [$this, 'render_services']
    223223        );
  • visiblefirst/trunk/readme.txt

    r3460977 r3461015  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 3.2.51
     7Stable tag: 3.2.52
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    196196
    197197== Changelog ==
     198
     199= 3.2.52 =
     200* FIX: Settings and Services menu items now link to correct pages
    198201
    199202= 3.2.51 =
  • visiblefirst/trunk/visiblefirst.php

    r3460977 r3461015  
    33 * Plugin Name: VisibleFirst
    44 * Description: AI + SEO + Social visibility in one plugin. Complete visibility optimization for WordPress.
    5  * Version: 3.2.51
     5 * Version: 3.2.52
    66 * Author: VisibleFirst
    77 * Author URI: https://visiblefirst.com
     
    1616
    1717// Plugin constants
    18 define('VISIBL_VERSION', '3.2.51');
     18define('VISIBL_VERSION', '3.2.52');
    1919define('VISIBL_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2020define('VISIBL_PLUGIN_URL', plugin_dir_url(__FILE__));
     
    219219            __('Services', 'visiblefirst'),
    220220            'manage_options',
    221             'visiblefirst-services',
     221            'visiblefirst-pro-services',
    222222            [$this, 'render_services']
    223223        );
Note: See TracChangeset for help on using the changeset viewer.