Plugin Directory

Changeset 3097520


Ignore:
Timestamp:
06/04/2024 04:37:47 PM (22 months ago)
Author:
ignitionwp
Message:

Updated readme and version numbers for dependencies.

Location:
ignitiondeck/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ignitiondeck/trunk/idf.php

    r3079606 r3097520  
    88URI: https://IgnitionDeck.com
    99Description: A crowdfunding and ecommerce plugin for WordPress that helps you crowdfund, pre-order, and sell goods online.
    10 Version: 1.9.7
     10Version: 1.9.8
    1111Author: IgnitionDeck
    1212Author URI: https://IgnitionDeck.com
     
    1818require_once 'idf-globals.php';
    1919global $active_plugins, $idf_current_version;
    20 $idf_current_version = '1.9.7';
     20$idf_current_version = '1.9.8';
    2121require_once 'idf-update.php';
    2222require_once 'classes/class-idf_requirements.php';
     
    8888    }
    8989    $version_array = array(
    90         'ignitiondeck-crowdfunding/ignitiondeck.php' => '2.2.5',
     90        'ignitiondeck-crowdfunding/ignitiondeck.php' => '2.2.6',
    9191        'idcommerce/idcommerce.php'                  => '1.14.0',
    9292    );
     
    386386            'source'             => 'https://files.ignitiondeck.com/idcf_latest.zip',
    387387            'required'           => true,
    388             'version'            => '2.2.5',
     388            'version'            => '2.2.6',
    389389            'force_activation'   => false,
    390390            'force_deactivation' => false,
  • ignitiondeck/trunk/languages_default/idf.pot

    r3079606 r3097520  
    33msgstr ""
    44"Project-Id-Version: IgnitionDeck Framework\n"
    5 "POT-Creation-Date: 2024-04-29 12:34-0800\n"
     5"POT-Creation-Date: 2024-05-27 18:47-0800\n"
    66"PO-Revision-Date: 2016-10-05 20:02-0400\n"
    77"Last-Translator: Ignition WP LLC <support@ignitionwp.com>\n"
  • ignitiondeck/trunk/readme.txt

    r3079606 r3097520  
    55Requires at least: 4.9
    66Tested up to: 6.5
    7 Stable tag: 1.9.7
     7Stable tag: 1.9.8
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1414
    1515== 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.
    1717
    1818Go 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.
     
    141141== Changelog ==
    142142
     143= 1.9.8 =
     144
     145* Enhanced text description of our plugin
     146
    143147= 1.9.7 =
    144148
Note: See TracChangeset for help on using the changeset viewer.