Changeset 3453982
- Timestamp:
- 02/04/2026 05:24:18 PM (2 months ago)
- Location:
- ignitiondeck/trunk
- Files:
-
- 3 edited
-
idf.php (modified) (4 diffs)
-
languages_default/idf.pot (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ignitiondeck/trunk/idf.php
r3438830 r3453982 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.1 36 Version: 2.0.14 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.1 3';16 $idf_current_version = '2.0.14'; 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.5', 87 'idcommerce/idcommerce.php' => '2.3. 1',87 'idcommerce/idcommerce.php' => '2.3.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.3. 1',376 'version' => '2.3.2', 377 377 'force_activation' => false, 378 378 'force_deactivation' => false, -
ignitiondeck/trunk/languages_default/idf.pot
r3438830 r3453982 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: IgnitionDeck 2.0.1 3\n"5 "Project-Id-Version: IgnitionDeck 2.0.14\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ignitiondeck\n" 7 7 "Last-Translator: Ignition WP <support@ignitionwp.com>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2026-01- 12T18:52:45+00:00\n"12 "POT-Creation-Date: 2026-01-22T22:22:25+00:00\n" 13 13 "X-Generator: WP-CLI 2.12.0\n" 14 14 "X-Domain: idf\n" -
ignitiondeck/trunk/readme.txt
r3438830 r3453982 4 4 Donate link: https://www.ignitiondeck.com 5 5 Requires at least: 4.9 6 Tested up to: 6. 87 Stable tag: 2.0.1 36 Tested up to: 6.9 7 Stable tag: 2.0.14 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.14 = 150 151 * Updated minimum required version numbers for dependencies 152 149 153 = 2.0.13 = 150 154
Note: See TracChangeset
for help on using the changeset viewer.