Plugin Directory

Changeset 3273869


Ignore:
Timestamp:
04/15/2025 07:07:08 PM (12 months ago)
Author:
ignitionwp
Message:

Updating version numbers for dependencies. Tested up to WP 6.8

Location:
ignitiondeck/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ignitiondeck/trunk/idf.php

    r3258027 r3273869  
    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.5
     6Version: 2.0.6
    77Author: IgnitionDeck
    88Author URI: https://IgnitionDeck.com
     
    1414require_once 'idf-globals.php';
    1515global $active_plugins, $idf_current_version;
    16 $idf_current_version = '2.0.5';
     16$idf_current_version = '2.0.6';
    1717require_once 'idf-update.php';
    1818require_once 'classes/class-idf_requirements.php';
     
    8585    $version_array = array(
    8686        'ignitiondeck-crowdfunding/ignitiondeck.php' => '3.0.1',
    87         'idcommerce/idcommerce.php'                  => '2.0.1',
     87        'idcommerce/idcommerce.php'                  => '2.0.2',
    8888    );
    8989    set_transient( 'idf_plugin_versions', $version_array );
     
    374374            'source'             => 'https://files.ignitiondeck.com/idc_latest.zip',
    375375            'required'           => true,
    376             'version'            => '2.0.1',
     376            'version'            => '2.0.2',
    377377            'force_activation'   => false,
    378378            'force_deactivation' => false,
  • ignitiondeck/trunk/readme.txt

    r3258027 r3273869  
    44Donate link: https://www.ignitiondeck.com
    55Requires at least: 4.9
    6 Tested up to: 6.7
    7 Stable tag: 2.0.5
     6Tested up to: 6.8
     7Stable tag: 2.0.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    147147== Changelog ==
    148148
     149= 2.0.6 =
     150
     151* Updated required minimum version numbers for dependencies that fixes a couple of small bugs, including one with Authorize.Net.
     152* Tested up to WordPress version 6.8
     153
    149154= 2.0.5 =
    150155
Note: See TracChangeset for help on using the changeset viewer.