Changeset 3358845
- Timestamp:
- 09/09/2025 06:56:04 PM (7 months ago)
- Location:
- ignitiondeck/trunk
- Files:
-
- 2 edited
-
idf.php (modified) (5 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ignitiondeck/trunk/idf.php
r3324565 r3358845 4 4 URI: https://IgnitionDeck.com 5 5 Description: A crowdfunding and ecommerce plugin for WordPress that helps you crowdfund, pre-order, and sell goods online. 6 Version: 2.0. 96 Version: 2.0.10 7 7 Author: IgnitionDeck 8 8 Author URI: https://IgnitionDeck.com … … 14 14 require_once 'idf-globals.php'; 15 15 global $active_plugins, $idf_current_version; 16 $idf_current_version = '2.0. 9';16 $idf_current_version = '2.0.10'; 17 17 require_once 'idf-update.php'; 18 18 require_once 'classes/class-idf_requirements.php'; … … 84 84 } 85 85 $version_array = array( 86 'ignitiondeck-crowdfunding/ignitiondeck.php' => '3.0. 2',87 'idcommerce/idcommerce.php' => '2. 1.1',86 'ignitiondeck-crowdfunding/ignitiondeck.php' => '3.0.3', 87 'idcommerce/idcommerce.php' => '2.2.0', 88 88 ); 89 89 set_transient( 'idf_plugin_versions', $version_array ); … … 374 374 'source' => 'https://files.ignitiondeck.com/idc_latest.zip', 375 375 'required' => true, 376 'version' => '2. 1.1',376 'version' => '2.2.0', 377 377 'force_activation' => false, 378 378 'force_deactivation' => false, … … 386 386 'source' => 'https://files.ignitiondeck.com/idcf_latest.zip', 387 387 'required' => true, 388 'version' => '3.0. 2',388 'version' => '3.0.3', 389 389 'force_activation' => false, 390 390 'force_deactivation' => false, -
ignitiondeck/trunk/readme.txt
r3324565 r3358845 5 5 Requires at least: 4.9 6 6 Tested up to: 6.8 7 Stable tag: 2.0. 97 Stable tag: 2.0.10 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 147 147 == Changelog == 148 148 149 = 2.0.10 = 150 151 * Updated minimum required version numbers for dependencies 152 153 149 154 = 2.0.9 = 150 155
Note: See TracChangeset
for help on using the changeset viewer.