Changeset 3376490
- Timestamp:
- 10/11/2025 12:27:50 AM (5 months ago)
- Location:
- auto-mail/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
auto-mail.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
auto-mail/trunk/README.txt
r3322176 r3376490 4 4 Tags: abandoned cart, cart abandonment, coupon, email marketing automation, woocommerce, newsletter, email marketing, optin forms, lead generation, marketing automation, popup, popup maker, popup form 5 5 Requires at least: 4.0 6 Tested up to: 6.8. 17 Stable tag: 1.2.2 06 Tested up to: 6.8.3 7 Stable tag: 1.2.21 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 63 63 <li>Manage your subscribers and subscriber lists in WordPress</li> 64 64 <li>Manage your customer relationships, build your email lists</li> 65 <li>Send theemails from 3rd services provider like Amazon SES, SendGrid or any SMTP services provider</li>65 <li>Send emails from 3rd services provider like Amazon SES, SendGrid or any SMTP services provider</li> 66 66 <li>Pre-built and customizable email and subscription form templates</li> 67 67 </ul> -
auto-mail/trunk/auto-mail.php
r3322176 r3376490 4 4 * Plugin URI: https://wpautomail.com 5 5 * Description: Auto Mail - Abandoned Cart Recovery, Newsletter Builder & Marketing Automation for WooCommerce. 6 * Version: 1.2.2 06 * Version: 1.2.21 7 7 * Author: wphobby 8 8 * Author URI: https://wpautomail.com/pricing/ … … 27 27 28 28 if ( ! defined( 'AUTO_MAIL_VERSION' ) ) { 29 define( 'AUTO_MAIL_VERSION', '1.2.2 0' );29 define( 'AUTO_MAIL_VERSION', '1.2.21' ); 30 30 } 31 31
Note: See TracChangeset
for help on using the changeset viewer.