Skip to content

Commit

Permalink
Merge pull request #50 from sendsmaily/checklist/1.0.5
Browse files Browse the repository at this point in the history
Release 1.0.5 checklist changes
  • Loading branch information
marispulk authored Mar 5, 2021
2 parents 9a86258 + c13993e commit dc52d02
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 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
6 changes: 5 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: contact form 7, smaily, newsletter, email
Requires PHP: 5.6
Requires at least: 4.6
Tested up to: 5.7
Stable tag: 1.0.4
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 dc52d02

Please sign in to comment.