Changeset 2054522
- Timestamp:
- 03/21/2019 11:04:36 AM (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
r2049013 r2054522 3 3 Requires at least: 3.5.1 4 4 Tested up to: 5.1 5 Stable tag: 1.3. 15 Stable tag: 1.3.2 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.3.2 = 73 * Fixed problem related to older Wordpress versions 74 72 75 = 1.3.1 = 73 76 * Moved down paywall priority so other shortcodes are run before truncating content -
iteras/trunk/iteras.php
r2049013 r2054522 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.3. 115 * Version: 1.3.2 16 16 * Author: ITERAS 17 17 * Author URI: https://www.iteras.dk -
iteras/trunk/public/iteras-public.php
r2049013 r2054522 16 16 class Iteras { 17 17 18 const VERSION = '1.3. 1';18 const VERSION = '1.3.2'; 19 19 20 20 const SETTINGS_KEY = "iteras_settings";
Note: See TracChangeset
for help on using the changeset viewer.