- Timestamp:
- 11/12/2014 07:17:01 PM (10 years ago)
- Location:
- dukapress
- Files:
-
- 3 edited
- 7 copied
-
tags/2.5.4 (copied) (copied from dukapress/trunk)
-
tags/2.5.4/dukapress.php (copied) (copied from dukapress/trunk/dukapress.php) (2 diffs)
-
tags/2.5.4/lib/dp_image.php (copied) (copied from dukapress/trunk/lib/dp_image.php)
-
tags/2.5.4/php/dp-cart.php (copied) (copied from dukapress/trunk/php/dp-cart.php)
-
tags/2.5.4/php/dp-functions.php (copied) (copied from dukapress/trunk/php/dp-functions.php) (2 diffs)
-
tags/2.5.4/php/dp-products.php (copied) (copied from dukapress/trunk/php/dp-products.php)
-
tags/2.5.4/readme.txt (copied) (copied from dukapress/trunk/readme.txt) (2 diffs)
-
trunk/dukapress.php (modified) (2 diffs)
-
trunk/php/dp-functions.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dukapress/tags/2.5.4/dukapress.php
r1024104 r1024640 3 3 Plugin Name: DukaPress Shopping Cart 4 4 Description: DukaPress Shopping Cart 5 Version: 2.5. 35 Version: 2.5.4 6 6 Author: Rixeo and Nickel Pro 7 7 Author URI: http://dukapress.org/ … … 9 9 */ 10 10 11 $dp_version = 2.5 3;11 $dp_version = 2.54; 12 12 13 13 session_start(); -
dukapress/tags/2.5.4/php/dp-functions.php
r1024104 r1024640 6 6 */ 7 7 if(!function_exists('dp_img_resize')){ 8 function dp_img_resize($attach_id = null, $img_url = null, $width , $height, $crop = true){8 function dp_img_resize($attach_id = null, $img_url = null, $width = false, $height = false, $crop = true){ 9 9 if($width && $height){ 10 10 if($attach_id){ … … 108 108 } 109 109 }else{ 110 return $img_url;110 return false; 111 111 } 112 112 -
dukapress/tags/2.5.4/readme.txt
r1024104 r1024640 6 6 Requires at least: 3.0 7 7 Tested up to: 4.0 8 Stable tag: 2.5. 38 Stable tag: 2.5.4 9 9 10 10 DukaPress is an open source e-commerce solution built for Wordpress. … … 112 112 == Changelog == 113 113 114 = 2.5.4 = 115 * Image resizer security fix. 116 114 117 = 2.5.3 = 115 118 * Security fix on image resize function. -
dukapress/trunk/dukapress.php
r1024104 r1024640 3 3 Plugin Name: DukaPress Shopping Cart 4 4 Description: DukaPress Shopping Cart 5 Version: 2.5. 35 Version: 2.5.4 6 6 Author: Rixeo and Nickel Pro 7 7 Author URI: http://dukapress.org/ … … 9 9 */ 10 10 11 $dp_version = 2.5 3;11 $dp_version = 2.54; 12 12 13 13 session_start(); -
dukapress/trunk/php/dp-functions.php
r1024104 r1024640 6 6 */ 7 7 if(!function_exists('dp_img_resize')){ 8 function dp_img_resize($attach_id = null, $img_url = null, $width , $height, $crop = true){8 function dp_img_resize($attach_id = null, $img_url = null, $width = false, $height = false, $crop = true){ 9 9 if($width && $height){ 10 10 if($attach_id){ … … 108 108 } 109 109 }else{ 110 return $img_url;110 return false; 111 111 } 112 112 -
dukapress/trunk/readme.txt
r1024104 r1024640 6 6 Requires at least: 3.0 7 7 Tested up to: 4.0 8 Stable tag: 2.5. 38 Stable tag: 2.5.4 9 9 10 10 DukaPress is an open source e-commerce solution built for Wordpress. … … 112 112 == Changelog == 113 113 114 = 2.5.4 = 115 * Image resizer security fix. 116 114 117 = 2.5.3 = 115 118 * Security fix on image resize function.
Note: See TracChangeset
for help on using the changeset viewer.