Changeset 2679790
- Timestamp:
- 02/16/2022 11:37:30 AM (4 years ago)
- Location:
- mailazy
- Files:
-
- 16 added
- 3 edited
-
tags/1.2 (added)
-
tags/1.2/admin (added)
-
tags/1.2/admin/assets (added)
-
tags/1.2/admin/assets/css (added)
-
tags/1.2/admin/assets/css/style.css (added)
-
tags/1.2/admin/assets/images (added)
-
tags/1.2/admin/assets/images/favicon.ico (added)
-
tags/1.2/admin/assets/images/logo.svg (added)
-
tags/1.2/admin/index.php (added)
-
tags/1.2/admin/views (added)
-
tags/1.2/admin/views/settings.php (added)
-
tags/1.2/mailazy.php (added)
-
tags/1.2/mailazyWPClient.php (added)
-
tags/1.2/readme.txt (added)
-
tags/1.2/sdk (added)
-
tags/1.2/sdk/mailazyAPI.php (added)
-
trunk/mailazy.php (modified) (1 diff)
-
trunk/mailazyWPClient.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mailazy/trunk/mailazy.php
r2678780 r2679790 5 5 * Plugin URI: https://github.com/mailazy/wordpress 6 6 * Description: Mailazy provides a secure and delightful experience to your customer with Email API. 7 * Version: 1. 17 * Version: 1.2 8 8 * Author: Mailazy Team 9 9 * Author URI: https://mailazy.com -
mailazy/trunk/mailazyWPClient.php
r2651280 r2679790 19 19 return $output; 20 20 } 21 public function getCustomHeaders(){ 22 return array(); 23 } 24 public function clearCustomHeaders(){ 25 return array(); 26 } 21 27 } -
mailazy/trunk/readme.txt
r2678780 r2679790 1 2 1 === Mailazy === 3 2 Contributors: mailazy 4 3 Donate link: https://mailazy.com/ 5 Tags: WordPress plugin, Email API, SMTP, Send Mail, Woocommerce Mail 4 Tags: WordPress plugin, Email API, SMTP, Send Mail, Woocommerce Mail, contact form 7 6 5 Requires at least: 3.4 7 6 Tested up to: 5.9 8 Stable tag: 1. 17 Stable tag: 1.2 9 8 Requires PHP: 5.6 10 9 License: GPLv2 or later … … 67 66 == Changelog == 68 67 68 = 1.2 = 69 * Bug fix Contact form 7 compatibility 70 71 = 1.1 = 72 * WordPress latest version compatibility 73 69 74 = 1.0 = 70 75 * Initial release … … 73 78 74 79 = 1.0 = 80 * Bug fix Contact form 7 compatibility 81 82 = 1.1 = 83 * WordPress latest version compatibility 84 85 = 1.0 = 75 86 * Initial release
Note: See TracChangeset
for help on using the changeset viewer.