Changeset 3454290
- Timestamp:
- 02/05/2026 06:28:24 AM (5 weeks 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
r3428763 r3454290 5 5 Requires at least: 4.0 6 6 Tested up to: 6.9 7 Stable tag: 1.2.2 47 Stable tag: 1.2.25 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 emails from 3rd services provider like Amazon SES, SendGrid or any SMTP services provider</li>65 <li>Send the 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
r3428763 r3454290 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 46 * Version: 1.2.25 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 4' );29 define( 'AUTO_MAIL_VERSION', '1.2.25' ); 30 30 } 31 31
Note: See TracChangeset
for help on using the changeset viewer.