Plugin Directory

Changeset 1983510


Ignore:
Timestamp:
11/30/2018 09:45:47 PM (7 years ago)
Author:
kbjohnson90
Message:

Update trunk to 1.1.7.

Location:
ninja-shop/trunk
Files:
23 edited

Legend:

Unmodified
Added
Removed
  • ninja-shop/trunk/api/theme/billing.php

    r1951767 r1983510  
    408408            'format'   => 'html',
    409409            'label'    => __( 'State', 'it-l10n-ithemes-exchange' ),
    410             'required' => true,
     410            'required' => false,
    411411            'value'    => $default_value,
    412412        );
     
    430430        $field = '';
    431431        if ( ! empty( $states ) && is_array( $states ) ) {
     432            $options['required'] = true;
    432433            $field .= '<select id="' . esc_attr( $options['field_id'] ) . '" name="' . esc_attr( $options['field_name'] ) . '">';
    433434            $field .= '<option value=""></option>';
  • ninja-shop/trunk/core-addons/taxes/taxes-united-states/lib/addon-functions.php

    r1949467 r1983510  
    3838
    3939    $output .= '<div class="item-column block-column block-column-delete">';
    40     $output .= '<a href class="it-exchange-basic-is-sales-taxes-addon-delete-tax-rate it-exchange-remove-item">&times;</a>';
     40    $output .= '<a href class="it-exchange-basic-us-sales-taxes-addon-delete-tax-rate it-exchange-remove-item">&times;</a>';
    4141    $output .= '</div>';
    4242
  • ninja-shop/trunk/core-addons/taxes/taxes-united-states/lib/class.provider.php

    r1949467 r1983510  
    5555        $rates   = $this->get_rates_for_state( $address['state'] );
    5656
     57        $item->remove_all_taxes(); // @NOTE Prevents stacked tax rates on address change.
     58
    5759        foreach ( $rates as $rate ) {
    5860            $item->add_tax( Ninja_Shop_Basic_US_Sales_Taxes_Tax_Item::create( $rate, $item ) );
  • ninja-shop/trunk/init.php

    r1970992 r1983510  
    22/*
    33 * Plugin Name: Ninja Shop
    4  * Version: 1.1.6
     4 * Version: 1.1.7
    55 * Text Domain: it-l10n-ithemes-exchange
    66 * Description: Easily sell your digital goods with Ninja Shop, simple ecommerce for WordPress
  • ninja-shop/trunk/lib/admin/class.admin.php

    r1970992 r1983510  
    232232        if ( ! empty( $GLOBALS['hook_suffix'] ) && 'ninja-shop_page_it-exchange-addons' == $GLOBALS['hook_suffix'] ) { //only show on add-on-settings pages
    233233            $url = add_query_arg( 'page', 'it-exchange-addons', admin_url( 'admin.php' ) );
    234             echo '<div class="it-exchange-return-to-addons"><p><a href="' . esc_url( $url ) . '">&larr; ' . __( 'Back to Add-ons', 'it-l10n-ithemes-exchange' ) . '</a></p></div>';
     234            echo '<div class="it-exchange-return-to-addons"><p><a href="' . esc_url( $url ) . '">&larr; ' . __( 'Back to Features', 'it-l10n-ithemes-exchange' ) . '</a></p></div>';
    235235        }
    236236    }
     
    16431643        $settings_saved = __( 'Settings Saved. Congrats!', 'it-l10n-ithemes-exchange' );
    16441644        $add_product_link = sprintf( __( '%sAdd a Product%s', 'it-l10n-ithemes-exchange' ), '<a href="' . get_admin_url() . 'post-new.php?post_type=it_exchange_prod&it-exchange-product-type=digital-downloads-product-type">', '</a>' );
    1645         $view_addons_link = sprintf( __( '%sEnable Add-ons%s', 'it-l10n-ithemes-exchange' ), '<a href="' . get_admin_url() . 'admin.php?page=it-exchange-addons">', '</a>' );
     1645        $view_addons_link = sprintf( __( '%sEnable Features%s', 'it-l10n-ithemes-exchange' ), '<a href="' . get_admin_url() . 'admin.php?page=it-exchange-addons">', '</a>' );
    16461646
    16471647        $view_sample_link = empty( $sample_product->ID ) ? '' : ' | ' . sprintf( __( '%sView Sample Product%s', 'it-l10n-ithemes-exchange' ), '<a href="' . get_admin_url() . 'post.php?post=' . $sample_product->ID . '&action=edit">', '</a>' );
  • ninja-shop/trunk/lib/admin/views/add-ons/all.php

    r1970992 r1983510  
    5353                <div class="add-on-block pro-pack">
    5454                    <h3><?php _e( 'Do Even More With Ninja Shop!', 'it-l10n-ithemes-exchange' ); ?><span><a href="https://getninjashop.com/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Shop+Addons+Page">Expand</a></span></h3>
    55                     <p><?php _e( 'Do even more with Ninja Shop by unlocking powerful add-ons… like custom invoicing, accepting credit cards with Stripe, mailing list integrations and so much more available now and coming soon.' ); ?>
     55                    <p><?php _e( 'Do even more with Ninja Shop by unlocking powerful features… like custom invoicing, accepting credit cards with Stripe, mailing list integrations and so much more available now and coming soon.' ); ?>
    5656                    <br /><a href="https://getninjashop.com/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Shop+Addons+Page" class="upsell">Find out more here</a>.</p>
    5757                    <a class="btn-pro dismiss" href="#"><?php _e( 'Close', 'it-l10n-ithemes-exchange' ); ?></a>
     
    115115                $vars = array(
    116116                    'target' => add_query_arg( 'tab', 'get-more' ),
    117                     'text'   => __( 'No add-ons installed. How\'d you do that?', 'it-l10n-ithemes-exchange' ),
     117                    'text'   => __( 'No features installed. How\'d you do that?', 'it-l10n-ithemes-exchange' ),
    118118                    'link'   => __( 'Go get some now', 'it-l10n-ithemes-exchange' )
    119119                );
     
    121121                $vars = array(
    122122                    'target' => add_query_arg( 'tab', 'disabled' ),
    123                     'text'   => __( 'No add-ons are currently enabled', 'it-l10n-ithemes-exchange' ),
     123                    'text'   => __( 'No features are currently enabled', 'it-l10n-ithemes-exchange' ),
    124124                    'link'   => __( 'Go enable some now', 'it-l10n-ithemes-exchange' )
    125125                );
     
    127127                $vars = array(
    128128                    'target' => add_query_arg( 'tab', 'get-more' ),
    129                     'text'   => __( 'All add-ons are currently enabled', 'it-l10n-ithemes-exchange' ),
     129                    'text'   => __( 'All features are currently enabled', 'it-l10n-ithemes-exchange' ),
    130130                    'link'   => __( 'Go get more', 'it-l10n-ithemes-exchange' )
    131131                );
  • ninja-shop/trunk/lib/admin/views/add-ons/get-more.php

    r1949467 r1983510  
    1010    <?php ITUtility::screen_icon( 'it-exchange-add-ons' );  ?>
    1111
    12     <h2>Add-ons</h2>
    13     <p class="top-description"><?php _e( 'Add-ons are features that you can add or remove depending on your needs. Selling your stuff should only be as complicated as you need it to be. If you have already purchased additional Ninja Shop add-ons, please upload and activate them through the WordPress plugins menu.', 'it-l10n-ithemes-exchange' ); ?></p>
     12    <h2>Features</h2>
     13    <p class="top-description"><?php _e( 'Features that you can add or remove depending on your needs. Selling your stuff should only be as complicated as you need it to be. If you have already purchased additional Ninja Shop features, please upload and activate them through the WordPress plugins menu.', 'it-l10n-ithemes-exchange' ); ?></p>
    1414
    1515    <?php
     
    2828        <div class="add-on-block pro-pack open get-more-tab">
    2929            <h3><?php _e( 'Get the Ninja Shop Pro Pack', 'it-l10n-ithemes-exchange' ); ?></h3>
    30             <p><?php _e( 'The Pro Pack gets you access to Ninja Shop add-ons that unlock so much more that Exchange can do … like Membership, Invoices, Variants, Easy U.S. Sales Taxes, Recurring Payments, Stripe and MailChimp. With the Pro Pack, you get access to all our iThemes-built Exchange Add-ons plus any more we build in the next year (which will be a lot).', 'it-l10n-ithemes-exchange' ); ?></p>
    31             <a class="btn-pro" href="http://ithemes.com/exchange/pro-pack/" target="_blank"><?php _e( 'Get all our add-ons for $197', 'it-l10n-ithemes-exchange' ); ?></a>
     30            <p><?php _e( 'The Pro Pack gets you access to Ninja Shop features that unlock so much more that Exchange can do … like Membership, Invoices, Variants, Easy U.S. Sales Taxes, Recurring Payments, Stripe and MailChimp. With the Pro Pack, you get access to all our Ninja Shop Features plus any more we build in the next year (which will be a lot).', 'it-l10n-ithemes-exchange' ); ?></p>
     31            <a class="btn-pro" href="http://ithemes.com/exchange/pro-pack/" target="_blank"><?php _e( 'Get all our features for $197', 'it-l10n-ithemes-exchange' ); ?></a>
    3232        </div>
    3333        <?php if ( ! empty( $addons ) ) : ?>
     
    8282                    <div class="achievement-notice">
    8383                        <span><?php _e( 'ACHIEVEMENT UNLOCKED', 'it-l10n-ithemes-exchange' ) ?></span>
    84                         <span><?php _e( 'Acquired all Ninja Shop Add-ons', 'it-l10n-ithemes-exchange' ) ?></span>
     84                        <span><?php _e( 'Acquired all Ninja Shop Features', 'it-l10n-ithemes-exchange' ) ?></span>
    8585                    </div>
    8686                    <h2><?php echo sprintf( __( 'You have all %s currently has to offer!', 'it-l10n-ithemes-exchange' ), 'Ninja Shop' ); ?></h2>
     
    9797                        ?>
    9898                        <form action="" method="post" accept-charset="utf-8">
    99                             <p><label for="optin-email"><?php _e( 'Sign up to be notified via email when new Add-ons and updates are released.', 'it-l10n-ithemes-exchange' ); ?></label></p>
     99                            <p><label for="optin-email"><?php _e( 'Sign up to be notified via email when new Features and updates are released.', 'it-l10n-ithemes-exchange' ); ?></label></p>
    100100                            <input type="text" name="optin-email" value="<?php echo get_bloginfo( 'admin_email' ); ?>">
    101101                            <input class="it-exchange-button" type="submit" value="Subscribe">
  • ninja-shop/trunk/lib/admin/views/settings/general.php

    r1949467 r1983510  
    4949                <div class="it-sidebar-content-section last">
    5050                    <h3>Get the <span>Pro Pack</span></h3>
    51                     <p>The Pro Pack gets you all Ninja Shop add-ons like Membership, Stripe Payments, MailChimp and more. If you really want to see what Ninja Shop can do, check out the Pro Pack!</p>
     51                    <p>The Pro Pack gets you all Ninja Shop features like Membership, Stripe Payments, MailChimp and more. If you really want to see what Ninja Shop can do, check out the Pro Pack!</p>
    5252                    <p class="it-coupon-label">Use this code for <span>25% off</span></p>
    5353                    <p class="it-coupon">GOPRO25</p>
  • ninja-shop/trunk/lib/admin/views/wizard.php

    r1954164 r1983510  
    2020                <div class="welcome-title"><p class="section-label"><?php printf( __( 'Welcome to %s', 'it-l10n-ithemes-exchange' ), 'Ninja Shop' ); ?></p></div>
    2121                <p>
    22                     <?php printf( __( 'You can customize your store features by filling out some information below. (Don\'t worry, you can always change these settings on the Add-ons page and the %s Settings page later. And you can get back to this setup screen from the link on the help page.) If you have add-ons, please go to the %splugins page%s and install them now before starting the setup.' ), 'Ninja Shop', '<a href="' . admin_url( 'plugins.php' ) . '">', '</a>' ); ?>
     22                    <?php printf( __( 'You can customize your store features by filling out some information below. (Don\'t worry, you can always change these settings on the Feautures page and the %s Settings page later. And you can get back to this setup screen from the link on the help page.) If you have features, please go to the %splugins page%s and install them now before starting the setup.' ), 'Ninja Shop', '<a href="' . admin_url( 'plugins.php' ) . '">', '</a>' ); ?>
    2323            </div>
    2424            <div class="fields">
    2525                <div class="field product-types">
    26                     <p class="section-label"><?php _e( 'What are you going to sell?', 'it-l10n-ithemes-exchange' ); ?><span class="tip" title="<?php _e( "You can always add or remove these later on the Add-ons page.", 'it-l10n-ithemes-exchange' ); ?>">i</span></p>
     26                    <p class="section-label"><?php _e( 'What are you going to sell?', 'it-l10n-ithemes-exchange' ); ?><span class="tip" title="<?php _e( "You can always add or remove these later on the Features page.", 'it-l10n-ithemes-exchange' ); ?>">i</span></p>
    2727                    <ul class="clearfix">
    2828                        <?php
     
    7777                        <li class="product-option pro-pack-product-option" data-toggle="pro-pack-wizard">
    7878                            <div class="option-spacer">
    79                                 <img src="<?php echo ITUtility::get_url_from_file( dirname( dirname( __FILE__ ) ) . '/images/wizard-pro-pack.png' ); ?>" alt="<?php _e( 'Get more Add-ons', 'it-l10n-ithemes-exchange' ); ?>" />
    80                                 <span class="product-name"><?php _e( 'Get more Add-ons', 'it-l10n-ithemes-exchange' ); ?></span>
     79                                <img src="<?php echo ITUtility::get_url_from_file( dirname( dirname( __FILE__ ) ) . '/images/wizard-pro-pack.png' ); ?>" alt="<?php _e( 'Get more Features', 'it-l10n-ithemes-exchange' ); ?>" />
     80                                <span class="product-name"><?php _e( 'Get more Features', 'it-l10n-ithemes-exchange' ); ?></span>
    8181                            </div>
    8282                        </li>
     
    281281                    <img src="<?php echo ITUtility::get_url_from_file( dirname( dirname( __FILE__ ) ) . '/images/icon32.png' ); ?>" />
    282282                    <p><?php _e( 'You\'re almost ready to start selling digital products using PayPal and Ninja Shop.', 'it-l10n-ithemes-exchange' ); ?></p>
    283                     <p><strong><?php _e( 'Remember, if you want to do more with Ninja Shop, check out our Add-ons Library.', 'it-l10n-ithemes-exchange' ); ?></strong></p>
    284                     <a class="get-add-ons " href="javascript:void(0);" target="_blank"><span><?php _e( "Get Add-ons", 'it-l10n-ithemes-exchange' ); ?></span></a>
     283                    <p><strong><?php _e( 'Remember, if you want to do more with Ninja Shop, check out our Features Library.', 'it-l10n-ithemes-exchange' ); ?></strong></p>
     284                    <a class="get-add-ons " href="javascript:void(0);" target="_blank"><span><?php _e( "Get Features", 'it-l10n-ithemes-exchange' ); ?></span></a>
    285285                </div>
    286286                -->
  • ninja-shop/trunk/lib/classes/load.php

    r1943776 r1983510  
    77
    88
    9 $it_registration_list_version   = '2.4.8';
    10 $it_registration_list_library   = 'classes';
    11 $it_registration_list_init_file = dirname( __FILE__ ) . '/init.php';
     9$ninja_shop_registration_list_version   = '2.4.8';
     10$ninja_shop_registration_list_library   = 'classes';
     11$ninja_shop_registration_list_init_file = dirname( __FILE__ ) . '/init.php';
    1212
    13 $GLOBALS['it_classes_registration_list'][$it_registration_list_library][$it_registration_list_version] = $it_registration_list_init_file;
     13$GLOBALS['ninja_shop_classes_registration_list'][$ninja_shop_registration_list_library][$ninja_shop_registration_list_version] = $ninja_shop_registration_list_init_file;
    1414
    15 if ( ! function_exists( 'it_registration_list_init' ) ) {
    16     function it_registration_list_init() {
     15if ( ! function_exists( 'ninja_shop_registration_list_init' ) ) {
     16    function ninja_shop_registration_list_init() {
    1717        // The $wp_locale variable is set just before the theme's functions.php file is loaded,
    1818        // this acts as a good check to ensure that both the plugins and the theme have loaded.
     
    2424        $init_files = array();
    2525
    26         foreach ( (array) $GLOBALS['it_classes_registration_list'] as $library => $versions ) {
     26        foreach ( (array) $GLOBALS['ninja_shop_classes_registration_list'] as $library => $versions ) {
    2727            $max_version = '-10000';
    2828            $init_file = '';
     
    3939        }
    4040
    41         unset( $GLOBALS['it_classes_registration_list'] );
     41        unset( $GLOBALS['ninja_shop_classes_registration_list'] );
    4242
    4343        foreach ( (array) $init_files as $init_file )
     
    5050
    5151    if ( version_compare( $wp_version, '2.9.7', '>' ) )
    52         add_action( 'after_setup_theme', 'it_registration_list_init' );
     52        add_action( 'after_setup_theme', 'ninja_shop_registration_list_init' );
    5353    else
    54         add_action( 'set_current_user', 'it_registration_list_init' );
     54        add_action( 'set_current_user', 'ninja_shop_registration_list_init' );
    5555}
  • ninja-shop/trunk/lib/deprecated/templates/content-checkout.php

    r1949467 r1983510  
    100100        <div class="it-exchange-payment-methods cart-actions">
    101101            <?php if ( ! it_exchange( 'checkout', 'has-transaction-methods' ) ) : ?>
    102                 <p><?php _e( 'No Payment add-ons enabled.', 'it-l10n-ithemes-exchange' ); ?></p>
     102                <p><?php _e( 'No Payment features enabled.', 'it-l10n-ithemes-exchange' ); ?></p>
    103103            <?php else : ?>
    104104                <?php while( it_exchange( 'checkout', 'transaction-methods' ) ) : ?>
  • ninja-shop/trunk/lib/deprecated/templates/super-widget-checkout.php

    r1949467 r1983510  
    5151            <div class="payment-methods-wrapper">
    5252                <?php if ( ! it_exchange( 'checkout', 'has-transaction-methods' ) ) : ?>
    53                     <p><?php _e( 'No payment add-ons enabled.', 'it-l10n-ithemes-exchange' ); ?></p>
     53                    <p><?php _e( 'No payment features enabled.', 'it-l10n-ithemes-exchange' ); ?></p>
    5454                <?php else : ?>
    5555                    <?php while( it_exchange( 'checkout', 'transaction-methods' ) ) : ?>
  • ninja-shop/trunk/lib/functions/functions.php

    r1949467 r1983510  
    765765        'Installed Tables'    => implode( ', ', $tables_installed ),
    766766        'Missing Tables'      => $tables_uninstalled ? implode( ', ', $tables_uninstalled ) : 'None',
    767         'Add-ons'             => implode( ', ', $addons )
     767        'Features'             => implode( ', ', $addons )
    768768    );
    769769
  • ninja-shop/trunk/lib/functions/hooks.php

    r1970992 r1983510  
    682682        'settings-name' => __( 'Customer Registration', 'it-l10n-ithemes-exchange' ),
    683683        'tip'           => __( 'Where customers register to login, download, etc. ', 'it-l10n-ithemes-exchange' ) .
    684                            ' ' . __( 'You can turn off registration and allow guest checkouts in Exchange / Add-ons / Digital Downloads Settings.', 'it-l10n-ithemes-exchange' ),
     684                           ' ' . __( 'You can turn off registration and allow guest checkouts in Ninja Shop / Features / Digital Downloads Settings.', 'it-l10n-ithemes-exchange' ),
    685685        'type'          => 'exchange',
    686686        'menu'          => true,
  • ninja-shop/trunk/lib/icon-fonts/load.php

    r1949467 r1983510  
    88*/
    99
    10 $it_registration_list_version   = '1.2.0';
    11 $it_registration_list_library   = 'icon-fonts';
    12 $it_registration_list_init_file = dirname( __FILE__ ) . '/init.php';
     10$ninja_shop_registration_list_version   = '1.2.0';
     11$ninja_shop_registration_list_library   = 'icon-fonts';
     12$ninja_shop_registration_list_init_file = dirname( __FILE__ ) . '/init.php';
    1313
    14 $GLOBALS['it_classes_registration_list'][$it_registration_list_library][$it_registration_list_version] = $it_registration_list_init_file;
     14$GLOBALS['ninja_shop_classes_registration_list'][$ninja_shop_registration_list_library][$ninja_shop_registration_list_version] = $ninja_shop_registration_list_init_file;
    1515
    16 if ( ! function_exists( 'it_registration_list_init' ) ) {
    17     function it_registration_list_init() {
     16if ( ! function_exists( 'ninja_shop_registration_list_init' ) ) {
     17    function ninja_shop_registration_list_init() {
    1818        // The $wp_locale variable is set just before the theme's functions.php file is loaded,
    1919        // this acts as a good check to ensure that both the plugins and the theme have loaded.
     
    2525        $init_files = array();
    2626
    27         foreach ( (array) $GLOBALS['it_classes_registration_list'] as $library => $versions ) {
     27        foreach ( (array) $GLOBALS['ninja_shop_classes_registration_list'] as $library => $versions ) {
    2828            $max_version = '-10000';
    2929            $init_file = '';
     
    4040        }
    4141
    42         unset( $GLOBALS['it_classes_registration_list'] );
     42        unset( $GLOBALS['ninja_shop_classes_registration_list'] );
    4343
    4444        foreach ( (array) $init_files as $init_file )
     
    5151
    5252    if ( version_compare( $wp_version, '2.9.7', '>' ) )
    53         add_action( 'after_setup_theme', 'it_registration_list_init' );
     53        add_action( 'after_setup_theme', 'ninja_shop_registration_list_init' );
    5454    else
    55         add_action( 'set_current_user', 'it_registration_list_init' );
     55        add_action( 'set_current_user', 'ninja_shop_registration_list_init' );
    5656}
  • ninja-shop/trunk/lib/templates/content-checkout/elements/transaction-methods.php

    r1949467 r1983510  
    1919<div class="ninja-shop-checkout-transaction-methods">
    2020    <?php if ( ! it_exchange( 'checkout', 'has-transaction-methods' ) ) : ?>
    21         <p><?php _e( 'No Payment add-ons enabled.', 'it-l10n-ithemes-exchange' ); ?></p>
     21        <p><?php _e( 'No Payment features enabled.', 'it-l10n-ithemes-exchange' ); ?></p>
    2222    <?php else : ?>
    2323        <?php while( it_exchange( 'checkout', 'transaction-methods' ) ) : ?>
  • ninja-shop/trunk/lib/templates/super-widget-checkout/loops/transaction-methods.php

    r1949467 r1983510  
    1717<div class="payment-methods-wrapper">
    1818    <?php if ( ! it_exchange( 'checkout', 'has-transaction-methods' ) ) : ?>
    19         <p><?php _e( 'No payment add-ons enabled.', 'it-l10n-ithemes-exchange' ); ?></p>
     19        <p><?php _e( 'No payment features enabled.', 'it-l10n-ithemes-exchange' ); ?></p>
    2020    <?php else : ?>
    2121        <?php do_action( 'ninja_shop_content_checkout_before_transaction_methods_loop' ); ?>
  • ninja-shop/trunk/ninja-shop.php

    r1970992 r1983510  
    99class IT_Exchange {
    1010
    11     const VERSION = '1.1.6';
     11    const VERSION = '1.1.7';
    1212
    1313    const MIN_WP = '4.4.0';
  • ninja-shop/trunk/readme.txt

    r1970992 r1983510  
    55Requires PHP: 5.6
    66Tested up to: 4.9
    7 Stable tag: 1.1.6
     7Stable tag: 1.1.7
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    9191== Upgrade Notice ==
    9292
    93 = 1.1.6 =
    94 
    95 *Bugs:*
    96 
    97 * Extended coverage for MySQL versions that didn't support longer index key lengths.
     93= 1.1.7 =
     94
     95*Changes:*
     96
     97* Re-branded "Add-Ons" as "Features".
     98
     99*Bugs:*
     100
     101* Fixed a bug with deleting US state taxe rates.
     102* Fixed a bug with state being required for countries that do not support states.
     103* Fixed a conflict with iThemes products, ie BackupBuddy and iThemes Security.
     104* Fixed a bug with US Taxes when switching between states at checkout.
    98105
    99106== Changelog ==
     107
     108= 1.1.7 =
     109
     110*Changes:*
     111
     112* Re-branded "Add-Ons" as "Features".
     113
     114*Bugs:*
     115
     116* Fixed a bug with deleting US state taxe rates.
     117* Fixed a bug with state being required for countries that do not support states.
     118* Fixed a conflict with iThemes products, ie BackupBuddy and iThemes Security.
     119* Fixed a bug with US Taxes when switching between states at checkout.
    100120
    101121= 1.1.6 =
     
    1751952. Add New Digital Product
    1761963. Add New Physical Product
    177 4. Add-ons
     1974. Features
    1781985. Customer Detail
    1791996. Dashboard Widget
  • ninja-shop/trunk/vendor/autoload.php

    r1970992 r1983510  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInit49ea53056dca0c5b391df9a3da3f31c1::getLoader();
     7return ComposerAutoloaderInit0cfc47994fb8281e80a7b42ee437456f::getLoader();
  • ninja-shop/trunk/vendor/composer/autoload_real.php

    r1970992 r1983510  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit49ea53056dca0c5b391df9a3da3f31c1
     5class ComposerAutoloaderInit0cfc47994fb8281e80a7b42ee437456f
    66{
    77    private static $loader;
     
    2020        }
    2121
    22         spl_autoload_register(array('ComposerAutoloaderInit49ea53056dca0c5b391df9a3da3f31c1', 'loadClassLoader'), true, true);
     22        spl_autoload_register(array('ComposerAutoloaderInit0cfc47994fb8281e80a7b42ee437456f', 'loadClassLoader'), true, true);
    2323        self::$loader = $loader = new \Composer\Autoload\ClassLoader();
    24         spl_autoload_unregister(array('ComposerAutoloaderInit49ea53056dca0c5b391df9a3da3f31c1', 'loadClassLoader'));
     24        spl_autoload_unregister(array('ComposerAutoloaderInit0cfc47994fb8281e80a7b42ee437456f', 'loadClassLoader'));
    2525
    2626        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    2828            require_once __DIR__ . '/autoload_static.php';
    2929
    30             call_user_func(\Composer\Autoload\ComposerStaticInit49ea53056dca0c5b391df9a3da3f31c1::getInitializer($loader));
     30            call_user_func(\Composer\Autoload\ComposerStaticInit0cfc47994fb8281e80a7b42ee437456f::getInitializer($loader));
    3131        } else {
    3232            $map = require __DIR__ . '/autoload_namespaces.php';
     
    4949
    5050        if ($useStaticLoader) {
    51             $includeFiles = Composer\Autoload\ComposerStaticInit49ea53056dca0c5b391df9a3da3f31c1::$files;
     51            $includeFiles = Composer\Autoload\ComposerStaticInit0cfc47994fb8281e80a7b42ee437456f::$files;
    5252        } else {
    5353            $includeFiles = require __DIR__ . '/autoload_files.php';
    5454        }
    5555        foreach ($includeFiles as $fileIdentifier => $file) {
    56             composerRequire49ea53056dca0c5b391df9a3da3f31c1($fileIdentifier, $file);
     56            composerRequire0cfc47994fb8281e80a7b42ee437456f($fileIdentifier, $file);
    5757        }
    5858
     
    6161}
    6262
    63 function composerRequire49ea53056dca0c5b391df9a3da3f31c1($fileIdentifier, $file)
     63function composerRequire0cfc47994fb8281e80a7b42ee437456f($fileIdentifier, $file)
    6464{
    6565    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • ninja-shop/trunk/vendor/composer/autoload_static.php

    r1970992 r1983510  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit49ea53056dca0c5b391df9a3da3f31c1
     7class ComposerStaticInit0cfc47994fb8281e80a7b42ee437456f
    88{
    99    public static $files = array (
     
    125125    {
    126126        return \Closure::bind(function () use ($loader) {
    127             $loader->prefixLengthsPsr4 = ComposerStaticInit49ea53056dca0c5b391df9a3da3f31c1::$prefixLengthsPsr4;
    128             $loader->prefixDirsPsr4 = ComposerStaticInit49ea53056dca0c5b391df9a3da3f31c1::$prefixDirsPsr4;
    129             $loader->prefixesPsr0 = ComposerStaticInit49ea53056dca0c5b391df9a3da3f31c1::$prefixesPsr0;
     127            $loader->prefixLengthsPsr4 = ComposerStaticInit0cfc47994fb8281e80a7b42ee437456f::$prefixLengthsPsr4;
     128            $loader->prefixDirsPsr4 = ComposerStaticInit0cfc47994fb8281e80a7b42ee437456f::$prefixDirsPsr4;
     129            $loader->prefixesPsr0 = ComposerStaticInit0cfc47994fb8281e80a7b42ee437456f::$prefixesPsr0;
    130130
    131131        }, null, ClassLoader::class);
  • ninja-shop/trunk/vendor/ironbound/db/src/Manager.php

    r1908439 r1983510  
    204204
    205205                if ( $wpdb->last_error ) {
    206                     throw new Exception( $wpdb->last_error );
     206                    throw new Exception( $wpdb->last_error . ' ---> ' . $wpdb->last_query );
    207207                }
    208208
Note: See TracChangeset for help on using the changeset viewer.