Plugin Directory

Changeset 2035311


Ignore:
Timestamp:
02/20/2019 04:37:33 PM (7 years ago)
Author:
iteras
Message:

New release

Location:
iteras/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • iteras/trunk/README.txt

    r2035229 r2035311  
    33Requires at least: 3.5.1
    44Tested up to: 5.1
    5 Stable tag: 1.2
     5Stable tag: 1.2.1
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7070
    7171== Changelog ==
     72= 1.2.1 =
     73* Tested with WordPress 5.1
     74
    7275= 1.2 =
    7376* Output paywall pass cookie check result to be able to detect missing cookies
  • iteras/trunk/iteras.php

    r1880949 r2035311  
    1313 * Plugin URI:        https://app.iteras.dk
    1414 * Description:       Integration with ITERAS, a cloud-based state-of-the-art system for managing subscriptions/memberships and payments.
    15  * Version:           1.2
     15 * Version:           1.2.1
    1616 * Author:            ITERAS
    1717 * Author URI:        https://www.iteras.dk
  • iteras/trunk/public/iteras-public.php

    r1880949 r2035311  
    1616class Iteras {
    1717
    18   const VERSION = '1.2';
     18  const VERSION = '1.2.1';
    1919
    2020  const SETTINGS_KEY = "iteras_settings";
Note: See TracChangeset for help on using the changeset viewer.