Plugin Directory

Changeset 3258027


Ignore:
Timestamp:
03/18/2025 06:51:11 PM (11 months ago)
Author:
ignitionwp
Message:

Fixed an issue with Stripe Checkout subscriptions.

Location:
ignitiondeck/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ignitiondeck/trunk/idf.php

    r3246707 r3258027  
    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.4
     6Version: 2.0.5
    77Author: IgnitionDeck
    88Author URI: https://IgnitionDeck.com
     
    1414require_once 'idf-globals.php';
    1515global $active_plugins, $idf_current_version;
    16 $idf_current_version = '2.0.4';
     16$idf_current_version = '2.0.5';
    1717require_once 'idf-update.php';
    1818require_once 'classes/class-idf_requirements.php';
     
    8484    }
    8585    $version_array = array(
    86         'ignitiondeck-crowdfunding/ignitiondeck.php' => '3.0.0',
    87         'idcommerce/idcommerce.php'                  => '2.0.0',
     86        'ignitiondeck-crowdfunding/ignitiondeck.php' => '3.0.1',
     87        'idcommerce/idcommerce.php'                  => '2.0.1',
    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.0',
     376            'version'            => '2.0.1',
    377377            'force_activation'   => false,
    378378            'force_deactivation' => false,
     
    386386            'source'             => 'https://files.ignitiondeck.com/idcf_latest.zip',
    387387            'required'           => true,
    388             'version'            => '3.0.0',
     388            'version'            => '3.0.1',
    389389            'force_activation'   => false,
    390390            'force_deactivation' => false,
  • ignitiondeck/trunk/languages_default/idf.pot

    r3246674 r3258027  
    33msgstr ""
    44"Project-Id-Version: IgnitionDeck Framework\n"
    5 "POT-Creation-Date: 2025-02-25 09:01-0800\n"
     5"POT-Creation-Date: 2025-03-17 14:13-0800\n"
    66"PO-Revision-Date: 2016-10-05 20:02-0400\n"
    77"Last-Translator: Ignition WP LLC <[email protected]>\n"
  • ignitiondeck/trunk/readme.txt

    r3246707 r3258027  
    55Requires at least: 4.9
    66Tested up to: 6.7
    7 Stable tag: 2.0.4
     7Stable tag: 2.0.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    147147== Changelog ==
    148148
     149= 2.0.5 =
     150
     151* Fixed an issue with subscription payment processing with Stripe Checkout
     152
    149153= 2.0.4 =
    150154
Note: See TracChangeset for help on using the changeset viewer.