Plugin Directory

Changeset 734600


Ignore:
Timestamp:
07/01/2013 11:45:23 AM (13 years ago)
Author:
garyc40
Message:

Retroactively update version number.

Location:
wp-e-commerce/tags/3.8.12
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-e-commerce/tags/3.8.12/readme.txt

    r734585 r734600  
    55Requires at least: 3.4
    66Tested up to: 3.6
    7 Stable tag: 3.8.2
     7Stable tag: 3.8.12
    88
    99WP 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  
    44  * Plugin URI: http://getshopped.org/
    55  * 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-beta
     6  * Version: 3.8.12
    77  * Author: Instinct Entertainment
    88  * Author URI: http://getshopped.org/
  • wp-e-commerce/tags/3.8.12/wpsc-core/wpsc-constants.php

    r725142 r734600  
    2929        define( 'WPSC_URL',       plugins_url( '', __FILE__ ) );
    3030    // Define Plugin version
    31     define( 'WPSC_VERSION', '3.8.12-beta' );
     31    define( 'WPSC_VERSION', '3.8.12' );
    3232    define( 'WPSC_MINOR_VERSION', '55f8cfa0d7' );
    33     define( 'WPSC_PRESENTABLE_VERSION', '3.8.12-beta' );
     33    define( 'WPSC_PRESENTABLE_VERSION', '3.8.12' );
    3434    define( 'WPSC_DB_VERSION', 4 );
    3535
Note: See TracChangeset for help on using the changeset viewer.