Changeset 3402657
- Timestamp:
- 11/25/2025 03:25:36 PM (4 months ago)
- Location:
- artplacer-widget/trunk
- Files:
-
- 3 edited
-
artplacer-widget.php (modified) (1 diff)
-
includes/functions.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
artplacer-widget/trunk/artplacer-widget.php
r3399298 r3402657 4 4 Plugin URI: https://wordpress.org/plugins/artplacer-widget/ 5 5 Description: Display the ArtPlacer widget into your products or posts. 6 Version: 2.23 6 Version: 2.23.1 7 7 Author: ArtPlacer 8 8 Author URI: http://www.artplacer.com -
artplacer-widget/trunk/includes/functions.php
r3399298 r3402657 27 27 0, 28 28 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 ); 29 37 } 30 38 -
artplacer-widget/trunk/readme.txt
r3399298 r3402657 134 134 = 2.23 = 135 135 * Security fix. 136 = 2.23.1 = 137 * Minor bug fix.
Note: See TracChangeset
for help on using the changeset viewer.