Changeset 421103
- Timestamp:
- 08/09/2011 06:50:40 PM (15 years ago)
- Location:
- dukapress/trunk
- Files:
-
- 2 edited
-
dukapress.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dukapress/trunk/dukapress.php
r418292 r421103 3 3 Plugin Name: DukaPress Shopping Cart 4 4 Description: DukaPress Shopping Cart 5 Version: 2.3. 25 Version: 2.3.3 6 6 Author: NetMadeEz and Nickel Pro 7 7 Author URI: http://dukapress.org/ … … 9 9 */ 10 10 11 $dp_version = 2.3 2;11 $dp_version = 2.33; 12 12 13 13 require_once('php/dp-products.php'); -
dukapress/trunk/readme.txt
r418179 r421103 6 6 Requires at least: 3.0 7 7 Tested up to: 3.2.1 8 Stable tag: 2.3. 28 Stable tag: 2.3.3 9 9 10 10 DukaPress is an open source e-commerce solution built for Wordpress. … … 106 106 == Changelog == 107 107 108 = 2.3.3 = 109 Fixing timthumb security vulnerability (just replaced timthumb.php with version 2.5) 110 108 111 = 2.3.2 = 109 112 Fixing timthumb security vulnerability (just one line of code) … … 185 188 == Upgrade Notice == 186 189 190 = 2.3.3 = 191 Security update. 192 187 193 = 2.3.2 = 188 194 Security update.
Note: See TracChangeset
for help on using the changeset viewer.