Plugin Directory

Changeset 1413348


Ignore:
Timestamp:
05/09/2016 09:11:16 PM (10 years ago)
Author:
mailermailer
Message:

MM-13878

Update MailerMailer WP Module:

  • Fix discrepancies between README.md and readme.txt files
  • bump version to 1.2.1
Location:
mailermailer/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • mailermailer/trunk/README.md

    r1413322 r1413348  
    5252#### How do I set up the CAPTCHA?
    5353
    54 If you'd like to add a CAPTCHA to your MailerMailer signup form, you'll first need to [follow the instructions on Google](https://developers.google.com/recaptcha/docs/start) for obtaining an API key pair. Once you have the pair of keys, you can enter then under Settings > MailerMailer Settings > CAPTCHA Settings.
     54If you'd like to add a CAPTCHA to your MailerMailer signup form, you'll first need to [follow the instructions on Google](https://developers.google.com/recaptcha/docs/start) for obtaining an API key pair. Once you have the pair of keys, you can enter them under Settings > MailerMailer Settings > CAPTCHA Settings.
    5555
    5656#### I just changed my signup form on MailerMailer. How do I update the widget?
  • mailermailer/trunk/class-mailermailer.php

    r1413322 r1413348  
    2626
    2727  // Plugin version, used for cache-busting of style and script file references.
    28   protected $version = '1.2.0';
     28  protected $version = '1.2.1';
    2929
    3030  // Unique identifier for your plugin.
  • mailermailer/trunk/mailermailer.php

    r1413322 r1413348  
    44Plugin URI: http://wordpress.org/extend/plugins/mailermailer/
    55Description: The mailermailer plugin allows you to add your own signup form to your site.
    6 Version: 1.2.0
     6Version: 1.2.1
    77Author: mailermailer
    88Author URI: http://www.mailermailer.com/api/
  • mailermailer/trunk/readme.txt

    r1413322 r1413348  
    44Requires at least: 3.5
    55Tested up to: 4.5.2
    6 Stable tag: 1.2.0
     6Stable tag: 1.2.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    36362. Activate the plugin through the 'Plugins' menu in WordPress
    37373. Setup the plugin under Settings > MailerMailer Settings
    38 4. Enter your API key under 'API Settings.'
    39 5. Customize your form options and appearance under 'Form Settings.'
     384. Enter your API key under 'API Settings'
     395. Set up a CAPTCHA under 'CAPTCHA Settings' (optional)
     406. Customize your form options and appearance under 'Form Settings'
    4041
    4142Add the form to your site through either a widget or shortcode
     
    5253
    5354API keys are available upon request. If you'd like one, please email us at support@mailermailer.com.
     55
     56= How do I set up the CAPTCHA? =
     57
     58If you'd like to add a CAPTCHA to your MailerMailer signup form, you'll first need to [follow the instructions on Google](https://developers.google.com/recaptcha/docs/start) for obtaining an API key pair. Once you have the pair of keys, you can enter them under Settings > MailerMailer Settings > CAPTCHA Settings.
    5459
    5560= I just changed my signup form on MailerMailer. How do I update the widget? =
     
    6974
    7075== Upgrade Notice ==
     76
     77= 1.2.1 =
     78* Fix README.md and readme.txt accidentally introduced in 1.2.0
    7179
    7280= 1.2.0 =
Note: See TracChangeset for help on using the changeset viewer.