Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme for 1.4.3 release #43

Merged
merged 1 commit into from
Apr 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# GoDaddy Email Marketing #
![Banner Image](assets/banner-1544x500.png)

![Banner Image](assets/banner-1544x500.png)
**Contributors:** [godaddy](https://profiles.wordpress.org/godaddy), [fjarrett](https://profiles.wordpress.org/fjarrett), [jonathanbardo](https://profiles.wordpress.org/jonathanbardo), [eherman24](https://profiles.wordpress.org/eherman24), [susanygodaddy](https://profiles.wordpress.org/susanygodaddy), [madmimi](https://profiles.wordpress.org/madmimi)
**Tags:** [email](https://wordpress.org/plugins/tags/email/), [forms](https://wordpress.org/plugins/tags/forms/), [godaddy](https://wordpress.org/plugins/tags/godaddy/), [mailing list](https://wordpress.org/plugins/tags/mailing list/), [marketing](https://wordpress.org/plugins/tags/marketing/), [newsletter](https://wordpress.org/plugins/tags/newsletter/), [opt-in](https://wordpress.org/plugins/tags/opt-in/), [signup](https://wordpress.org/plugins/tags/signup/), [subscribe](https://wordpress.org/plugins/tags/subscribe/), [widget](https://wordpress.org/plugins/tags/widget/), [contacts](https://wordpress.org/plugins/tags/contacts/)
**Requires at least:** 3.8
**Tested up to:** 5.4
**Tested up to:** 5.4
**Stable tag:** 1.4.2
**License:** GPL-2.0
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html

Add the GoDaddy Email Marketing plugin to your WordPress site! Easy to set up, the plugin allows your site visitors to subscribe to your email lists.

[![Build Status](https://travis-ci.org/godaddy/wp-godaddy-email-marketing.svg?branch=master)](https://travis-ci.org/godaddy/wp-godaddy-email-marketing) [![devDependencies Status](https://david-dm.org/godaddy/wp-godaddy-email-marketing/master/dev-status.svg)](https://david-dm.org/godaddy/wp-godaddy-email-marketing/master?type=dev) [![License](https://img.shields.io/badge/license-GPL--2.0-brightgreen.svg)](https://github.com/godaddy/wp-godaddy-email-marketing/blob/master/license.txt) [![PHP >= 5.2](https://img.shields.io/badge/php-%3E=%205.2-8892bf.svg)](https://secure.php.net/supported-versions.php) [![WordPress >= 3.8](https://img.shields.io/badge/wordpress-%3E=%203.8-blue.svg)](https://wordpress.org/download/release-archive/)

[![Build Status](https://travis-ci.org/godaddy/wp-godaddy-email-marketing.svg?branch=master)](https://travis-ci.org/godaddy/wp-godaddy-email-marketing) [![devDependencies Status](https://david-dm.org/godaddy/wp-godaddy-email-marketing/master/dev-status.svg)](https://david-dm.org/godaddy/wp-godaddy-email-marketing/master?type=dev) [![License](https://img.shields.io/badge/license-GPL--2.0-brightgreen.svg)](https://github.com/godaddy/wp-godaddy-email-marketing/blob/master/license.txt) [![PHP >= 5.2](https://img.shields.io/badge/php-%3E=%205.2-8892bf.svg)](https://secure.php.net/supported-versions.php) [![WordPress >= 3.8](https://img.shields.io/badge/wordpress-%3E=%203.8-blue.svg)](https://wordpress.org/download/release-archive/)
## Description ##

The GoDaddy Email Marketing Signup Forms plugin makes it easy to start building an email list to drive repeat traffic to your WordPress site! Use this plugin to add a signup form to your site in no time flat.
Expand Down Expand Up @@ -122,6 +122,11 @@ You can find your **Secret API Key** in the [Settings section](https://gem.godad

## Changelog ##

### 1.4.3 ###
* Fix: Remove reference to `$` and use `jQuery`
* Fix: Fix block icon SVG element so it renders properly in Firefox as well as Chrome.
* Tweak: Test with and bump support for WordPress 5.4.

### 1.4.2 ###
* Fix: Update help tab iframe URL with www. @props [aaroncampbell](https://github.com/aaroncampbell)

Expand Down
5 changes: 5 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ You can find your **Secret API Key** in the [Settings section](https://gem.godad

== Changelog ==

= 1.4.3 =
* Fix: Remove reference to `$` and use `jQuery`
* Fix: Fix block icon SVG element so it renders properly in Firefox as well as Chrome.
* Tweak: Test with and bump support for WordPress 5.4.

= 1.4.2 =
* Fix: Update help tab iframe URL with www. @props [aaroncampbell](https://github.com/aaroncampbell)

Expand Down