Changeset 3332464
- Timestamp:
- 07/22/2025 06:31:04 PM (9 months ago)
- Location:
- artplacer-widget/trunk
- Files:
-
- 3 edited
-
artplacer-widget.php (modified) (1 diff)
-
includes/functions.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
artplacer-widget/trunk/artplacer-widget.php
r3248739 r3332464 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.22. 76 Version: 2.22.8 7 7 Author: ArtPlacer 8 8 Author URI: http://www.artplacer.com -
artplacer-widget/trunk/includes/functions.php
r3247447 r3332464 99 99 $script = addUpdateParameter('title', $title, $script, true); 100 100 101 if (strpos($script, 'type="1"') != false ) {101 if (strpos($script, 'type="1"') != false || strpos($script, 'type="3"') != false) { 102 102 $script = removeParameter('space', $script); 103 103 … … 110 110 111 111 //Add Update Size 112 if ( !empty($height)) {112 if (strpos($script, 'type="1"') != false && !empty($height)) { 113 113 $get_dimensions_standard = strtolower(get_value_between('dimensions_standard="', '"', $script)); 114 114 if ($get_dimensions_standard == "wxh" || (!is_null($widget) && $widget->dimensions == 1)) -
artplacer-widget/trunk/readme.txt
r3248739 r3332464 126 126 = 2.22.7 = 127 127 * Bug fixes. 128 = 2.22.8 = 129 * Adds support for price for AR button.
Note: See TracChangeset
for help on using the changeset viewer.