Changeset 387869
- Timestamp:
- 05/23/2011 07:46:58 AM (15 years ago)
- File:
-
- 1 edited
-
coupon-code-plugin/trunk/couponcodelite.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
coupon-code-plugin/trunk/couponcodelite.php
r387867 r387869 4 4 Plugin URI: http://www.couponcodeplugin.com/ 5 5 Description: CouponCode lets you create and display protected coupon codes on your site 6 Version: 1.0 6 Version: 1.0.1 7 7 Author: Owen Cutajar / Hyder Jaffari / Chris Guthrie 8 8 Author URI: http://www.couponcodeplugin.com/ … … 10 10 11 11 /* History: 12 v 0.1 - branched from premium version12 v 1.0.1 - branched from premium version 13 13 */ 14 14 15 15 //error_reporting (E_ALL ^ E_NOTICE); 16 16 17 $couponcode_version = "1.0 (Lite)";17 $couponcode_version = "1.0.1 (Lite)"; 18 18 19 19 define('CC_PLUGIN_PATH', 'couponcodelite.php');
Note: See TracChangeset
for help on using the changeset viewer.