Changeset 1235699
- Timestamp:
- 09/01/2015 07:45:39 PM (11 years ago)
- Location:
- thecartpress-russian-setup/trunk
- Files:
-
- 2 edited
-
RussianSetup.class.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
thecartpress-russian-setup/trunk/RussianSetup.class.php
r733364 r1235699 4 4 Plugin URI: http://extend.thecartpress.com/ecommerce-plugins/russian-ecommerce-setup/ 5 5 Description: TheCartPress Russian Setup 6 Version: 1. 36 Version: 1.4 7 7 Author: TheCartPress team and Vladimir Vasilenko 8 8 Author URI: http://thecartpress.com … … 28 28 */ 29 29 30 // Exit if accessed directly 31 if ( ! defined( 'ABSPATH' ) ) exit; 32 33 if ( ! class_exists( 'TCPRussianSetup' ) ) : 30 34 //define( 'TCP_RUSSIAN_FOLDER', dirname( __FILE__ ) . '/languages/' ); 31 35 … … 158 162 159 163 TCPRussianSetup::initPlugin(); 160 ?> 164 165 endif; -
thecartpress-russian-setup/trunk/readme.txt
r733364 r1235699 4 4 Tags: Russian, ecommerce, e-commerce, shopping cart, cart, store, shop, shopping, ecomerce, products, TheCartPress, CartPress 5 5 Requires at least: 3.1 6 Tested up to: 3.5.27 Stable Tag: 1. 36 Tested up to: 4.3 7 Stable Tag: 1.4 8 8 9 9 Russian setup for TheCartPress, eCommerce Shopping Cart … … 51 51 52 52 == Changelog == 53 = 1.4 = 54 * Supports WordPress 4.3 55 53 56 = 1.3 = 54 57 * Removed language support
Note: See TracChangeset
for help on using the changeset viewer.