diff --git a/.gitignore b/.gitignore index fd3f888..3a10665 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ node_modules/ .wp-env.override.json /.export/* smart-custom-fields/ +smart-custom-fields.zip diff --git a/readme.txt b/readme.txt index 44ad124..7a228db 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: http://www.amazon.co.jp/registry/wishlist/39ANKRNSTNW40 Tags: plugin, custom field, custom, field, meta, meta field, repeat, repeatable Requires at least: 3.9 Tested up to: 5.8 -Stable tag: 4.2.0 +Stable tag: 4.2.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -129,6 +129,11 @@ You can translate this plugin into your language by using [GlotPress](https://tr == Changelog == += 4.2.1 = +* Fix Worning/Fatal error on PHP7/8. +* Fix sanitize missing in the textarea field. +* Add list to the wysiwyg field. + = 4.1.6 * Some updates by [@kengyu](https://github.com/kengyu) * Add filter hook smart-cf-rest_api_post_type by [@fuyuan9](https://github.com/fuyuan9) diff --git a/smart-custom-fields.php b/smart-custom-fields.php index bda03e1..63b141a 100644 --- a/smart-custom-fields.php +++ b/smart-custom-fields.php @@ -3,7 +3,7 @@ * Plugin name: Smart Custom Fields * Plugin URI: https://github.com/inc2734/smart-custom-fields/ * Description: Smart Custom Fields is a simple plugin that management custom fields. - * Version: 4.2.0 + * Version: 4.2.1 * Author: inc2734 * Author URI: https://2inc.org * Text Domain: smart-custom-fields diff --git a/smart-custom-fields.zip b/smart-custom-fields.zip deleted file mode 100644 index 4287c37..0000000 Binary files a/smart-custom-fields.zip and /dev/null differ