Changeset 3399298
- Timestamp:
- 11/19/2025 09:39:42 PM (5 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
r3375312 r3399298 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.2 2.9.26 Version: 2.23 7 7 Author: ArtPlacer 8 8 Author URI: http://www.artplacer.com -
artplacer-widget/trunk/includes/functions.php
r3375311 r3399298 210 210 { 211 211 $id = $atts['id']; 212 if (!ctype_digit($id)) return; 213 212 214 global $wpdb; 213 215 $table_name = $wpdb->prefix . "artplacer"; -
artplacer-widget/trunk/readme.txt
r3375312 r3399298 132 132 = 2.22.9.2 = 133 133 * Menu wording change. 134 = 2.23 = 135 * Security fix.
Note: See TracChangeset
for help on using the changeset viewer.