Skip to content

Commit

Permalink
Release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilburda committed Aug 20, 2023
1 parent 6fe682c commit fc80839
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,5 +1,5 @@
Upcoming
========
4.0.1
=====

* Fixed JSON serialization for procedures or constraints containing array arguments.
* Fixed a crash when a PDB procedure is no longer available (which could happen if GIMP removed a procedure in a later version or a custom script/plug-in is not available in a different GIMP installation). A warning message will be displayed instead.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ Features
* Customize processing with procedures and constraints


### [Download latest release](https://github.com/kamilburda/gimp-export-layers/releases/tag/4.0) (4.0, August 06, 2023)
### [Download latest release](https://github.com/kamilburda/gimp-export-layers/releases/tag/4.0.1) (4.0.1, August 20, 2023)

See the [documentation](https://kamilburda.github.io/gimp-export-layers/sections) for information about installation, usage and known issues.

Expand Down
4 changes: 2 additions & 2 deletions export_layers/config.py
Expand Up @@ -20,8 +20,8 @@
c.LOG_MODE = 'exceptions'

c.PLUGIN_TITLE = lambda: _('Export Layers')
c.PLUGIN_VERSION = '4.0'
c.PLUGIN_VERSION_RELEASE_DATE = 'August 06, 2023'
c.PLUGIN_VERSION = '4.0.1'
c.PLUGIN_VERSION_RELEASE_DATE = 'August 20, 2023'
c.AUTHOR_NAME = 'Kamil Burda'
c.COPYRIGHT_YEARS = '2013-2023'
c.PAGE_URL = 'https://kamilburda.github.io/gimp-export-layers'
Expand Down
2 changes: 1 addition & 1 deletion export_layers/locale/gimp-plugin-export-layers.pot
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 'export_layers' 4.0.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-08-20 14:00+0200\n"
"POT-Creation-Date: 2023-08-20 14:20+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down

0 comments on commit fc80839

Please sign in to comment.