Plugin Directory

Changeset 2679790


Ignore:
Timestamp:
02/16/2022 11:37:30 AM (4 years ago)
Author:
mailazy
Message:
  • Bug fix Contact form 7 compatibility
Location:
mailazy
Files:
16 added
3 edited

Legend:

Unmodified
Added
Removed
  • mailazy/trunk/mailazy.php

    r2678780 r2679790  
    55 * Plugin URI: https://github.com/mailazy/wordpress
    66 * Description: Mailazy provides a secure and delightful experience to your customer with Email API.
    7  * Version: 1.1
     7 * Version: 1.2
    88 * Author: Mailazy Team
    99 * Author URI: https://mailazy.com
  • mailazy/trunk/mailazyWPClient.php

    r2651280 r2679790  
    1919        return $output;
    2020    }
     21    public function getCustomHeaders(){
     22        return array();
     23    }
     24    public function clearCustomHeaders(){
     25        return array();
     26    }
    2127}
  • mailazy/trunk/readme.txt

    r2678780 r2679790  
    1 
    21=== Mailazy ===
    32Contributors: mailazy
    43Donate link: https://mailazy.com/
    5 Tags: WordPress plugin, Email API, SMTP, Send Mail, Woocommerce Mail
     4Tags: WordPress plugin, Email API, SMTP, Send Mail, Woocommerce Mail, contact form 7
    65Requires at least: 3.4
    76Tested up to: 5.9
    8 Stable tag: 1.1
     7Stable tag: 1.2
    98Requires PHP: 5.6
    109License: GPLv2 or later
     
    6766== Changelog ==
    6867
     68= 1.2 =
     69* Bug fix Contact form 7 compatibility
     70
     71= 1.1 =
     72* WordPress latest version compatibility
     73
    6974= 1.0 =
    7075* Initial release
     
    7378
    7479= 1.0 =
     80* Bug fix Contact form 7 compatibility
     81
     82= 1.1 =
     83* WordPress latest version compatibility
     84
     85= 1.0 =
    7586* Initial release
Note: See TracChangeset for help on using the changeset viewer.