Plugin Directory

Changeset 3402657


Ignore:
Timestamp:
11/25/2025 03:25:36 PM (4 months ago)
Author:
artplacer
Message:

Bug fix

Location:
artplacer-widget/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • artplacer-widget/trunk/artplacer-widget.php

    r3399298 r3402657  
    44Plugin URI: https://wordpress.org/plugins/artplacer-widget/
    55Description: Display the ArtPlacer widget into your products or posts.
    6 Version: 2.23
     6Version: 2.23.1
    77Author: ArtPlacer
    88Author URI: http://www.artplacer.com
  • artplacer-widget/trunk/includes/functions.php

    r3399298 r3402657  
    2727        0,
    2828        6);
     29    add_submenu_page(
     30        null, // No parent, so it's hidden
     31        'Edit Widget', // Page title
     32        '', // Menu title (not used since hidden)
     33        'manage_options', // Capability
     34        'edit-art-placer', // Slug
     35        'art_placer_menu_edit' // Callback function
     36    );
    2937}
    3038
  • artplacer-widget/trunk/readme.txt

    r3399298 r3402657  
    134134= 2.23 =
    135135* Security fix.
     136= 2.23.1 =
     137* Minor bug fix.
Note: See TracChangeset for help on using the changeset viewer.