Changeset 409599
- Timestamp:
- 07/14/2011 06:25:23 AM (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
r398928 r409599 3 3 Plugin Name: DukaPress Shopping Cart 4 4 Description: DukaPress Shopping Cart 5 Version: 2. 25 Version: 2.3 6 6 Author: NetMadeEz and Nickel Pro 7 7 Author URI: http://dukapress.org/ … … 9 9 */ 10 10 11 $dp_version = 2. 2;11 $dp_version = 2.3; 12 12 13 13 require_once('php/dp-products.php'); -
dukapress/trunk/readme.txt
r398899 r409599 5 5 6 6 Requires at least: 3.0 7 Tested up to: 3. 18 Stable tag: 2. 27 Tested up to: 3.2.1 8 Stable tag: 2.3 9 9 10 10 DukaPress is an open source e-commerce solution built for Wordpress. … … 106 106 == Changelog == 107 107 108 = 2.3 = 109 * Enhanced DukaPress security greatly by making it impossible for people to order items that are out of stock or to order more items than the inventory quantity. 110 * Introduced a Buy Now button that redirects directly to PayPal instead of taking you to the checkout page. 111 * Introduced a Buy Now button that redirects directly to PayPal instead of taking you to the checkout page. 112 * Added new shortcodes. 113 * Added the ability for shop admins to edit the content of emails sent out to customers from within DukaPress settings. 114 * Updated timthumb.php to fix numerous security vulnerabilities associated with it. 115 * Crushed a lot of bugs 116 108 117 = 2.2 = 109 118 * Fixed a serious security issue that allowed people to use firebug to change prices of goods … … 170 179 == Upgrade Notice == 171 180 181 = 2.3 = 182 Major release containing many new features, security updates and bug fixes. 183 172 184 = 2.2 = 173 185 This is an important update containing a major security fix as well as numerous bug fixes.
Note: See TracChangeset
for help on using the changeset viewer.