Plugin Directory

Changeset 3395865


Ignore:
Timestamp:
11/14/2025 04:42:24 PM (5 months ago)
Author:
ignitionwp
Message:

Updated minimum version numbers for dependencies.

Location:
ignitiondeck/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ignitiondeck/trunk/idf.php

    r3386102 r3395865  
    44URI: https://IgnitionDeck.com
    55Description: A crowdfunding and ecommerce plugin for WordPress that helps you crowdfund, pre-order, and sell goods online.
    6 Version: 2.0.11
     6Version: 2.0.12
    77Author: IgnitionDeck
    88Author URI: https://IgnitionDeck.com
     
    1414require_once 'idf-globals.php';
    1515global $active_plugins, $idf_current_version;
    16 $idf_current_version = '2.0.11';
     16$idf_current_version = '2.0.12';
    1717require_once 'idf-update.php';
    1818require_once 'classes/class-idf_requirements.php';
     
    8484    }
    8585    $version_array = array(
    86         'ignitiondeck-crowdfunding/ignitiondeck.php' => '3.0.3',
     86        'ignitiondeck-crowdfunding/ignitiondeck.php' => '3.0.4',
    8787        'idcommerce/idcommerce.php'                  => '2.3.0',
    8888    );
     
    386386            'source'             => 'https://files.ignitiondeck.com/idcf_latest.zip',
    387387            'required'           => true,
    388             'version'            => '3.0.3',
     388            'version'            => '3.0.4',
    389389            'force_activation'   => false,
    390390            'force_deactivation' => false,
  • ignitiondeck/trunk/languages_default/idf.pot

    r3386102 r3395865  
    33msgid ""
    44msgstr ""
    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"
    98"MIME-Version: 1.0\n"
    109"Content-Type: text/plain; charset=UTF-8\n"
    1110"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"
    1312"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1413"X-Generator: WP-CLI 2.12.0\n"
     
    204203msgstr ""
    205204
    206 #: idf-admin.php:546
     205#: idf-admin.php:548
    207206#: templates/admin/_devTools.php:3
    208207msgid "Dev Tools"
  • ignitiondeck/trunk/readme.txt

    r3386102 r3395865  
    55Requires at least: 4.9
    66Tested up to: 6.8
    7 Stable tag: 2.0.11
     7Stable tag: 2.0.12
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    147147== Changelog ==
    148148
     149= 2.0.12 =
     150
     151* Updated minimum required version numbers for dependencies
     152
    149153= 2.0.11 =
    150154
Note: See TracChangeset for help on using the changeset viewer.