Plugin Directory

Changeset 3235615


Ignore:
Timestamp:
02/05/2025 06:41:54 PM (14 months ago)
Author:
ignitionwp
Message:

Bug fix causing error during plugin activation.

Location:
ignitiondeck/trunk
Files:
4 edited

Legend:

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

    r3226464 r3235615  
    10641064    }
    10651065}
    1066 
    1067 ?>
    1068 
  • ignitiondeck/trunk/idf.php

    r3226464 r3235615  
    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.0
     6Version: 2.0.1
    77Author: IgnitionDeck
    88Author URI: https://IgnitionDeck.com
     
    1414require_once 'idf-globals.php';
    1515global $active_plugins, $idf_current_version;
    16 $idf_current_version = '2.0.0';
     16$idf_current_version = '2.0.1';
    1717require_once 'idf-update.php';
    1818require_once 'classes/class-idf_requirements.php';
  • ignitiondeck/trunk/languages_default/idf.pot

    r3206591 r3235615  
    33msgstr ""
    44"Project-Id-Version: IgnitionDeck Framework\n"
    5 "POT-Creation-Date: 2024-11-21 13:44-0800\n"
     5"POT-Creation-Date: 2025-01-30 09:20-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

    r3226464 r3235615  
    55Requires at least: 4.9
    66Tested up to: 6.7
    7 Stable tag: 2.0.0
     7Stable tag: 2.0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    139139== Changelog ==
    140140
     141= 2.0.1 =
     142
     143* Removed some whitespace from the bottom of a couple of PHP files.
     144
    141145= 2.0.0 =
    142146
Note: See TracChangeset for help on using the changeset viewer.