Changeset 3415160
- Timestamp:
- 12/09/2025 10:03:16 AM (4 months ago)
- Location:
- woo-mailerlite/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
woo-mailerlite.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woo-mailerlite/trunk/readme.txt
r3415073 r3415160 6 6 Tested up to: 6.8.2 7 7 Requires PHP: 7.2.5 8 Stable tag: 3.1. 48 Stable tag: 3.1.5 9 9 License: GPLv3 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 84 84 85 85 == Changelog == 86 = 3.1.5 (9th December 2025) = 87 * Bug fixes and performance improvements 88 86 89 = 3.1.4 (9th December 2025) = 87 90 * Security improvements -
woo-mailerlite/trunk/woo-mailerlite.php
r3415073 r3415160 14 14 * @wordpress-plugin 15 15 * Plugin Name: MailerLite - WooCommerce integration 16 * Plugin URI: https:// wordpress.org/plugins/woo-mailerlite/16 * Plugin URI: https://mailerlite.com 17 17 * Description: Official MailerLite integration for WooCommerce. Track sales and campaign ROI, import products details, automate emails based on purchases and seamlessly add your customers to your email marketing lists via WooCommerce's checkout process. 18 * Version: 3.1. 418 * Version: 3.1.5 19 19 * Author: MailerLite 20 20 * Author URI: https://mailerlite.com … … 40 40 * Update when you release new versions. 41 41 */ 42 define( 'WOO_MAILERLITE_VERSION', '3.1. 4' );42 define( 'WOO_MAILERLITE_VERSION', '3.1.5' ); 43 43 44 44 define('WOO_MAILERLITE_ASYNC_JOBS', false);
Note: See TracChangeset
for help on using the changeset viewer.