Changeset 3395865
- Timestamp:
- 11/14/2025 04:42:24 PM (5 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
r3386102 r3395865 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 16 Version: 2.0.12 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 1';16 $idf_current_version = '2.0.12'; 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. 3',86 'ignitiondeck-crowdfunding/ignitiondeck.php' => '3.0.4', 87 87 'idcommerce/idcommerce.php' => '2.3.0', 88 88 ); … … 386 386 'source' => 'https://files.ignitiondeck.com/idcf_latest.zip', 387 387 'required' => true, 388 'version' => '3.0. 3',388 'version' => '3.0.4', 389 389 'force_activation' => false, 390 390 'force_deactivation' => false, -
ignitiondeck/trunk/languages_default/idf.pot
r3386102 r3395865 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: IgnitionDeck 2.0.11\n" 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ignitiondeck\n" 7 "Last-Translator: IgnitionWP <support@ignitiondeck.com>\n" 8 "Language-Team: en_US\n" 5 "Project-Id-Version: IgnitionDeck 2.0.12\n" 6 "Last-Translator: IgnitionDeck\n" 7 "Language-Team: IgnitionDeck\n" 9 8 "MIME-Version: 1.0\n" 10 9 "Content-Type: text/plain; charset=UTF-8\n" 11 10 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025- 09-08T19:53:33+00:00\n"11 "POT-Creation-Date: 2025-11-11T17:27:42+00:00\n" 13 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 13 "X-Generator: WP-CLI 2.12.0\n" … … 204 203 msgstr "" 205 204 206 #: idf-admin.php:54 6205 #: idf-admin.php:548 207 206 #: templates/admin/_devTools.php:3 208 207 msgid "Dev Tools" -
ignitiondeck/trunk/readme.txt
r3386102 r3395865 5 5 Requires at least: 4.9 6 6 Tested up to: 6.8 7 Stable tag: 2.0.1 17 Stable tag: 2.0.12 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.12 = 150 151 * Updated minimum required version numbers for dependencies 152 149 153 = 2.0.11 = 150 154
Note: See TracChangeset
for help on using the changeset viewer.