Plugin Directory

Changeset 1580328


Ignore:
Timestamp:
01/23/2017 01:29:57 PM (9 years ago)
Author:
selectyco
Message:

2.1.3

Location:
selectyco/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • selectyco/trunk/README.txt

    r1555320 r1580328  
    7878New settings for teaser-length, price-classes and validto date
    7979
     80= 2.1.3 =
     81Fixed typo
     82Changed future-date from 10 to 45 days
     83
    8084
    8185== Upgrade Notice ==
    8286
    83 = 2.1.2 =
    84 
     87= 2.1.3
  • selectyco/trunk/inc/style.css

    r1555320 r1580328  
    7070.sycError{
    7171  color:red;
    72   font-weight:bold
     72  font-weight:bold;
     73  font-size:13px;
    7374}
    7475
    7576.sycSuccess{
    7677  color: #2ac5dd;
    77   font-weight:bold
     78  font-weight:bold;
     79  font-size:13px;
    7880}
    7981
  • selectyco/trunk/selectyco.php

    r1562582 r1580328  
    55  Plugin URI:  https://plugins.svn.wordpress.org/selectyco/
    66  Description: Single digital content sales via selectyco. Users register once and can purchase single content across multiple platforms.
    7   Version:     2.1.2
     7  Version:     2.1.3
    88  Author:      selectyco Media Solutions GmbH
    99  Author URI:  https://www.selectyco.com
     
    183183                else {
    184184          $futureDate = date_create(date('Y-m-d'));
    185           date_add($futureDate,date_interval_create_from_date_string("10 days"));
     185          date_add($futureDate,date_interval_create_from_date_string("45 days"));
    186186          $futureDate = date_format($futureDate,'Y-m-d');
    187187                ?>
Note: See TracChangeset for help on using the changeset viewer.