Plugin Directory

Changeset 3154744


Ignore:
Timestamp:
09/19/2024 06:34:30 PM (17 months ago)
Author:
ignitionwp
Message:

Added support for new subscription options

Location:
ignitiondeck/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ignitiondeck/trunk/idf-update.php

    r3134431 r3154744  
    3131        switch ($license_level) {
    3232            case 'ide':
     33            case 'imcp_monthly':
     34            case 'imcp_annual':
    3335                $is_pro = 1;
    3436                $is_idc_licensed = 1;
     
    6365function idf_id_validate_account($id_account) {
    6466    $download_list = array(
    65         'ide'   => '83885', // Enterprise Annual
    66         'idc'   => '83887', // Echelon Annual
    67         'free'  => '1'
     67        'ide'          => '83885', // Enterprise Annual
     68        'idc'          => '83887', // Echelon Annual
     69        'imcp_monthly' => '196344',
     70        'imcp_annual'  => '196335',
     71        'free'         => '1'
    6872    );
    6973
  • ignitiondeck/trunk/idf.php

    r3146567 r3154744  
    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.10.2
     10Version: 1.10.3
    1111Author: IgnitionDeck
    1212Author URI: https://IgnitionDeck.com
     
    1818require_once 'idf-globals.php';
    1919global $active_plugins, $idf_current_version;
    20 $idf_current_version = '1.10.2';
     20$idf_current_version = '1.10.3';
    2121require_once 'idf-update.php';
    2222require_once 'classes/class-idf_requirements.php';
     
    8989    $version_array = array(
    9090        'ignitiondeck-crowdfunding/ignitiondeck.php' => '2.3.0',
    91         'idcommerce/idcommerce.php'                  => '1.15.0',
     91        'idcommerce/idcommerce.php'                  => '1.15.1',
    9292    );
    9393    set_transient( 'idf_plugin_versions', $version_array );
     
    377377            'source'             => 'https://files.ignitiondeck.com/idc_latest.zip',
    378378            'required'           => true,
    379             'version'            => '1.15.0',
     379            'version'            => '1.15.1',
    380380            'force_activation'   => false,
    381381            'force_deactivation' => false,
  • ignitiondeck/trunk/readme.txt

    r3146567 r3154744  
    55Requires at least: 4.9
    66Tested up to: 6.6
    7 Stable tag: 1.10.2
     7Stable tag: 1.10.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    139139== Changelog ==
    140140
     141= 1.10.3 =
     142
     143* Added support for new subscription options
     144
    141145= 1.10.2 =
    142146
Note: See TracChangeset for help on using the changeset viewer.