Skip to content

Commit

Permalink
Merge pull request #24 from sendsmaily/feature/bump-wp-requirement
Browse files Browse the repository at this point in the history
Bump WordPress version requirement
  • Loading branch information
TomAbel authored May 28, 2020
2 parents e6a8586 + e1687a6 commit 0624e20
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Automatically subscribe newsletter subscribers to a Smaily subscriber list using
Smaily for Contact Form 7 requires:
- PHP 5.6+ (PHP 7.0+ Recommended)
- PHP Transliterator plugin
- WordPress 4.0+
- WordPress 4.6+
- Contact Form 7 4.0+.
- reCAPTCHA integration or Really Simple Captcha embedded into form.

Expand Down Expand Up @@ -58,6 +58,10 @@ All development for Smaily for Contact Form 7 is [handled via GitHub](https://gi

## Changelog

### 1.0.1

- Increase minimum required WordPress version.

### 1.0.0

- This is the first public release.
10 changes: 7 additions & 3 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: sendsmaily, tomabel
Tags: contact form 7, smaily, newsletter, email
Requires PHP: 5.6
Requires at least: 4.0
Requires at least: 4.6
Tested up to: 5.4
Stable tag: 1.0.0
Stable tag: 1.0.1
License: GPLv3

Flexible and straightforward Smaily newsletter integration for Contact Form 7.
Expand All @@ -29,7 +29,7 @@ Automatically subscribe newsletter subscribers to a Smaily subscriber list using
Smaily for Contact Form 7 requires:
- PHP 5.6+ (PHP 7.0+ Recommended)
- PHP Transliterator plugin
- WordPress 4.0+
- WordPress 4.6+
- Contact Form 7 4.0+.
- reCAPTCHA integration or Really Simple Captcha embedded into form.

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.1

- Increase minimum required WordPress version.

### 1.0.0

- This is the first public release.
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.0
* Version: 1.0.1
* 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.0' );
define( 'SMAILY_FOR_CF7_VERSION', '1.0.1' );

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

0 comments on commit 0624e20

Please sign in to comment.