Skip to content

Commit

Permalink
update the assets
Browse files Browse the repository at this point in the history
  • Loading branch information
amirition committed Nov 30, 2023
1 parent 0aae9c2 commit b4bc498
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
= 1.1.8 =
* Fix: Fatal error after trying to delete the plugin
* Fix: Undefined variables when using the free table plugins

= 1.1.7 =
* Fix: Fatal error when deleting the plugin
* Dev: Updated internal libraries and classes
Expand Down
4 changes: 2 additions & 2 deletions easy-post-types-fields.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: Easy Post Types and Fields
* Plugin URI: https://wordpress.org/plugins/easy-post-types-fields/
* Description: Create custom post types, fields and taxonomies.
* Version: 1.1.7
* Version: 1.1.8
* Author: Barn2 Plugins
* Author URI: https://barn2.com
* Text Domain: easy-post-types-fields
Expand All @@ -29,7 +29,7 @@
exit;
}

const PLUGIN_VERSION = '1.1.7';
const PLUGIN_VERSION = '1.1.8';
const PLUGIN_FILE = __FILE__;

// Autoloader.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easy-post-types-fields",
"version": "1.1.7",
"version": "1.1.8",
"description": "Easy Post Types and Fields.",
"main": "gulpfile.js",
"directories": {
Expand Down
12 changes: 6 additions & 6 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: custom post type, custom field, custom taxonomy, custom post types, custom
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
Stable tag: 1.1.7
Stable tag: 1.1.8
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Donate link: https://barn2.com
Expand Down Expand Up @@ -129,10 +129,10 @@ Yes, you can add HTML and shortcodes into either the plain text and Visual Edito

== Changelog ==

= 1.1.7 =
* Fix: Fatal error when deleting the plugin
* Dev: Updated internal libraries and classes
* Dev: Modified the taxonomy column in different post types
* Dev: Tested up to WordPress 6.4
= 1.1.8 =
Release date 29 November 2023

* Fix: Fatal error after trying to delete the plugin
* Fix: Undefined variables when using the free table plugins

See changelog.txt for more details.

0 comments on commit b4bc498

Please sign in to comment.