Skip to content

Commit

Permalink
Merge pull request #101 from takayukister/dev/2.3
Browse files Browse the repository at this point in the history
 Prepare for 2.3 release
  • Loading branch information
takayukister authored Jun 23, 2022
2 parents f47c72a + 06909d9 commit 7f9065e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
4 changes: 2 additions & 2 deletions flamingo.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
Author: Takayuki Miyoshi
Text Domain: flamingo
Domain Path: /languages/
Version: 2.3-dev
Version: 2.3
*/

define( 'FLAMINGO_VERSION', '2.3-dev' );
define( 'FLAMINGO_VERSION', '2.3' );

define( 'FLAMINGO_PLUGIN', __FILE__ );

Expand Down
14 changes: 4 additions & 10 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ This plugin stores submission data collected through contact forms, which may in

== Changelog ==

= 2.3 =

* Sets status to previous when restoring data.

= 2.2.3 =

* Fixed: Cron jobs clean-up on plugin deactivation was failing to work.
Expand All @@ -58,13 +62,3 @@ This plugin stores submission data collected through contact forms, which may in
* Changes the visibility of the `$id` property to private and introduces the `id()` method as an alternative.
* Introduces the submission result in the inbound message viewer screen.
* Stores the `posted_data_hash` value for search.

= 2.1.1 =

* Security enhancement, CSV: Prefixes a field when its value begins with `=`, `+`, `-`, or `@`. See https://contactform7.com/2020/01/15/heads-up-about-spreadsheet-vulnerabilities/ for details.
* New filter hook: flamingo_csv_field_prefix

= 2.1 =

* UI improvements in displaying JSON reCAPTCHA logs in the Inbound Message editor page.
* Moves to trash automatically after every 30 days of the creation of spam messages.

0 comments on commit 7f9065e

Please sign in to comment.