Releases: Arsenal21/wp-express-checkout
Releases · Arsenal21/wp-express-checkout
v2.4.5
- Coupon's expiry time calculation logic updated to use server's local time.
- Order by price sorting issue fixed for "wpec_show_all_products" shortcode.
- Product meta update issue fixed for quick edit option.
- Code architecture updated to support templating for 'wpec_show_all_products' and 'wpec_show_products_from_category' shortcodes.
- Fixed a PHP 7.4 compatability issue.
- Stripe Checkout Support added for WooCommerce as a payment gateway.
- Stripe Checkout support added for WP eMember plugin integration.
V2.4.4
v2.4.3
- New Feature: users can now use Stripe checkout directly on the same page as PayPal, offering more payment choices.
- Added a new setting to enable/disable Stripe payment option.
- Added a new setting to configure Stripe API keys.
- Added a new setting to customize the Stripe payment button text.
- Improved backend structure to better support Stripe payment processing.
v2.4.2
v2.4.1
- New manual/offline checkout feature added.
- Added option to hide the country field in manual checkout form address section.
- Added phone field to manual checkout form address section.
- Added the new video tutorial link to the readme file.
- For new installations, the default button height is set to medium for optimal results.
- For new installations, the default button width is set to 300px for optimal results.
- Updated the Spanish translation file.
- Settings menu UI improvements for the 'Thank you' and 'Shop' page URL fields.
- Updated the help text of the 'Thank You' page settings field.
- Two new action hook 'wpec_before_full_discount_checkout_button' and 'wpec_process_payment' added.
- Now order data can be edited form order details page.
- New settings added to set default locale for paypal checkout popup.
- Spelling corrections and improvements.
v2.4.0
- Added a dedicated settings tab for PayPal, consolidating all PayPal-related settings in one place for easier management.
- Thank you page shortcode now outputs the quantity purchased.
- Updated the label "Order Author" to "Customer" in the order item to make it more user-friendly.
- Added new filter hooks to the export orders data feature.
- Fixed a minor Subscription webhook event related issue.
- The 'Live Mode' transaction for PayPal will is enabled by default for new installations.
- Added a new constant 'WPEC_MENU_PARENT_SLUG' to simplify the menu parent slug.
- Tools admin menu related code has been refactored to be more organized.
- The Coupons menu has been repositioned to be above the Settings menu.
- Added a new filter 'wpec_before_settings_admin_menu_link'.
- A small variation related issue fixed for new site.
- Updated the translation POT file.
v2.3.17
v2.3.16
v2.3.15
v2.3.14
- For File Download Feature: updated the feature so file download using local path is now possible. Documentation
- Added Italian language translation file. Thanks to @dorian for the translation.
- Multiple email address issue fixed for per product seller notification email fixed.
- PHP 8.3 compatibility related changes.
- Added utility function to get the user IP address.
- Bug fix for shipping address not showing in order details page.