Plugin Directory

Changeset 409599


Ignore:
Timestamp:
07/14/2011 06:25:23 AM (15 years ago)
Author:
moshthepitt
Message:

Adding version 2.3 information and version number

Location:
dukapress/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • dukapress/trunk/dukapress.php

    r398928 r409599  
    33Plugin Name: DukaPress Shopping Cart
    44Description: DukaPress Shopping Cart
    5 Version: 2.2
     5Version: 2.3
    66Author: NetMadeEz and Nickel Pro
    77Author URI: http://dukapress.org/
     
    99*/
    1010
    11 $dp_version = 2.2;
     11$dp_version = 2.3;
    1212
    1313require_once('php/dp-products.php');
  • dukapress/trunk/readme.txt

    r398899 r409599  
    55
    66Requires at least: 3.0
    7 Tested up to: 3.1
    8 Stable tag: 2.2
     7Tested up to: 3.2.1
     8Stable tag: 2.3
    99
    1010DukaPress is an open source e-commerce solution built for Wordpress.
     
    106106== Changelog ==
    107107
     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
    108117= 2.2 =
    109118* Fixed a serious security issue that allowed people to use firebug to change prices of goods
     
    170179== Upgrade Notice ==
    171180
     181= 2.3 =
     182Major release containing many new features, security updates and bug fixes.
     183
    172184= 2.2 =
    173185This 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.