Changeset 1413348
- Timestamp:
- 05/09/2016 09:11:16 PM (10 years ago)
- Location:
- mailermailer/trunk
- Files:
-
- 4 edited
-
README.md (modified) (1 diff)
-
class-mailermailer.php (modified) (1 diff)
-
mailermailer.php (modified) (1 diff)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mailermailer/trunk/README.md
r1413322 r1413348 52 52 #### How do I set up the CAPTCHA? 53 53 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 the nunder Settings > MailerMailer Settings > CAPTCHA Settings.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 them under Settings > MailerMailer Settings > CAPTCHA Settings. 55 55 56 56 #### I just changed my signup form on MailerMailer. How do I update the widget? -
mailermailer/trunk/class-mailermailer.php
r1413322 r1413348 26 26 27 27 // Plugin version, used for cache-busting of style and script file references. 28 protected $version = '1.2. 0';28 protected $version = '1.2.1'; 29 29 30 30 // Unique identifier for your plugin. -
mailermailer/trunk/mailermailer.php
r1413322 r1413348 4 4 Plugin URI: http://wordpress.org/extend/plugins/mailermailer/ 5 5 Description: The mailermailer plugin allows you to add your own signup form to your site. 6 Version: 1.2. 06 Version: 1.2.1 7 7 Author: mailermailer 8 8 Author URI: http://www.mailermailer.com/api/ -
mailermailer/trunk/readme.txt
r1413322 r1413348 4 4 Requires at least: 3.5 5 5 Tested up to: 4.5.2 6 Stable tag: 1.2. 06 Stable tag: 1.2.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 36 36 2. Activate the plugin through the 'Plugins' menu in WordPress 37 37 3. 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.' 38 4. Enter your API key under 'API Settings' 39 5. Set up a CAPTCHA under 'CAPTCHA Settings' (optional) 40 6. Customize your form options and appearance under 'Form Settings' 40 41 41 42 Add the form to your site through either a widget or shortcode … … 52 53 53 54 API 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 58 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 them under Settings > MailerMailer Settings > CAPTCHA Settings. 54 59 55 60 = I just changed my signup form on MailerMailer. How do I update the widget? = … … 69 74 70 75 == Upgrade Notice == 76 77 = 1.2.1 = 78 * Fix README.md and readme.txt accidentally introduced in 1.2.0 71 79 72 80 = 1.2.0 =
Note: See TracChangeset
for help on using the changeset viewer.