Plugin Directory

Changeset 3386102


Ignore:
Timestamp:
10/28/2025 09:25:17 PM (5 months ago)
Author:
ignitionwp
Message:

Added Stripe Express support

Location:
ignitiondeck/trunk
Files:
4 edited

Legend:

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

    r3285075 r3386102  
    381381        [
    382382            'recaptcha' => IDF_PATH . '/classes/modules/recaptcha/templates/admin/recaptcha-settings.php',
     383            'stripe_express_settings' => IDC_PATH . '/templates/admin/stripe-express-settings.php',
    383384        ]
    384385    );
     
    389390        [
    390391            'recaptcha' => 'submit_id_recaptcha_settings',
     392            'stripe_express_settings' => 'stripe_express_settings_submit',
    391393        ]
    392394    );
     
    786788        'enable_stripe',
    787789        'enable_stripe_checkout',
     790        'enable_stripe_express',
    788791        'enable_authorize',
    789792        'enable_first_data',
  • ignitiondeck/trunk/idf.php

    r3358845 r3386102  
    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.10
     6Version: 2.0.11
    77Author: IgnitionDeck
    88Author URI: https://IgnitionDeck.com
     
    1414require_once 'idf-globals.php';
    1515global $active_plugins, $idf_current_version;
    16 $idf_current_version = '2.0.10';
     16$idf_current_version = '2.0.11';
    1717require_once 'idf-update.php';
    1818require_once 'classes/class-idf_requirements.php';
     
    8585    $version_array = array(
    8686        'ignitiondeck-crowdfunding/ignitiondeck.php' => '3.0.3',
    87         'idcommerce/idcommerce.php'                  => '2.2.0',
     87        'idcommerce/idcommerce.php'                  => '2.3.0',
    8888    );
    8989    set_transient( 'idf_plugin_versions', $version_array );
     
    374374            'source'             => 'https://files.ignitiondeck.com/idc_latest.zip',
    375375            'required'           => true,
    376             'version'            => '2.2.0',
     376            'version'            => '2.3.0',
    377377            'force_activation'   => false,
    378378            'force_deactivation' => false,
  • ignitiondeck/trunk/languages_default/idf.pot

    r3313491 r3386102  
    1 #, fuzzy
     1# Copyright (C) 2025 IgnitionDeck
     2# This file is distributed under the GPL2.
    23msgid ""
    34msgstr ""
    4 "Project-Id-Version: IgnitionDeck Framework\n"
    5 "POT-Creation-Date: 2025-06-11 19:52-0800\n"
    6 "PO-Revision-Date: 2016-10-05 20:02-0400\n"
    7 "Last-Translator: Ignition WP LLC <support@ignitionwp.com>\n"
    8 "Language-Team: Ignition WP LLC <support@ignitionwp.com>\n"
    9 "Language: en_US\n"
     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"
    109"MIME-Version: 1.0\n"
    1110"Content-Type: text/plain; charset=UTF-8\n"
    1211"Content-Transfer-Encoding: 8bit\n"
    13 "X-Generator: Poedit 2.4.1\n"
    14 "X-Poedit-Basepath: .\n"
    15 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
    16 "X-Poedit-KeywordsList: _e;__;_n\n"
    17 "X-Poedit-SearchPath-0: ../.\n"
    18 
    19 #: .././classes/class-id_modules.php:62
     12"POT-Creation-Date: 2025-09-08T19:53:33+00:00\n"
     13"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
     14"X-Generator: WP-CLI 2.12.0\n"
     15"X-Domain: idf\n"
     16
     17#. Plugin Name of the plugin
     18#. Author of the plugin
     19#: idf.php
     20#: idf-admin.php:114
     21msgid "IgnitionDeck"
     22msgstr ""
     23
     24#. Description of the plugin
     25#: idf.php
     26msgid "A crowdfunding and ecommerce plugin for WordPress that helps you crowdfund, pre-order, and sell goods online."
     27msgstr ""
     28
     29#. Author URI of the plugin
     30#: idf.php
     31msgid "https://www.ignitiondeck.com"
     32msgstr ""
     33
     34#: classes/class-idf-wizard.php:86
     35msgid "View IgnitionDeck documentation"
     36msgstr ""
     37
     38#: classes/class-idf-wizard.php:86
     39msgid "Documentation Site"
     40msgstr ""
     41
     42#: classes/class-idf-wizard.php:87
     43msgid "View Getting Started"
     44msgstr ""
     45
     46#: classes/class-idf-wizard.php:87
     47msgid "Getting Started"
     48msgstr ""
     49
     50#: classes/class-idf-wizard.php:88
     51msgid "Which Edition Is Right For Me?"
     52msgstr ""
     53
     54#: classes/class-idf-wizard.php:89
     55msgid "Customization Services"
     56msgstr ""
     57
     58#: classes/class-idf_requirements.php:32
     59msgid "Your PHP version"
     60msgstr ""
     61
     62#: classes/class-idf_requirements.php:32
     63msgid "meets"
     64msgstr ""
     65
     66#: classes/class-idf_requirements.php:32
     67msgid "does not meet"
     68msgstr ""
     69
     70#: classes/class-idf_requirements.php:32
     71msgid "the minimum requirement of PHP version"
     72msgstr ""
     73
     74#: classes/class-idf_requirements.php:50
     75msgid "Missing extension"
     76msgstr ""
     77
     78#: classes/class-idf_requirements.php:53
     79msgid "Required extension"
     80msgstr ""
     81
     82#: classes/class-idf_requirements.php:53
     83msgid "is installed"
     84msgstr ""
     85
     86#: classes/class-id_modules.php:106
    2087msgid "(DEV_MODE)"
    2188msgstr ""
    2289
    23 #: .././classes/class-idf_requirements.php:21
    24 msgid "Your PHP version"
    25 msgstr ""
    26 
    27 #: .././classes/class-idf_requirements.php:21
    28 msgid "meets"
    29 msgstr ""
    30 
    31 #: .././classes/class-idf_requirements.php:21
    32 msgid "does not meet"
    33 msgstr ""
    34 
    35 #: .././classes/class-idf_requirements.php:21
    36 msgid "the minimum requirement of PHP version"
    37 msgstr ""
    38 
    39 #: .././classes/class-idf_requirements.php:32
    40 msgid "Missing extension"
    41 msgstr ""
    42 
    43 #: .././classes/class-idf_requirements.php:35
    44 msgid "Required extension"
    45 msgstr ""
    46 
    47 #: .././classes/class-idf_requirements.php:35
    48 msgid "is installed"
    49 msgstr ""
    50 
    51 #: .././classes/modules/helix/helix-admin.php:6
     90#: classes/modules/helix/helix-admin.php:6
    5291msgid "Helix"
    5392msgstr ""
    5493
    55 #: .././classes/modules/helix/helix-idcf.php:71
     94#: classes/modules/helix/helix-idcf.php:71
     95#: classes/modules/helix/templates/_helixCrowdfundingMenu.php:8
    5696msgid "Create Project"
    5797msgstr ""
    5898
    59 #: .././classes/modules/helix/helix-menu.php:6
     99#: classes/modules/helix/helix-menu.php:6
    60100msgid "Helix Primary Menu"
    61101msgstr ""
    62102
    63 #: .././classes/modules/helix/inc/helix-idc.php:42
    64 msgid "Credits"
    65 msgstr ""
    66 
    67 #: .././classes/modules/helix/inc/templates/_helixWCMenu.php:2
    68 msgid "Cart"
    69 msgstr ""
    70 
    71 #: .././classes/modules/helix/templates/_helixCommerceMenu.php:2
    72 #: .././idf-admin.php:19 .././idf-admin.php:25
     103#: classes/modules/helix/templates/_helixCommerceMenu.php:2
    73104msgid "Dashboard"
    74105msgstr ""
    75106
    76 #: .././classes/modules/helix/templates/_helixCommerceMenu.php:3
     107#: classes/modules/helix/templates/_helixCommerceMenu.php:3
    77108msgid "Account"
    78109msgstr ""
    79110
    80 #: .././classes/modules/helix/templates/_helixCommerceMenu.php:4
     111#: classes/modules/helix/templates/_helixCommerceMenu.php:4
    81112msgid "Order History"
    82113msgstr ""
    83114
    84 #: .././classes/modules/helix/templates/_helixCrowdfundingMenu.php:2
     115#: classes/modules/helix/templates/_helixCrowdfundingMenu.php:2
    85116msgid "Backer Profile"
    86117msgstr ""
    87118
    88 #: .././classes/modules/helix/templates/_helixCrowdfundingMenu.php:4
     119#: classes/modules/helix/templates/_helixCrowdfundingMenu.php:4
    89120msgid "Creator Profile"
    90121msgstr ""
    91122
    92 #: .././classes/modules/helix/templates/_helixCrowdfundingMenu.php:6
     123#: classes/modules/helix/templates/_helixCrowdfundingMenu.php:6
    93124msgid "Creator Settings"
    94125msgstr ""
    95126
    96 #: .././classes/modules/helix/templates/_helixMenuItems.php:2
     127#: classes/modules/helix/templates/_helixCrowdfundingMenu.php:8
     128msgid "My Projects"
     129msgstr ""
     130
     131#: classes/modules/helix/templates/_helixMenuItems.php:2
    97132msgid "Logout"
    98133msgstr ""
    99134
    100 #: .././classes/modules/helix/templates/_helixPopout.php:2
    101 msgid "People are on the Helix waiting list. "
    102 msgstr ""
    103 
    104 #: .././classes/modules/helix/templates/_primaryMenu.php:44
     135#: classes/modules/helix/templates/_helixPopout.php:5
     136msgid "Sign up"
     137msgstr ""
     138
     139#: classes/modules/helix/templates/_helixPopout.php:5
     140msgid "Login"
     141msgstr ""
     142
     143#. translators: %s: "Sign up" or "Login" depending on user status
     144#: classes/modules/helix/templates/_helixPopout.php:8
     145#, php-format
     146msgid "People are on the Helix waiting list. %s to reserve your spot!"
     147msgstr ""
     148
     149#: classes/modules/helix/templates/_primaryMenu.php:47
    105150msgid "Create Account"
    106151msgstr ""
    107152
    108 #: .././classes/modules/helix/templates/_primaryMenu.php:45
    109 msgid "What is this?"
    110 msgstr ""
    111 
    112 #: .././classes/modules/helix/templates/_primaryMenu.php:71
    113 #: .././classes/modules/helix/templates/_primaryMenu.php:75
     153#: classes/modules/helix/templates/_primaryMenu.php:72
     154#: classes/modules/helix/templates/_primaryMenu.php:76
    114155msgid "Incorrect username or password"
    115156msgstr ""
    116157
    117 #: .././classes/modules/helix/templates/_primaryMenu.php:72
     158#: classes/modules/helix/templates/_primaryMenu.php:73
    118159msgid "Critical Issue"
    119160msgstr ""
    120161
    121 #: .././classes/modules/helix/templates/_primaryMenu.php:72
     162#: classes/modules/helix/templates/_primaryMenu.php:73
    122163msgid "Helix depends on IgnitionDeck Framework. Please install it first."
    123164msgstr ""
    124165
    125 #: .././classes/modules/helix/templates/_primaryMenu.php:77
     166#: classes/modules/helix/templates/_primaryMenu.php:78
    126167msgid "Username or Password should not be empty"
    127168msgstr ""
    128169
    129 #: .././classes/modules/helix/templates/_primaryMenu.php:78
     170#: classes/modules/helix/templates/_primaryMenu.php:79
    130171msgid "Forgot your password?"
    131172msgstr ""
    132173
    133 #: .././classes/modules/helix/templates/admin/_settingsMenu.php:2
    134 #: .././classes/modules/helix/templates/admin/_settingsMenu.php:12
    135 msgid "Helix Settings"
    136 msgstr ""
    137 
    138 #: .././classes/modules/helix/templates/admin/_settingsMenu.php:4
    139 #: .././classes/modules/recaptcha/templates/admin/_settingsMenu.php:4
    140 #: .././templates/admin/_idfMenu.php:155
    141 msgid "Support"
    142 msgstr ""
    143 
    144 #: .././classes/modules/helix/templates/admin/_settingsMenu.php:5
    145 #: .././classes/modules/recaptcha/templates/admin/_settingsMenu.php:5
    146 #: .././templates/admin/_idfMenu.php:159
    147 msgid "Documentation"
    148 msgstr ""
    149 
    150 #: .././classes/modules/helix/templates/admin/_settingsMenu.php:15
    151 msgid "Menu Settings"
    152 msgstr ""
    153 
    154 #: .././classes/modules/helix/templates/admin/_settingsMenu.php:17
    155 msgid "Menu Position"
    156 msgstr ""
    157 
    158 #: .././classes/modules/helix/templates/admin/_settingsMenu.php:24
    159 msgid "Menu Style"
    160 msgstr ""
    161 
    162 #: .././classes/modules/helix/templates/admin/_settingsMenu.php:32
    163 #: .././classes/modules/recaptcha/templates/admin/_settingsMenu.php:25
    164 #: .././templates/admin/_idfMenu.php:128
    165 msgid "Save"
    166 msgstr ""
    167 
    168 #: .././classes/modules/maven/class-maven_msg_init.php:13
    169 msgid "message"
    170 msgstr ""
    171 
    172 #: .././classes/modules/maven/class-maven_msg_init.php:17
    173 msgid "Messages"
    174 msgstr ""
    175 
    176 #: .././classes/modules/maven/class-maven_msg_init.php:18
    177 msgid "Message"
    178 msgstr ""
    179 
    180 #: .././classes/modules/maven/class-maven_msg_init.php:20
    181 msgid "Create New Message"
    182 msgstr ""
    183 
    184 #: .././classes/modules/maven/class-maven_msg_init.php:21
    185 msgid "Edit Message"
    186 msgstr ""
    187 
    188 #: .././classes/modules/maven/class-maven_msg_init.php:22
    189 msgid "New Message"
    190 msgstr ""
    191 
    192 #: .././classes/modules/maven/class-maven_msg_init.php:23
    193 msgid "View Message"
    194 msgstr ""
    195 
    196 #: .././classes/modules/maven/class-maven_msg_init.php:24
    197 msgid "View Messages"
    198 msgstr ""
    199 
    200 #: .././classes/modules/maven/class-maven_msg_init.php:25
    201 msgid "Search Messages"
    202 msgstr ""
    203 
    204 #: .././classes/modules/maven/class-maven_msg_init.php:26
    205 msgid "No messages found"
    206 msgstr ""
    207 
    208 #: .././classes/modules/maven/class-maven_msg_init.php:27
    209 msgid "No messages found in trash"
    210 msgstr ""
    211 
    212 #: .././classes/modules/maven/class-maven_msg_init.php:29
    213 msgid "All Messages"
    214 msgstr ""
    215 
    216 #: .././classes/modules/maven/class-maven_msg_init.php:30
    217 msgid "Message Archives"
    218 msgstr ""
    219 
    220 #: .././classes/modules/maven/class-maven_msg_init.php:31
    221 msgid "Insert into message"
    222 msgstr ""
    223 
    224 #: .././classes/modules/maven/class-maven_msg_init.php:59
    225 msgid "message type"
    226 msgstr ""
    227 
    228 #: .././classes/modules/maven/class-maven_msg_init.php:61
    229 msgid "Message Types"
    230 msgstr ""
    231 
    232 #: .././classes/modules/maven/class-maven_msg_init.php:62
    233 msgid "Message Type"
    234 msgstr ""
    235 
    236 #: .././classes/modules/maven/class-maven_msg_init.php:64
    237 msgid "Add New Message Type"
    238 msgstr ""
    239 
    240 #: .././classes/modules/maven/class-maven_msg_init.php:65
    241 msgid "Edit Message Type"
    242 msgstr ""
    243 
    244 #: .././classes/modules/maven/class-maven_msg_init.php:66
    245 msgid "New Message Type"
    246 msgstr ""
    247 
    248 #: .././classes/modules/maven/class-maven_msg_init.php:67
    249 msgid "View Message Type"
    250 msgstr ""
    251 
    252 #: .././classes/modules/maven/class-maven_msg_init.php:68
    253 msgid "View Message Types"
    254 msgstr ""
    255 
    256 #: .././classes/modules/maven/class-maven_msg_init.php:69
    257 msgid "Search Message Types"
    258 msgstr ""
    259 
    260 #: .././classes/modules/maven/class-maven_msg_init.php:70
    261 msgid "No message types found"
    262 msgstr ""
    263 
    264 #: .././classes/modules/maven/class-maven_msg_init.php:71
    265 msgid "No message types found in trash"
    266 msgstr ""
    267 
    268 #: .././classes/modules/maven/class-maven_msg_init.php:72
    269 msgid "Parent Message Type"
    270 msgstr ""
    271 
    272 #: .././classes/modules/recaptcha/class-recaptcha.php:28
    273 msgid "reCAPTCHA"
    274 msgstr ""
    275 
    276 #: .././classes/modules/recaptcha/templates/admin/_settingsMenu.php:2
     174#: classes/modules/recaptcha/templates/admin/recaptcha-settings.php:10
    277175msgid "reCAPTCHA Settings"
    278176msgstr ""
    279177
    280 #: .././classes/modules/recaptcha/templates/admin/_settingsMenu.php:12
     178#: classes/modules/recaptcha/templates/admin/recaptcha-settings.php:16
     179msgid "Generate API Keys"
     180msgstr ""
     181
     182#: classes/modules/recaptcha/templates/admin/recaptcha-settings.php:21
     183msgid "reCAPTCHA Type"
     184msgstr ""
     185
     186#: classes/modules/recaptcha/templates/admin/recaptcha-settings.php:26
     187msgid "Version 2"
     188msgstr ""
     189
     190#: classes/modules/recaptcha/templates/admin/recaptcha-settings.php:28
     191msgid "Version 3"
     192msgstr ""
     193
     194#: classes/modules/recaptcha/templates/admin/recaptcha-settings.php:32
    281195msgid "API Keys"
    282196msgstr ""
    283197
    284 #: .././classes/modules/recaptcha/templates/admin/_settingsMenu.php:16
    285 msgid "Site ID"
    286 msgstr ""
    287 
    288 #: .././classes/modules/recaptcha/templates/admin/_settingsMenu.php:20
     198#: classes/modules/recaptcha/templates/admin/recaptcha-settings.php:35
     199msgid "Site Key"
     200msgstr ""
     201
     202#: classes/modules/recaptcha/templates/admin/recaptcha-settings.php:42
    289203msgid "Secret Key"
    290204msgstr ""
    291205
    292 #: .././classes/modules/recaptcha/templates/admin/_settingsMenu.php:23
    293 msgid "Generate API Keys"
    294 msgstr ""
    295 
    296 #: .././idf-admin.php:17
     206#: idf-admin.php:546
     207#: templates/admin/_devTools.php:3
     208msgid "Dev Tools"
     209msgstr ""
     210
     211#: idf.php:436
     212msgid "The free version of IgnitionDeck requires our free crowdfunding theme framework, Theme 500. You may"
     213msgstr ""
     214
     215#: idf.php:436
     216msgid "download"
     217msgstr ""
     218
     219#: idf.php:436
     220msgid "themes menu"
     221msgstr ""
     222
     223#: idf.php:436
     224msgid "at any time."
     225msgstr ""
     226
     227#: templates/admin/_devTools.php:5
     228msgid "Show PHP Info"
     229msgstr ""
     230
     231#: templates/admin/_extensionList.php:3
     232msgid "IgnitionDeck Modules"
     233msgstr ""
     234
     235#: templates/admin/_extensionList.php:4
     236msgid "IgnitionDeck Modules allow you to upgrade, modify, and customize the default IgnitionDeck installation in order to achieve additional features sets."
     237msgstr ""
     238
     239#. Translators: %1$s: Opening HTML tag for link, %2$s: Closing HTML tag for link
     240#: templates/admin/_extensionList.php:8
    297241#, php-format
    298 msgid ""
    299 "<span class=\"update-plugins count-%1$d\"><span class=\"plugin-count\">%1$d</"
    300 "span></span>"
    301 msgstr ""
    302 
    303 #: .././idf-admin.php:19 .././templates/admin/_idfMenu.php:3
    304 msgid "IgnitionDeck"
    305 msgstr ""
    306 
    307 #: .././idf-admin.php:25
    308 msgid "IgnitionDeck Dashboard"
    309 msgstr ""
    310 
    311 #: .././idf-admin.php:26
    312 msgid "Themes"
    313 msgstr ""
    314 
    315 #: .././idf-admin.php:31 .././templates/admin/_idfMenu.php:138
    316 msgid "Modules"
    317 msgstr ""
    318 
    319 #: .././idf-admin.php:46 .././templates/admin/_devTools.php:3
    320 msgid "Dev Tools"
    321 msgstr ""
    322 
    323 #: .././idf-admin.php:241
    324 msgid "Your IgnitionDeck Commerce installation is out of date."
    325 msgstr ""
    326 
    327 #: .././idf-admin.php:241
    328 msgid "Click here"
    329 msgstr ""
    330 
    331 #: .././idf-admin.php:241
    332 msgid "to update to the latest version."
    333 msgstr ""
    334 
    335 #: .././idf.php:193
    336 msgid "Update Plugin"
    337 msgstr ""
    338 
    339 #: .././templates/admin/_devTools.php:5
    340 msgid "Show PHP Info"
    341 msgstr ""
    342 
    343 #: .././templates/admin/_extensionList.php:3
    344 msgid "IgnitionDeck Modules"
    345 msgstr ""
    346 
    347 #: .././templates/admin/_extensionList.php:4
    348 msgid ""
    349 "IgnitionDeck Modules allow you to upgrade, modify, and customize the default "
    350 "IgnitionDeck installation in order to achieve additional features sets."
    351 msgstr ""
    352 
    353 #: .././templates/admin/_extensionList.php:6
    354 #, php-format
    355 msgid "%sUpgrade to Enterprise%s to fully unlock all available modules."
    356 msgstr ""
    357 
    358 #: .././templates/admin/_extensionList.php:8
     242msgid "%1$sUpgrade to Enterprise%2$s to fully unlock all available modules."
     243msgstr ""
     244
     245#: templates/admin/_extensionList.php:13
    359246msgid "Use the dropdown below to sort by category"
    360247msgstr ""
    361248
    362 #: .././templates/admin/_extensionList.php:11
     249#: templates/admin/_extensionList.php:19
    363250msgid "Deactivate All Modules"
    364251msgstr ""
    365252
    366 #: .././templates/admin/_extensionList.php:15
     253#: templates/admin/_extensionList.php:26
    367254msgid "Show All"
    368255msgstr ""
    369256
    370 #: .././templates/admin/_extensionList.php:16
     257#: templates/admin/_extensionList.php:27
    371258msgid "Account Management"
    372259msgstr ""
    373260
    374 #: .././templates/admin/_extensionList.php:17
     261#: templates/admin/_extensionList.php:28
    375262msgid "Analytics"
    376263msgstr ""
    377264
    378 #: .././templates/admin/_extensionList.php:18
     265#: templates/admin/_extensionList.php:29
    379266msgid "Commerce"
    380267msgstr ""
    381268
    382 #: .././templates/admin/_extensionList.php:19
     269#: templates/admin/_extensionList.php:30
    383270msgid "Crowdfunding"
    384271msgstr ""
    385272
    386 #: .././templates/admin/_extensionList.php:20
     273#: templates/admin/_extensionList.php:31
    387274msgid "Interface Customizations"
    388275msgstr ""
    389276
    390 #: .././templates/admin/_extensionList.php:21
     277#: templates/admin/_extensionList.php:32
    391278msgid "Payment Gateways"
    392279msgstr ""
    393280
    394 #: .././templates/admin/_extensionList.php:22
     281#: templates/admin/_extensionList.php:33
    395282msgid "Security"
    396283msgstr ""
    397284
    398 #: .././templates/admin/_extensionList.php:23
     285#: templates/admin/_extensionList.php:34
    399286msgid "Social"
    400287msgstr ""
    401288
    402 #: .././templates/admin/_extensionList.php:25
     289#: templates/admin/_extensionList.php:37
    403290msgid "Hide Locked"
    404291msgstr ""
    405292
    406 #: .././templates/admin/_extensionList.php:36
     293#: templates/admin/_extensionList.php:48
    407294msgid "Get Module"
    408295msgstr ""
    409296
    410 #: .././templates/admin/_extensionList.php:55
     297#: templates/admin/_extensionList.php:67
    411298msgid "Activate Plugin"
    412299msgstr ""
    413300
    414 #: .././templates/admin/_extensionList.php:58
     301#: templates/admin/_extensionList.php:70
    415302msgid "Installed"
    416303msgstr ""
    417304
    418 #: .././templates/admin/_extensionList.php:66
    419 #: .././templates/admin/_themeList.php:17
    420 #: .././templates/admin/_themeList.php:30
     305#: templates/admin/_extensionList.php:79
     306#: templates/admin/_themeList.php:17
     307#: templates/admin/_themeList.php:30
    421308msgid "Activate"
    422309msgstr ""
    423310
    424 #: .././templates/admin/_extensionList.php:70
     311#: templates/admin/_extensionList.php:83
    425312msgid "Deactivate"
    426313msgstr ""
    427314
    428 #: .././templates/admin/_extensionList.php:92
     315#: templates/admin/_extensionList.php:116
    429316msgid "Docs"
    430317msgstr ""
    431318
    432 #: .././templates/admin/_idfMenu.php:5
    433 msgid "Welcome to the IgnitionDeck platform!"
    434 msgstr ""
    435 
    436 #: .././templates/admin/_idfMenu.php:6
    437 msgid ""
    438 "Follow the instructions below to get started selling, fundraising, and "
    439 "crowdfunding."
    440 msgstr ""
    441 
    442 #: .././templates/admin/_idfMenu.php:12
    443 msgid "Disconnect Account"
    444 msgstr ""
    445 
    446 #: .././templates/admin/_idfMenu.php:15
    447 msgid ""
    448 "You have registered successfully, and IgnitionDeck Crowdfunding and "
    449 "IgnitionDeck Commerce have been installed and activated"
    450 msgstr ""
    451 
    452 #: .././templates/admin/_idfMenu.php:16
    453 msgid "Here's how to get started"
    454 msgstr ""
    455 
    456 #: .././templates/admin/_idfMenu.php:19
    457 msgid ""
    458 "Please wait approximately 60 seconds while IgnitionDeck Commerce and "
    459 "Crowdfunding are silently installed in the background. Once activated, you "
    460 "will see two new menus in your WordPress sidebar (may require refresh)."
    461 msgstr ""
    462 
    463 #: .././templates/admin/_idfMenu.php:20
    464 msgid ""
    465 "Next, our free crowdfunding theme framework, Theme 500, will download "
    466 "automatically. You may"
    467 msgstr ""
    468 
    469 #: .././templates/admin/_idfMenu.php:20
    470 msgid "activate via your themes menu"
    471 msgstr ""
    472 
    473 #: .././templates/admin/_idfMenu.php:20
    474 msgid "at any time."
    475 msgstr ""
    476 
    477 #: .././templates/admin/_idfMenu.php:21
    478 msgid ""
    479 "Use one of our quickstart guides to help guide the installation and setup "
    480 "process."
    481 msgstr ""
    482 
    483 #: .././templates/admin/_idfMenu.php:24
    484 msgid "Upgrade your license"
    485 msgstr ""
    486 
    487 #: .././templates/admin/_idfMenu.php:24
    488 msgid "to unlock additional features and modules."
    489 msgstr ""
    490 
    491 #: .././templates/admin/_idfMenu.php:30
    492 msgid "Benefits of Activation"
    493 msgstr ""
    494 
    495 #: .././templates/admin/_idfMenu.php:34
    496 msgid "Automatic installation of our free plugins"
    497 msgstr ""
    498 
    499 #: .././templates/admin/_idfMenu.php:35
    500 msgid "Access to support forums"
    501 msgstr ""
    502 
    503 #: .././templates/admin/_idfMenu.php:36
    504 msgid "News and updates"
    505 msgstr ""
    506 
    507 #: .././templates/admin/_idfMenu.php:37
    508 msgid "Access to more free themes and modules"
    509 msgstr ""
    510 
    511 #: .././templates/admin/_idfMenu.php:43
    512 msgid "Activate Now"
    513 msgstr ""
    514 
    515 #: .././templates/admin/_idfMenu.php:44
    516 msgid "Account creation is fast and"
    517 msgstr ""
    518 
    519 #: .././templates/admin/_idfMenu.php:44
    520 msgid "you won&rsquo;t leave your website"
    521 msgstr ""
    522 
    523 #: .././templates/admin/_idfMenu.php:46
    524 msgid "Cannot Activate"
    525 msgstr ""
    526 
    527 #: .././templates/admin/_idfMenu.php:64 .././templates/admin/_idfMenu.php:106
    528 #: .././templates/admin/_idfMenu.php:138 .././templates/admin/_idfMenu.php:155
    529 #: .././templates/admin/_idfMenu.php:170
    530 msgid "Toggle panel"
    531 msgstr ""
    532 
    533 #: .././templates/admin/_idfMenu.php:64
    534 msgid "License Settings"
    535 msgstr ""
    536 
    537 #: .././templates/admin/_idfMenu.php:66
    538 msgid ""
    539 "Entering your <a href=\"https://ignitiondeck.com/id/documentation/"
    540 "ignitiondeck-crowdfunding/setup-ignitiondeck/ignitiondeck-license-keys/?"
    541 "utm_source=licensepage&utm_medium=link&utm_campaign=freemium\" target="
    542 "\"_blank\">license key</a> or email address will enable automatic updates "
    543 "via the WordPress admin for the duration of your license period."
    544 msgstr ""
    545 
    546 #: .././templates/admin/_idfMenu.php:69
    547 msgid "License Validation Method"
    548 msgstr ""
    549 
    550 #: .././templates/admin/_idfMenu.php:71
    551 msgid "Email Address"
    552 msgstr ""
    553 
    554 #: .././templates/admin/_idfMenu.php:72
    555 msgid "License Keys (Legacy)"
    556 msgstr ""
    557 
    558 #: .././templates/admin/_idfMenu.php:77
    559 msgid "IgnitionDeck Account Email"
    560 msgstr ""
    561 
    562 #: .././templates/admin/_idfMenu.php:82
    563 msgid "IDCF/IDE License Key"
    564 msgstr ""
    565 
    566 #: .././templates/admin/_idfMenu.php:88
    567 msgid "IDC License Key"
    568 msgstr ""
    569 
    570 #: .././templates/admin/_idfMenu.php:93
    571 msgid "Validate"
    572 msgstr ""
    573 
    574 #: .././templates/admin/_idfMenu.php:99
    575 msgid " License Valid for"
    576 msgstr ""
    577 
    578 #: .././templates/admin/_idfMenu.php:106
    579 msgid "Crowdfunding Integration"
    580 msgstr ""
    581 
    582 #: .././templates/admin/_idfMenu.php:109
    583 msgid "Select a commerce platform for use with IgnitionDeck Crowdfunding"
    584 msgstr ""
    585 
    586 #: .././templates/admin/_idfMenu.php:110
    587 msgid ""
    588 "Note: Enabling WooCommerce requires the purchase of an IgnitionDeck License."
    589 msgstr ""
    590 
    591 #: .././templates/admin/_idfMenu.php:112
    592 msgid "Commerce Platform"
    593 msgstr ""
    594 
    595 #: .././templates/admin/_idfMenu.php:116
    596 msgid "IgnitionDeck Commerce"
    597 msgstr ""
    598 
    599 #: .././templates/admin/_idfMenu.php:118
    600 msgid "WooCommerce"
    601 msgstr ""
    602 
    603 #: .././templates/admin/_idfMenu.php:120
    604 msgid "Easy Digital Downloads"
    605 msgstr ""
    606 
    607 #: .././templates/admin/_idfMenu.php:122
    608 msgid "Legacy IgnitionDeck"
    609 msgstr ""
    610 
    611 #: .././templates/admin/_idfMenu.php:151
    612 #, php-format
    613 msgid "View All %d Modules"
    614 msgstr ""
    615 
    616 #: .././templates/admin/_idfMenu.php:157
    617 msgid ""
    618 "Our support team is available 9am-5pm PST Monday-Friday. Click the links "
    619 "below to view our step-by-step documentation or visit the support forums."
    620 msgstr ""
    621 
    622 #: .././templates/admin/_idfMenu.php:158
    623 msgid "Email Support"
    624 msgstr ""
    625 
    626 #: .././templates/admin/_idfMenu.php:160
    627 msgid "Like this product? Help us out with a"
    628 msgstr ""
    629 
    630 #: .././templates/admin/_idfMenu.php:160
    631 msgid "review"
    632 msgstr ""
    633 
    634 #: .././templates/admin/_idfMenu.php:161
    635 msgid "Not a fan?"
    636 msgstr ""
    637 
    638 #: .././templates/admin/_idfMenu.php:161
    639 msgid "Tell us why"
    640 msgstr ""
    641 
    642 #: .././templates/admin/_idfMenu.php:170
    643 msgid "Available Upgrades"
    644 msgstr ""
    645 
    646 #: .././templates/admin/_idfMenu.php:173
    647 msgid "IgnitionDeck Echelon"
    648 msgstr ""
    649 
    650 #: .././templates/admin/_idfMenu.php:175
    651 msgid "Get Echelon"
    652 msgstr ""
    653 
    654 #: .././templates/admin/_idfMenu.php:177
    655 msgid "IgnitionDeck Enterprise"
    656 msgstr ""
    657 
    658 #: .././templates/admin/_idfMenu.php:179
    659 msgid "Get Enterprise"
    660 msgstr ""
    661 
    662 #: .././templates/admin/_themeList.php:3
     319#: templates/admin/_themeList.php:3
    663320msgid "IgnitionDeck Themes"
    664321msgstr ""
    665322
    666 #: .././templates/admin/_themeList.php:12
     323#: templates/admin/_themeList.php:12
    667324msgid "Get Theme"
    668325msgstr ""
    669326
    670 #: .././templates/admin/_themeList.php:20
     327#: templates/admin/_themeList.php:20
    671328msgid "Configure"
    672329msgstr ""
    673330
    674 #: .././templates/admin/_wcSettings.php:5
     331#: templates/admin/_wcSettings.php:2
    675332msgid "WooCommerce Checkout Page"
    676333msgstr ""
    677334
    678 #: .././templates/admin/_wcSettings.php:10
     335#: templates/admin/_wcSettings.php:5
    679336msgid "Cart URL"
    680337msgstr ""
    681338
    682 #: .././templates/admin/_wcSettings.php:11
     339#: templates/admin/_wcSettings.php:6
    683340msgid "Checkout URL"
    684341msgstr ""
    685 
    686 #, fuzzy
    687 #~ msgid "IgnitionDeck MakerKit"
    688 #~ msgstr "IgnitionDeck Framework"
    689 
    690 #~ msgid "Get Plugin"
    691 #~ msgstr "Get Plugin"
    692 
    693 #~ msgid "Updates"
    694 #~ msgstr "Updates"
    695 
    696 #~ msgid "Automatically updates IgnitionDeck plugins and themes"
    697 #~ msgstr "Automatically updates IgnitionDeck plugins and themes"
    698 
    699 #~ msgid "IgnitionDeck Crowdfunding"
    700 #~ msgstr "IgnitionDeck Crowdfunding"
    701 
    702 #~ msgid "Update IDCF"
    703 #~ msgstr "Update IDCF"
    704 
    705 #~ msgid "Extensions"
    706 #~ msgstr "Extensions"
    707 
    708 #~ msgid "See Quick Start Guide"
    709 #~ msgstr "See Quick Start Guide"
    710 
    711 #~ msgid "See docs on creating a project"
    712 #~ msgstr "See docs on creating a project"
    713 
    714 #~ msgid ""
    715 #~ "With IgnitionDeck Crowdfunding, you have the option of using one of a few "
    716 #~ "select Commerce Platforms."
    717 #~ msgstr ""
    718 #~ "With IgnitionDeck Crowdfunding, you have the option of using one of a few "
    719 #~ "select Commerce Platforms."
    720 
    721 #~ msgid ""
    722 #~ "note: Depending on your plugin package you may require the use of "
    723 #~ "IgnitionDeck Commerce."
    724 #~ msgstr ""
    725 #~ "note: Depending on your plugin package you may require the use of "
    726 #~ "IgnitionDeck Commerce."
    727 
    728 #~ msgid "Configure IgnitionDeck"
    729 #~ msgstr "Configure IgnitionDeck"
  • ignitiondeck/trunk/readme.txt

    r3358845 r3386102  
    55Requires at least: 4.9
    66Tested up to: 6.8
    7 Stable tag: 2.0.10
     7Stable tag: 2.0.11
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    147147== Changelog ==
    148148
     149= 2.0.11 =
     150
     151* Added Stripe Express support
     152* Updated minimum required version numbers for dependencies
     153
    149154= 2.0.10 =
    150155
    151156* Updated minimum required version numbers for dependencies
    152 
    153157
    154158= 2.0.9 =
Note: See TracChangeset for help on using the changeset viewer.