Changeset 2367989
- Timestamp:
- 08/24/2020 04:32:00 PM (6 years ago)
- Location:
- woo-juno/trunk
- Files:
-
- 7 edited
-
classes/Gateway/Credit_Card.php (modified) (2 diffs)
-
classes/Utils/Asset_Manager.php (modified) (1 diff)
-
config.php (modified) (1 diff)
-
main.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
vendor/composer/autoload_classmap.php (modified) (1 diff)
-
vendor/composer/autoload_static.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woo-juno/trunk/classes/Gateway/Credit_Card.php
r2365410 r2367989 492 492 $deps = [ 'juno/direct-checkout' ]; 493 493 494 $assets->add_global_dependency( 'wc-credit-card-form' ); 495 494 496 $assets->add( 495 497 'https://www.boletobancario.com/boletofacil/wro/direct-checkout.min.js', … … 508 510 ); 509 511 $deps[] = 'jessepollak/card'; 510 } else {511 wp_enqueue_script( 'wc-credit-card-form' );512 512 } 513 513 -
woo-juno/trunk/classes/Utils/Asset_Manager.php
r2119802 r2367989 57 57 \do_action( h\prefix( 'added_global_asset_dependency' ), $handle ); 58 58 59 h\log_info( 'Added global ' . strtoupper( $type ) . ' dependency: handle=' . $ args['handle'] . ' src=' . $args['src']);59 h\log_info( 'Added global ' . strtoupper( $type ) . ' dependency: handle=' . $handle ); 60 60 } 61 61 -
woo-juno/trunk/config.php
r2365410 r2367989 4 4 5 5 return [ 6 'VERSION' => '2.0. 2',6 'VERSION' => '2.0.3', 7 7 'NAME' => 'Juno para WooCommerce', 8 8 'SLUG' => 'woo-juno', -
woo-juno/trunk/main.php
r2365410 r2367989 6 6 * Author: Juno Gateway de Pagamentos para ecommerces 7 7 * Author URI: https://juno.com.br 8 * Version: 2.0. 28 * Version: 2.0.3 9 9 * License: GPLv3 10 10 * License URI: http://www.gnu.org/licenses/gpl-3.0.html -
woo-juno/trunk/readme.txt
r2365410 r2367989 5 5 Requires at least: 5.0 6 6 Tested up to: 5.5 7 Stable tag: 2.0. 27 Stable tag: 2.0.3 8 8 Requires PHP: 7.0 9 9 License: GPLv3 or later … … 152 152 == Changelog == 153 153 154 = 2.0.3 - 2020/08/24 = 155 156 - Correções de bugs. 157 154 158 = 2.0.2 - 2020/08/19 = 155 159 -
woo-juno/trunk/vendor/composer/autoload_classmap.php
r2365410 r2367989 31 31 'WC_Juno\\Gateway\\Credit_Card' => $baseDir . '/classes/Gateway/Credit_Card.php', 32 32 'WC_Juno\\Notification_Handler' => $baseDir . '/classes/Notification_Handler.php', 33 'WC_Juno\\Notification_Handler_V2' => $baseDir . '/classes/Notification_Handler_ V2.php',33 'WC_Juno\\Notification_Handler_V2' => $baseDir . '/classes/Notification_Handler_v2.php', 34 34 'WC_Juno\\Orders\\Actions' => $baseDir . '/classes/Orders/Actions.php', 35 35 'WC_Juno\\Plugin_Dependencies' => $baseDir . '/classes/Plugin_Dependencies.php', -
woo-juno/trunk/vendor/composer/autoload_static.php
r2365410 r2367989 54 54 'WC_Juno\\Gateway\\Credit_Card' => __DIR__ . '/../..' . '/classes/Gateway/Credit_Card.php', 55 55 'WC_Juno\\Notification_Handler' => __DIR__ . '/../..' . '/classes/Notification_Handler.php', 56 'WC_Juno\\Notification_Handler_V2' => __DIR__ . '/../..' . '/classes/Notification_Handler_ V2.php',56 'WC_Juno\\Notification_Handler_V2' => __DIR__ . '/../..' . '/classes/Notification_Handler_v2.php', 57 57 'WC_Juno\\Orders\\Actions' => __DIR__ . '/../..' . '/classes/Orders/Actions.php', 58 58 'WC_Juno\\Plugin_Dependencies' => __DIR__ . '/../..' . '/classes/Plugin_Dependencies.php',
Note: See TracChangeset
for help on using the changeset viewer.