Changeset 1983510
- Timestamp:
- 11/30/2018 09:45:47 PM (7 years ago)
- Location:
- ninja-shop/trunk
- Files:
-
- 23 edited
-
api/theme/billing.php (modified) (2 diffs)
-
core-addons/taxes/taxes-united-states/lib/addon-functions.php (modified) (1 diff)
-
core-addons/taxes/taxes-united-states/lib/class.provider.php (modified) (1 diff)
-
init.php (modified) (1 diff)
-
lib/admin/class.admin.php (modified) (2 diffs)
-
lib/admin/views/add-ons/all.php (modified) (4 diffs)
-
lib/admin/views/add-ons/get-more.php (modified) (4 diffs)
-
lib/admin/views/settings/general.php (modified) (1 diff)
-
lib/admin/views/wizard.php (modified) (3 diffs)
-
lib/classes/load.php (modified) (4 diffs)
-
lib/deprecated/templates/content-checkout.php (modified) (1 diff)
-
lib/deprecated/templates/super-widget-checkout.php (modified) (1 diff)
-
lib/functions/functions.php (modified) (1 diff)
-
lib/functions/hooks.php (modified) (1 diff)
-
lib/icon-fonts/load.php (modified) (4 diffs)
-
lib/templates/content-checkout/elements/transaction-methods.php (modified) (1 diff)
-
lib/templates/super-widget-checkout/loops/transaction-methods.php (modified) (1 diff)
-
ninja-shop.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
vendor/autoload.php (modified) (1 diff)
-
vendor/composer/autoload_real.php (modified) (5 diffs)
-
vendor/composer/autoload_static.php (modified) (2 diffs)
-
vendor/ironbound/db/src/Manager.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ninja-shop/trunk/api/theme/billing.php
r1951767 r1983510 408 408 'format' => 'html', 409 409 'label' => __( 'State', 'it-l10n-ithemes-exchange' ), 410 'required' => true,410 'required' => false, 411 411 'value' => $default_value, 412 412 ); … … 430 430 $field = ''; 431 431 if ( ! empty( $states ) && is_array( $states ) ) { 432 $options['required'] = true; 432 433 $field .= '<select id="' . esc_attr( $options['field_id'] ) . '" name="' . esc_attr( $options['field_name'] ) . '">'; 433 434 $field .= '<option value=""></option>'; -
ninja-shop/trunk/core-addons/taxes/taxes-united-states/lib/addon-functions.php
r1949467 r1983510 38 38 39 39 $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">×</a>';40 $output .= '<a href class="it-exchange-basic-us-sales-taxes-addon-delete-tax-rate it-exchange-remove-item">×</a>'; 41 41 $output .= '</div>'; 42 42 -
ninja-shop/trunk/core-addons/taxes/taxes-united-states/lib/class.provider.php
r1949467 r1983510 55 55 $rates = $this->get_rates_for_state( $address['state'] ); 56 56 57 $item->remove_all_taxes(); // @NOTE Prevents stacked tax rates on address change. 58 57 59 foreach ( $rates as $rate ) { 58 60 $item->add_tax( Ninja_Shop_Basic_US_Sales_Taxes_Tax_Item::create( $rate, $item ) ); -
ninja-shop/trunk/init.php
r1970992 r1983510 2 2 /* 3 3 * Plugin Name: Ninja Shop 4 * Version: 1.1. 64 * Version: 1.1.7 5 5 * Text Domain: it-l10n-ithemes-exchange 6 6 * Description: Easily sell your digital goods with Ninja Shop, simple ecommerce for WordPress -
ninja-shop/trunk/lib/admin/class.admin.php
r1970992 r1983510 232 232 if ( ! empty( $GLOBALS['hook_suffix'] ) && 'ninja-shop_page_it-exchange-addons' == $GLOBALS['hook_suffix'] ) { //only show on add-on-settings pages 233 233 $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 ) . '">← ' . __( '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 ) . '">← ' . __( 'Back to Features', 'it-l10n-ithemes-exchange' ) . '</a></p></div>'; 235 235 } 236 236 } … … 1643 1643 $settings_saved = __( 'Settings Saved. Congrats!', 'it-l10n-ithemes-exchange' ); 1644 1644 $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>' ); 1646 1646 1647 1647 $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 53 53 <div class="add-on-block pro-pack"> 54 54 <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.' ); ?> 56 56 <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> 57 57 <a class="btn-pro dismiss" href="#"><?php _e( 'Close', 'it-l10n-ithemes-exchange' ); ?></a> … … 115 115 $vars = array( 116 116 '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' ), 118 118 'link' => __( 'Go get some now', 'it-l10n-ithemes-exchange' ) 119 119 ); … … 121 121 $vars = array( 122 122 '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' ), 124 124 'link' => __( 'Go enable some now', 'it-l10n-ithemes-exchange' ) 125 125 ); … … 127 127 $vars = array( 128 128 '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' ), 130 130 'link' => __( 'Go get more', 'it-l10n-ithemes-exchange' ) 131 131 ); -
ninja-shop/trunk/lib/admin/views/add-ons/get-more.php
r1949467 r1983510 10 10 <?php ITUtility::screen_icon( 'it-exchange-add-ons' ); ?> 11 11 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> 14 14 15 15 <?php … … 28 28 <div class="add-on-block pro-pack open get-more-tab"> 29 29 <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> 32 32 </div> 33 33 <?php if ( ! empty( $addons ) ) : ?> … … 82 82 <div class="achievement-notice"> 83 83 <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> 85 85 </div> 86 86 <h2><?php echo sprintf( __( 'You have all %s currently has to offer!', 'it-l10n-ithemes-exchange' ), 'Ninja Shop' ); ?></h2> … … 97 97 ?> 98 98 <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> 100 100 <input type="text" name="optin-email" value="<?php echo get_bloginfo( 'admin_email' ); ?>"> 101 101 <input class="it-exchange-button" type="submit" value="Subscribe"> -
ninja-shop/trunk/lib/admin/views/settings/general.php
r1949467 r1983510 49 49 <div class="it-sidebar-content-section last"> 50 50 <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> 52 52 <p class="it-coupon-label">Use this code for <span>25% off</span></p> 53 53 <p class="it-coupon">GOPRO25</p> -
ninja-shop/trunk/lib/admin/views/wizard.php
r1954164 r1983510 20 20 <div class="welcome-title"><p class="section-label"><?php printf( __( 'Welcome to %s', 'it-l10n-ithemes-exchange' ), 'Ninja Shop' ); ?></p></div> 21 21 <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>' ); ?> 23 23 </div> 24 24 <div class="fields"> 25 25 <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> 27 27 <ul class="clearfix"> 28 28 <?php … … 77 77 <li class="product-option pro-pack-product-option" data-toggle="pro-pack-wizard"> 78 78 <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> 81 81 </div> 82 82 </li> … … 281 281 <img src="<?php echo ITUtility::get_url_from_file( dirname( dirname( __FILE__ ) ) . '/images/icon32.png' ); ?>" /> 282 282 <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> 285 285 </div> 286 286 --> -
ninja-shop/trunk/lib/classes/load.php
r1943776 r1983510 7 7 8 8 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'; 12 12 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; 14 14 15 if ( ! function_exists( ' it_registration_list_init' ) ) {16 function it_registration_list_init() {15 if ( ! function_exists( 'ninja_shop_registration_list_init' ) ) { 16 function ninja_shop_registration_list_init() { 17 17 // The $wp_locale variable is set just before the theme's functions.php file is loaded, 18 18 // this acts as a good check to ensure that both the plugins and the theme have loaded. … … 24 24 $init_files = array(); 25 25 26 foreach ( (array) $GLOBALS[' it_classes_registration_list'] as $library => $versions ) {26 foreach ( (array) $GLOBALS['ninja_shop_classes_registration_list'] as $library => $versions ) { 27 27 $max_version = '-10000'; 28 28 $init_file = ''; … … 39 39 } 40 40 41 unset( $GLOBALS[' it_classes_registration_list'] );41 unset( $GLOBALS['ninja_shop_classes_registration_list'] ); 42 42 43 43 foreach ( (array) $init_files as $init_file ) … … 50 50 51 51 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' ); 53 53 else 54 add_action( 'set_current_user', ' it_registration_list_init' );54 add_action( 'set_current_user', 'ninja_shop_registration_list_init' ); 55 55 } -
ninja-shop/trunk/lib/deprecated/templates/content-checkout.php
r1949467 r1983510 100 100 <div class="it-exchange-payment-methods cart-actions"> 101 101 <?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> 103 103 <?php else : ?> 104 104 <?php while( it_exchange( 'checkout', 'transaction-methods' ) ) : ?> -
ninja-shop/trunk/lib/deprecated/templates/super-widget-checkout.php
r1949467 r1983510 51 51 <div class="payment-methods-wrapper"> 52 52 <?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> 54 54 <?php else : ?> 55 55 <?php while( it_exchange( 'checkout', 'transaction-methods' ) ) : ?> -
ninja-shop/trunk/lib/functions/functions.php
r1949467 r1983510 765 765 'Installed Tables' => implode( ', ', $tables_installed ), 766 766 'Missing Tables' => $tables_uninstalled ? implode( ', ', $tables_uninstalled ) : 'None', 767 ' Add-ons' => implode( ', ', $addons )767 'Features' => implode( ', ', $addons ) 768 768 ); 769 769 -
ninja-shop/trunk/lib/functions/hooks.php
r1970992 r1983510 682 682 'settings-name' => __( 'Customer Registration', 'it-l10n-ithemes-exchange' ), 683 683 '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' ), 685 685 'type' => 'exchange', 686 686 'menu' => true, -
ninja-shop/trunk/lib/icon-fonts/load.php
r1949467 r1983510 8 8 */ 9 9 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'; 13 13 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; 15 15 16 if ( ! function_exists( ' it_registration_list_init' ) ) {17 function it_registration_list_init() {16 if ( ! function_exists( 'ninja_shop_registration_list_init' ) ) { 17 function ninja_shop_registration_list_init() { 18 18 // The $wp_locale variable is set just before the theme's functions.php file is loaded, 19 19 // this acts as a good check to ensure that both the plugins and the theme have loaded. … … 25 25 $init_files = array(); 26 26 27 foreach ( (array) $GLOBALS[' it_classes_registration_list'] as $library => $versions ) {27 foreach ( (array) $GLOBALS['ninja_shop_classes_registration_list'] as $library => $versions ) { 28 28 $max_version = '-10000'; 29 29 $init_file = ''; … … 40 40 } 41 41 42 unset( $GLOBALS[' it_classes_registration_list'] );42 unset( $GLOBALS['ninja_shop_classes_registration_list'] ); 43 43 44 44 foreach ( (array) $init_files as $init_file ) … … 51 51 52 52 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' ); 54 54 else 55 add_action( 'set_current_user', ' it_registration_list_init' );55 add_action( 'set_current_user', 'ninja_shop_registration_list_init' ); 56 56 } -
ninja-shop/trunk/lib/templates/content-checkout/elements/transaction-methods.php
r1949467 r1983510 19 19 <div class="ninja-shop-checkout-transaction-methods"> 20 20 <?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> 22 22 <?php else : ?> 23 23 <?php while( it_exchange( 'checkout', 'transaction-methods' ) ) : ?> -
ninja-shop/trunk/lib/templates/super-widget-checkout/loops/transaction-methods.php
r1949467 r1983510 17 17 <div class="payment-methods-wrapper"> 18 18 <?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> 20 20 <?php else : ?> 21 21 <?php do_action( 'ninja_shop_content_checkout_before_transaction_methods_loop' ); ?> -
ninja-shop/trunk/ninja-shop.php
r1970992 r1983510 9 9 class IT_Exchange { 10 10 11 const VERSION = '1.1. 6';11 const VERSION = '1.1.7'; 12 12 13 13 const MIN_WP = '4.4.0'; -
ninja-shop/trunk/readme.txt
r1970992 r1983510 5 5 Requires PHP: 5.6 6 6 Tested up to: 4.9 7 Stable tag: 1.1. 67 Stable tag: 1.1.7 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 91 91 == Upgrade Notice == 92 92 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. 98 105 99 106 == 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. 100 120 101 121 = 1.1.6 = … … 175 195 2. Add New Digital Product 176 196 3. Add New Physical Product 177 4. Add-ons197 4. Features 178 198 5. Customer Detail 179 199 6. Dashboard Widget -
ninja-shop/trunk/vendor/autoload.php
r1970992 r1983510 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit 49ea53056dca0c5b391df9a3da3f31c1::getLoader();7 return ComposerAutoloaderInit0cfc47994fb8281e80a7b42ee437456f::getLoader(); -
ninja-shop/trunk/vendor/composer/autoload_real.php
r1970992 r1983510 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 49ea53056dca0c5b391df9a3da3f31c15 class ComposerAutoloaderInit0cfc47994fb8281e80a7b42ee437456f 6 6 { 7 7 private static $loader; … … 20 20 } 21 21 22 spl_autoload_register(array('ComposerAutoloaderInit 49ea53056dca0c5b391df9a3da3f31c1', 'loadClassLoader'), true, true);22 spl_autoload_register(array('ComposerAutoloaderInit0cfc47994fb8281e80a7b42ee437456f', 'loadClassLoader'), true, true); 23 23 self::$loader = $loader = new \Composer\Autoload\ClassLoader(); 24 spl_autoload_unregister(array('ComposerAutoloaderInit 49ea53056dca0c5b391df9a3da3f31c1', 'loadClassLoader'));24 spl_autoload_unregister(array('ComposerAutoloaderInit0cfc47994fb8281e80a7b42ee437456f', 'loadClassLoader')); 25 25 26 26 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); … … 28 28 require_once __DIR__ . '/autoload_static.php'; 29 29 30 call_user_func(\Composer\Autoload\ComposerStaticInit 49ea53056dca0c5b391df9a3da3f31c1::getInitializer($loader));30 call_user_func(\Composer\Autoload\ComposerStaticInit0cfc47994fb8281e80a7b42ee437456f::getInitializer($loader)); 31 31 } else { 32 32 $map = require __DIR__ . '/autoload_namespaces.php'; … … 49 49 50 50 if ($useStaticLoader) { 51 $includeFiles = Composer\Autoload\ComposerStaticInit 49ea53056dca0c5b391df9a3da3f31c1::$files;51 $includeFiles = Composer\Autoload\ComposerStaticInit0cfc47994fb8281e80a7b42ee437456f::$files; 52 52 } else { 53 53 $includeFiles = require __DIR__ . '/autoload_files.php'; 54 54 } 55 55 foreach ($includeFiles as $fileIdentifier => $file) { 56 composerRequire 49ea53056dca0c5b391df9a3da3f31c1($fileIdentifier, $file);56 composerRequire0cfc47994fb8281e80a7b42ee437456f($fileIdentifier, $file); 57 57 } 58 58 … … 61 61 } 62 62 63 function composerRequire 49ea53056dca0c5b391df9a3da3f31c1($fileIdentifier, $file)63 function composerRequire0cfc47994fb8281e80a7b42ee437456f($fileIdentifier, $file) 64 64 { 65 65 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
ninja-shop/trunk/vendor/composer/autoload_static.php
r1970992 r1983510 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 49ea53056dca0c5b391df9a3da3f31c17 class ComposerStaticInit0cfc47994fb8281e80a7b42ee437456f 8 8 { 9 9 public static $files = array ( … … 125 125 { 126 126 return \Closure::bind(function () use ($loader) { 127 $loader->prefixLengthsPsr4 = ComposerStaticInit 49ea53056dca0c5b391df9a3da3f31c1::$prefixLengthsPsr4;128 $loader->prefixDirsPsr4 = ComposerStaticInit 49ea53056dca0c5b391df9a3da3f31c1::$prefixDirsPsr4;129 $loader->prefixesPsr0 = ComposerStaticInit 49ea53056dca0c5b391df9a3da3f31c1::$prefixesPsr0;127 $loader->prefixLengthsPsr4 = ComposerStaticInit0cfc47994fb8281e80a7b42ee437456f::$prefixLengthsPsr4; 128 $loader->prefixDirsPsr4 = ComposerStaticInit0cfc47994fb8281e80a7b42ee437456f::$prefixDirsPsr4; 129 $loader->prefixesPsr0 = ComposerStaticInit0cfc47994fb8281e80a7b42ee437456f::$prefixesPsr0; 130 130 131 131 }, null, ClassLoader::class); -
ninja-shop/trunk/vendor/ironbound/db/src/Manager.php
r1908439 r1983510 204 204 205 205 if ( $wpdb->last_error ) { 206 throw new Exception( $wpdb->last_error );206 throw new Exception( $wpdb->last_error . ' ---> ' . $wpdb->last_query ); 207 207 } 208 208
Note: See TracChangeset
for help on using the changeset viewer.