Changeset 1580328
- Timestamp:
- 01/23/2017 01:29:57 PM (9 years ago)
- Location:
- selectyco/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
inc/style.css (modified) (1 diff)
-
selectyco.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
selectyco/trunk/README.txt
r1555320 r1580328 78 78 New settings for teaser-length, price-classes and validto date 79 79 80 = 2.1.3 = 81 Fixed typo 82 Changed future-date from 10 to 45 days 83 80 84 81 85 == Upgrade Notice == 82 86 83 = 2.1.2 = 84 87 = 2.1.3 -
selectyco/trunk/inc/style.css
r1555320 r1580328 70 70 .sycError{ 71 71 color:red; 72 font-weight:bold 72 font-weight:bold; 73 font-size:13px; 73 74 } 74 75 75 76 .sycSuccess{ 76 77 color: #2ac5dd; 77 font-weight:bold 78 font-weight:bold; 79 font-size:13px; 78 80 } 79 81 -
selectyco/trunk/selectyco.php
r1562582 r1580328 5 5 Plugin URI: https://plugins.svn.wordpress.org/selectyco/ 6 6 Description: Single digital content sales via selectyco. Users register once and can purchase single content across multiple platforms. 7 Version: 2.1. 27 Version: 2.1.3 8 8 Author: selectyco Media Solutions GmbH 9 9 Author URI: https://www.selectyco.com … … 183 183 else { 184 184 $futureDate = date_create(date('Y-m-d')); 185 date_add($futureDate,date_interval_create_from_date_string(" 10days"));185 date_add($futureDate,date_interval_create_from_date_string("45 days")); 186 186 $futureDate = date_format($futureDate,'Y-m-d'); 187 187 ?>
Note: See TracChangeset
for help on using the changeset viewer.