Changeset 2909369
- Timestamp:
- 05/08/2023 08:53:33 AM (3 years ago)
- Location:
- iteras/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
iteras.php (modified) (1 diff)
-
public/iteras-public.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
iteras/trunk/README.txt
r2879197 r2909369 3 3 Requires at least: 3.5.1 4 4 Tested up to: 6.1.1 5 Stable tag: 1.5. 05 Stable tag: 1.5.1 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
iteras/trunk/iteras.php
r2879152 r2909369 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.5. 015 * Version: 1.5.1 16 16 * Author: ITERAS 17 17 * Author URI: https://www.iteras.dk -
iteras/trunk/public/iteras-public.php
r2879152 r2909369 16 16 class Iteras { 17 17 18 const VERSION = '1.5. 0';18 const VERSION = '1.5.1'; 19 19 20 20 const SETTINGS_KEY = "iteras_settings";
Note: See TracChangeset
for help on using the changeset viewer.