Changeset 734600
- Timestamp:
- 07/01/2013 11:45:23 AM (13 years ago)
- Location:
- wp-e-commerce/tags/3.8.12
- Files:
-
- 3 edited
-
readme.txt (modified) (1 diff)
-
wp-shopping-cart.php (modified) (1 diff)
-
wpsc-core/wpsc-constants.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-e-commerce/tags/3.8.12/readme.txt
r734585 r734600 5 5 Requires at least: 3.4 6 6 Tested up to: 3.6 7 Stable tag: 3.8. 27 Stable tag: 3.8.12 8 8 9 9 WP e-Commerce is a free WordPress Shopping Cart Plugin that lets customers buy your products, services and digital downloads online. -
wp-e-commerce/tags/3.8.12/wp-shopping-cart.php
r725142 r734600 4 4 * Plugin URI: http://getshopped.org/ 5 5 * Description: A plugin that provides a WordPress Shopping Cart. See also: <a href="http://getshopped.org" target="_blank">GetShopped.org</a> | <a href="http://getshopped.org/forums/" target="_blank">Support Forum</a> | <a href="http://docs.getshopped.org/" target="_blank">Documentation</a> 6 * Version: 3.8.12 -beta6 * Version: 3.8.12 7 7 * Author: Instinct Entertainment 8 8 * Author URI: http://getshopped.org/ -
wp-e-commerce/tags/3.8.12/wpsc-core/wpsc-constants.php
r725142 r734600 29 29 define( 'WPSC_URL', plugins_url( '', __FILE__ ) ); 30 30 // Define Plugin version 31 define( 'WPSC_VERSION', '3.8.12 -beta' );31 define( 'WPSC_VERSION', '3.8.12' ); 32 32 define( 'WPSC_MINOR_VERSION', '55f8cfa0d7' ); 33 define( 'WPSC_PRESENTABLE_VERSION', '3.8.12 -beta' );33 define( 'WPSC_PRESENTABLE_VERSION', '3.8.12' ); 34 34 define( 'WPSC_DB_VERSION', 4 ); 35 35
Note: See TracChangeset
for help on using the changeset viewer.