Changeset 3273869
- Timestamp:
- 04/15/2025 07:07:08 PM (12 months ago)
- Location:
- ignitiondeck/trunk
- Files:
-
- 2 edited
-
idf.php (modified) (4 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ignitiondeck/trunk/idf.php
r3258027 r3273869 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. 56 Version: 2.0.6 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. 5';16 $idf_current_version = '2.0.6'; 17 17 require_once 'idf-update.php'; 18 18 require_once 'classes/class-idf_requirements.php'; … … 85 85 $version_array = array( 86 86 'ignitiondeck-crowdfunding/ignitiondeck.php' => '3.0.1', 87 'idcommerce/idcommerce.php' => '2.0. 1',87 'idcommerce/idcommerce.php' => '2.0.2', 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.0. 1',376 'version' => '2.0.2', 377 377 'force_activation' => false, 378 378 'force_deactivation' => false, -
ignitiondeck/trunk/readme.txt
r3258027 r3273869 4 4 Donate link: https://www.ignitiondeck.com 5 5 Requires at least: 4.9 6 Tested up to: 6. 77 Stable tag: 2.0. 56 Tested up to: 6.8 7 Stable tag: 2.0.6 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.6 = 150 151 * Updated required minimum version numbers for dependencies that fixes a couple of small bugs, including one with Authorize.Net. 152 * Tested up to WordPress version 6.8 153 149 154 = 2.0.5 = 150 155
Note: See TracChangeset
for help on using the changeset viewer.