Changeset 3154744
- Timestamp:
- 09/19/2024 06:34:30 PM (17 months ago)
- Location:
- ignitiondeck/trunk
- Files:
-
- 3 edited
-
idf-update.php (modified) (2 diffs)
-
idf.php (modified) (4 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ignitiondeck/trunk/idf-update.php
r3134431 r3154744 31 31 switch ($license_level) { 32 32 case 'ide': 33 case 'imcp_monthly': 34 case 'imcp_annual': 33 35 $is_pro = 1; 34 36 $is_idc_licensed = 1; … … 63 65 function idf_id_validate_account($id_account) { 64 66 $download_list = array( 65 'ide' => '83885', // Enterprise Annual 66 'idc' => '83887', // Echelon Annual 67 'free' => '1' 67 'ide' => '83885', // Enterprise Annual 68 'idc' => '83887', // Echelon Annual 69 'imcp_monthly' => '196344', 70 'imcp_annual' => '196335', 71 'free' => '1' 68 72 ); 69 73 -
ignitiondeck/trunk/idf.php
r3146567 r3154744 8 8 URI: https://IgnitionDeck.com 9 9 Description: A crowdfunding and ecommerce plugin for WordPress that helps you crowdfund, pre-order, and sell goods online. 10 Version: 1.10. 210 Version: 1.10.3 11 11 Author: IgnitionDeck 12 12 Author URI: https://IgnitionDeck.com … … 18 18 require_once 'idf-globals.php'; 19 19 global $active_plugins, $idf_current_version; 20 $idf_current_version = '1.10. 2';20 $idf_current_version = '1.10.3'; 21 21 require_once 'idf-update.php'; 22 22 require_once 'classes/class-idf_requirements.php'; … … 89 89 $version_array = array( 90 90 'ignitiondeck-crowdfunding/ignitiondeck.php' => '2.3.0', 91 'idcommerce/idcommerce.php' => '1.15. 0',91 'idcommerce/idcommerce.php' => '1.15.1', 92 92 ); 93 93 set_transient( 'idf_plugin_versions', $version_array ); … … 377 377 'source' => 'https://files.ignitiondeck.com/idc_latest.zip', 378 378 'required' => true, 379 'version' => '1.15. 0',379 'version' => '1.15.1', 380 380 'force_activation' => false, 381 381 'force_deactivation' => false, -
ignitiondeck/trunk/readme.txt
r3146567 r3154744 5 5 Requires at least: 4.9 6 6 Tested up to: 6.6 7 Stable tag: 1.10. 27 Stable tag: 1.10.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 139 139 == Changelog == 140 140 141 = 1.10.3 = 142 143 * Added support for new subscription options 144 141 145 = 1.10.2 = 142 146
Note: See TracChangeset
for help on using the changeset viewer.