Changeset 3169137
- Timestamp:
- 10/15/2024 09:34:46 AM (18 months ago)
- Location:
- mono-checkout
- Files:
-
- 4 edited
- 22 copied
-
tags/1.8.4 (copied) (copied from mono-checkout/trunk)
-
tags/1.8.4/css (copied) (copied from mono-checkout/trunk/css)
-
tags/1.8.4/css/admin-method.css (copied) (copied from mono-checkout/trunk/css/admin-method.css)
-
tags/1.8.4/css/mono-admin.css (copied) (copied from mono-checkout/trunk/css/mono-admin.css)
-
tags/1.8.4/css/mono-btn.css (copied) (copied from mono-checkout/trunk/css/mono-btn.css)
-
tags/1.8.4/images (copied) (copied from mono-checkout/trunk/images)
-
tags/1.8.4/includes (copied) (copied from mono-checkout/trunk/includes)
-
tags/1.8.4/includes/MonoApi.php (copied) (copied from mono-checkout/trunk/includes/MonoApi.php)
-
tags/1.8.4/includes/class.gateway.php (copied) (copied from mono-checkout/trunk/includes/class.gateway.php)
-
tags/1.8.4/includes/class.mono.php (copied) (copied from mono-checkout/trunk/includes/class.mono.php) (1 diff)
-
tags/1.8.4/js (copied) (copied from mono-checkout/trunk/js)
-
tags/1.8.4/js/admin-handlers.js (copied) (copied from mono-checkout/trunk/js/admin-handlers.js)
-
tags/1.8.4/js/frontend-handlers.js (copied) (copied from mono-checkout/trunk/js/frontend-handlers.js) (1 diff)
-
tags/1.8.4/languages (copied) (copied from mono-checkout/trunk/languages)
-
tags/1.8.4/languages/mono-checkout-uk.mo (copied) (copied from mono-checkout/trunk/languages/mono-checkout-uk.mo)
-
tags/1.8.4/languages/mono-checkout-uk.po (copied) (copied from mono-checkout/trunk/languages/mono-checkout-uk.po)
-
tags/1.8.4/languages/mono-checkout.pot (copied) (copied from mono-checkout/trunk/languages/mono-checkout.pot)
-
tags/1.8.4/mono.php (copied) (copied from mono-checkout/trunk/mono.php) (2 diffs)
-
tags/1.8.4/readme.txt (copied) (copied from mono-checkout/trunk/readme.txt) (3 diffs)
-
tags/1.8.4/templates (copied) (copied from mono-checkout/trunk/templates)
-
tags/1.8.4/templates/base_button.php (copied) (copied from mono-checkout/trunk/templates/base_button.php)
-
tags/1.8.4/templates/button_error.php (copied) (copied from mono-checkout/trunk/templates/button_error.php)
-
trunk/includes/class.mono.php (modified) (1 diff)
-
trunk/js/frontend-handlers.js (modified) (1 diff)
-
trunk/mono.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mono-checkout/tags/1.8.4/includes/class.mono.php
r3098419 r3169137 460 460 $mono_product_id = $attrs['product_id']; 461 461 } 462 if (@$attrs['action']) { 463 $mono_action = $attrs['action']; 464 } 462 465 $mono_btn_width = intval(@$attrs['width_px']); 463 466 $mono_btn_height = intval(@$attrs['height_px']); -
mono-checkout/tags/1.8.4/js/frontend-handlers.js
r3129281 r3169137 35 35 MONO_API.buy_current_product = function (el) { 36 36 let form = el.closest('form'); 37 if (!form) { 38 form = document.querySelector('form.cart'); 39 } 37 40 38 41 let submitBtn = form.querySelector('.single_add_to_cart_button'); -
mono-checkout/tags/1.8.4/mono.php
r3129281 r3169137 7 7 Plugin URI: https://checkout.mono.bank/woocomerce 8 8 Description: модуль Чекауту від monobank це спосіб автоматизувати процес оформлення покупки на вашому сайті. Доступний функціонал: предзаповнення даних отримувача, рекомендації по доставці та оплаті, всі доступні способи оплати від monobank: еквайринг, Покупка частинами та оплата при отриманні. Має бути підключений інтернет-еквайринг від monobank 9 Version: 1.8. 39 Version: 1.8.4 10 10 Requires at least: 5.8 11 11 Requires PHP: 7.4 … … 18 18 if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly 19 19 20 define( 'MONO_VERSION', '1.8. 3' );20 define( 'MONO_VERSION', '1.8.4' ); 21 21 define( 'MONO__MINIMUM_WP_VERSION', '5.8' ); 22 22 define( 'MONO__PLUGIN_FILE', __FILE__ ); -
mono-checkout/tags/1.8.4/readme.txt
r3129281 r3169137 4 4 Requires at least: 5.8 5 5 Tested up to: 6.4 6 Stable tag: 1.8. 36 Stable tag: 1.8.4 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 31 31 * крута підтримка від monobank 32 32 33 Параметри шорткоду: 34 35 * action: buy_cart, buy_current_product, buy_shortcode_product 36 * product_id 37 33 38 == Frequently Asked Questions == 34 39 … … 49 54 50 55 == Changelog == 56 57 = 1.8.4 = 58 * Додано аргумент action до шорткоду з можливістю розміщення кнопки на сторінці товару у довільному місці. 51 59 52 60 = 1.8.3 = -
mono-checkout/trunk/includes/class.mono.php
r3098419 r3169137 460 460 $mono_product_id = $attrs['product_id']; 461 461 } 462 if (@$attrs['action']) { 463 $mono_action = $attrs['action']; 464 } 462 465 $mono_btn_width = intval(@$attrs['width_px']); 463 466 $mono_btn_height = intval(@$attrs['height_px']); -
mono-checkout/trunk/js/frontend-handlers.js
r3129281 r3169137 35 35 MONO_API.buy_current_product = function (el) { 36 36 let form = el.closest('form'); 37 if (!form) { 38 form = document.querySelector('form.cart'); 39 } 37 40 38 41 let submitBtn = form.querySelector('.single_add_to_cart_button'); -
mono-checkout/trunk/mono.php
r3129281 r3169137 7 7 Plugin URI: https://checkout.mono.bank/woocomerce 8 8 Description: модуль Чекауту від monobank це спосіб автоматизувати процес оформлення покупки на вашому сайті. Доступний функціонал: предзаповнення даних отримувача, рекомендації по доставці та оплаті, всі доступні способи оплати від monobank: еквайринг, Покупка частинами та оплата при отриманні. Має бути підключений інтернет-еквайринг від monobank 9 Version: 1.8. 39 Version: 1.8.4 10 10 Requires at least: 5.8 11 11 Requires PHP: 7.4 … … 18 18 if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly 19 19 20 define( 'MONO_VERSION', '1.8. 3' );20 define( 'MONO_VERSION', '1.8.4' ); 21 21 define( 'MONO__MINIMUM_WP_VERSION', '5.8' ); 22 22 define( 'MONO__PLUGIN_FILE', __FILE__ ); -
mono-checkout/trunk/readme.txt
r3129281 r3169137 4 4 Requires at least: 5.8 5 5 Tested up to: 6.4 6 Stable tag: 1.8. 36 Stable tag: 1.8.4 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 31 31 * крута підтримка від monobank 32 32 33 Параметри шорткоду: 34 35 * action: buy_cart, buy_current_product, buy_shortcode_product 36 * product_id 37 33 38 == Frequently Asked Questions == 34 39 … … 49 54 50 55 == Changelog == 56 57 = 1.8.4 = 58 * Додано аргумент action до шорткоду з можливістю розміщення кнопки на сторінці товару у довільному місці. 51 59 52 60 = 1.8.3 =
Note: See TracChangeset
for help on using the changeset viewer.