Skip to content

Commit

Permalink
Merge pull request #49 from sendsmaily/release/1.0.5
Browse files Browse the repository at this point in the history
1.0.5 release
  • Loading branch information
marispulk authored Mar 5, 2021
2 parents 0f4ea94 + dc52d02 commit 411e4e5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 1.0.5

- Test compatibility with WordPress 5.7 - [[#47](https://github.com/sendsmaily/smaily-cf7-plugin/issues/47)]

### 1.0.4

- Fix validation failing when subdomain entered as fully-qualified domain name - [[#37](https://github.com/sendsmaily/smaily-cf7-plugin/issues/37)]
Expand Down
8 changes: 6 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: sendsmaily, tomabel
Tags: contact form 7, smaily, newsletter, email
Requires PHP: 5.6
Requires at least: 4.6
Tested up to: 5.6
Stable tag: 1.0.4
Tested up to: 5.7
Stable tag: 1.0.5
License: GPLv3

Flexible and straightforward Smaily newsletter integration for Contact Form 7.
Expand Down Expand Up @@ -65,6 +65,10 @@ All development for Smaily for Contact Form 7 is [handled via GitHub](https://gi

== Changelog ==

### 1.0.5

- Test compatibility with WordPress 5.7.

### 1.0.4

- Fix validation failing when subdomain entered as fully-qualified domain name.
Expand Down
4 changes: 2 additions & 2 deletions smaily-for-contact-form-7.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Plugin Name: Smaily for Contact Form 7
* Plugin URI: https://github.com/sendsmaily/smaily-cf7-plugin
* Description: Integrate Contact Form 7 form(s) with Smaily to add subscribers directly to Smaily and trigger marketing automations.
* Version: 1.0.4
* Version: 1.0.5
* License: GPL3
* Author: Smaily
* Author URI: https://smaily.com/
Expand All @@ -42,7 +42,7 @@
// Required to use functions is_plugin_active and deactivate_plugins.
require_once ABSPATH . 'wp-admin/includes/plugin.php';

define( 'SMAILY_FOR_CF7_VERSION', '1.0.4' );
define( 'SMAILY_FOR_CF7_VERSION', '1.0.5' );

/**
* The core plugin class that is used to define
Expand Down

0 comments on commit 411e4e5

Please sign in to comment.