Changeset 3235615
- Timestamp:
- 02/05/2025 06:41:54 PM (14 months ago)
- Location:
- ignitiondeck/trunk
- Files:
-
- 4 edited
-
idf-functions.php (modified) (1 diff)
-
idf.php (modified) (2 diffs)
-
languages_default/idf.pot (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ignitiondeck/trunk/idf-functions.php
r3226464 r3235615 1064 1064 } 1065 1065 } 1066 1067 ?>1068 -
ignitiondeck/trunk/idf.php
r3226464 r3235615 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. 06 Version: 2.0.1 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. 0';16 $idf_current_version = '2.0.1'; 17 17 require_once 'idf-update.php'; 18 18 require_once 'classes/class-idf_requirements.php'; -
ignitiondeck/trunk/languages_default/idf.pot
r3206591 r3235615 3 3 msgstr "" 4 4 "Project-Id-Version: IgnitionDeck Framework\n" 5 "POT-Creation-Date: 202 4-11-21 13:44-0800\n"5 "POT-Creation-Date: 2025-01-30 09:20-0800\n" 6 6 "PO-Revision-Date: 2016-10-05 20:02-0400\n" 7 7 "Last-Translator: Ignition WP LLC <support@ignitionwp.com>\n" -
ignitiondeck/trunk/readme.txt
r3226464 r3235615 5 5 Requires at least: 4.9 6 6 Tested up to: 6.7 7 Stable tag: 2.0. 07 Stable tag: 2.0.1 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 = 2.0.1 = 142 143 * Removed some whitespace from the bottom of a couple of PHP files. 144 141 145 = 2.0.0 = 142 146
Note: See TracChangeset
for help on using the changeset viewer.