Changeset 3097520
- Timestamp:
- 06/04/2024 04:37:47 PM (22 months ago)
- Location:
- ignitiondeck/trunk
- Files:
-
- 3 edited
-
idf.php (modified) (4 diffs)
-
languages_default/idf.pot (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ignitiondeck/trunk/idf.php
r3079606 r3097520 8 8 URI: https://IgnitionDeck.com 9 9 Description: A crowdfunding and ecommerce plugin for WordPress that helps you crowdfund, pre-order, and sell goods online. 10 Version: 1.9. 710 Version: 1.9.8 11 11 Author: IgnitionDeck 12 12 Author URI: https://IgnitionDeck.com … … 18 18 require_once 'idf-globals.php'; 19 19 global $active_plugins, $idf_current_version; 20 $idf_current_version = '1.9. 7';20 $idf_current_version = '1.9.8'; 21 21 require_once 'idf-update.php'; 22 22 require_once 'classes/class-idf_requirements.php'; … … 88 88 } 89 89 $version_array = array( 90 'ignitiondeck-crowdfunding/ignitiondeck.php' => '2.2. 5',90 'ignitiondeck-crowdfunding/ignitiondeck.php' => '2.2.6', 91 91 'idcommerce/idcommerce.php' => '1.14.0', 92 92 ); … … 386 386 'source' => 'https://files.ignitiondeck.com/idcf_latest.zip', 387 387 'required' => true, 388 'version' => '2.2. 5',388 'version' => '2.2.6', 389 389 'force_activation' => false, 390 390 'force_deactivation' => false, -
ignitiondeck/trunk/languages_default/idf.pot
r3079606 r3097520 3 3 msgstr "" 4 4 "Project-Id-Version: IgnitionDeck Framework\n" 5 "POT-Creation-Date: 2024-0 4-29 12:34-0800\n"5 "POT-Creation-Date: 2024-05-27 18:47-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
r3079606 r3097520 5 5 Requires at least: 4.9 6 6 Tested up to: 6.5 7 Stable tag: 1.9. 77 Stable tag: 1.9.8 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 14 14 15 15 == Description == 16 [IgnitionDeck](https://www.ignitiondeck.com/?utm_source=wprepo&utm_medium=link&utm_campaign=freemium) is a WordPress plugin that hundreds of companies use to operate their own crowdfunding platforms. [Upgrade options](https://www.ignitiondeck.com/crowdfunding-pricing/?utm_source=wprepo&utm_medium=link&utm_campaign=freemium) allow you to integrate with multiple gateways, split fees with your project creators, white label everything, and much more.16 [IgnitionDeck](https://www.ignitiondeck.com/?utm_source=wprepo&utm_medium=link&utm_campaign=freemium) is a WordPress Crowdfunding plugin that hundreds of companies use to operate their own crowdfunding platforms. Our WP Crowdfunding plugin has [premium upgrade options](https://www.ignitiondeck.com/crowdfunding-pricing/?utm_source=wprepo&utm_medium=link&utm_campaign=freemium) allow you to integrate with multiple gateways, split fees with your project creators, white label everything, and much more. 17 17 18 18 Go ahead and play around with it yourself using 👉[our live demo](https://app.instawp.io/launch?t=ignitiondeck-demo&d=v2)👈 that includes full access to the WordPress Administrator back-end. … … 141 141 == Changelog == 142 142 143 = 1.9.8 = 144 145 * Enhanced text description of our plugin 146 143 147 = 1.9.7 = 144 148
Note: See TracChangeset
for help on using the changeset viewer.