Changeset 3246707
- Timestamp:
- 02/25/2025 08:02:08 PM (13 months ago)
- Location:
- ignitiondeck/trunk
- Files:
-
- 2 edited
-
idf.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ignitiondeck/trunk/idf.php
r3246674 r3246707 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. 36 Version: 2.0.4 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. 3';16 $idf_current_version = '2.0.4'; 17 17 require_once 'idf-update.php'; 18 18 require_once 'classes/class-idf_requirements.php'; -
ignitiondeck/trunk/readme.txt
r3246674 r3246707 5 5 Requires at least: 4.9 6 6 Tested up to: 6.7 7 Stable tag: 2.0. 37 Stable tag: 2.0.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 114 114 * [Learn more about IgnitionDeck Core](https://www.ignitiondeck.com/crowdfunding/product/enterprise/) 115 115 116 # SCREENSHOTS 116 # NEW USERS AND GETTING TECHNICAL SUPPORT 117 118 For new users, we suggest reviewing our [Getting Started Guide](https://docs.ignitiondeck.com/category/15-getting-started) to get an understanding of how our plugin works. If you run into any trouble, we offer [free email support](mailto:support@ignitionwp.com) to help you with your issues, questions, and concerns. 119 120 If you are an IgnitionDeck customer with an active license of IgnitionDeck, we’d love to hear from you and support you via our [Premium Product Support](https://members.ignitiondeck.com/). 121 122 # ABOUT THE IGNITIONDECK TEAM 123 124 Howdy, folks! IgnitionDeck is part of Ignition WP. Our crowdfunding plugin is backed by a growing team of WordPress developers, support engineers, and marketing pros who’ve worked with WordPress since 2009. This means IgnitionDeck is made with WordPress best practices in mind. That means IgnitionDeck is extremely extensible, customizable, stable, and reliable. We’re here for you when you need us. We’re a remote team, based in California, Texas, and Canada. 125 126 == Installation == 127 [View installation instructions on our documentation site.](https://docs.ignitiondeck.com/article/24-plugin-installation) 128 129 == Frequently Asked Questions == 130 [Check out our FAQ](https://docs.ignitiondeck.com/category/16-frequently-asked-questions) 131 132 == Screenshots == 133 117 134 1. Flexible, contemporary project display with any theme 118 135 2. Stylish project post template … … 128 145 12. Manage users accounts, product assignments, and credits 129 146 130 # NEW USERS AND GETTING TECHNICAL SUPPORT131 132 For new users, we suggest reviewing our [Getting Started Guide](https://docs.ignitiondeck.com/category/15-getting-started) to get an understanding of how our plugin works. If you run into any trouble, we offer [free email support](mailto:support@ignitionwp.com) to help you with your issues, questions, and concerns.133 134 If you are an IgnitionDeck customer with an active license of IgnitionDeck, we’d love to hear from you and support you via our [Premium Product Support](https://members.ignitiondeck.com/).135 136 # ABOUT THE IGNITIONDECK TEAM137 138 Howdy, folks! IgnitionDeck is part of Ignition WP. Our crowdfunding plugin is backed by a growing team of WordPress developers, support engineers, and marketing pros who’ve worked with WordPress since 2009. This means IgnitionDeck is made with WordPress best practices in mind. That means IgnitionDeck is extremely extensible, customizable, stable, and reliable. We’re here for you when you need us. We’re a remote team, based in California, Texas, and Canada.139 140 == Installation ==141 [View installation instructions on our documentation site.](https://docs.ignitiondeck.com/article/24-plugin-installation)142 143 == Frequently Asked Questions ==144 [Check out our FAQ](https://docs.ignitiondeck.com/category/16-frequently-asked-questions)145 146 147 == Changelog == 148 149 = 2.0.4 = 150 151 * Readme fix for screenshots section. 147 152 148 153 = 2.0.3 =
Note: See TracChangeset
for help on using the changeset viewer.