Changeset 2035311
- Timestamp:
- 02/20/2019 04:37:33 PM (7 years ago)
- Location:
- iteras/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
iteras.php (modified) (1 diff)
-
public/iteras-public.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
iteras/trunk/README.txt
r2035229 r2035311 3 3 Requires at least: 3.5.1 4 4 Tested up to: 5.1 5 Stable tag: 1.2 5 Stable tag: 1.2.1 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 70 70 71 71 == Changelog == 72 = 1.2.1 = 73 * Tested with WordPress 5.1 74 72 75 = 1.2 = 73 76 * Output paywall pass cookie check result to be able to detect missing cookies -
iteras/trunk/iteras.php
r1880949 r2035311 13 13 * Plugin URI: https://app.iteras.dk 14 14 * 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 16 16 * Author: ITERAS 17 17 * Author URI: https://www.iteras.dk -
iteras/trunk/public/iteras-public.php
r1880949 r2035311 16 16 class Iteras { 17 17 18 const VERSION = '1.2 ';18 const VERSION = '1.2.1'; 19 19 20 20 const SETTINGS_KEY = "iteras_settings";
Note: See TracChangeset
for help on using the changeset viewer.