Skip to content

Commit 59adb28

Browse files
committed
Release 4.0
1 parent dde4295 commit 59adb28

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Upcoming
2-
========
1+
4.0
2+
===
33

44
New features:
55
* In-place batch editing of layers is now available. Procedures can now be applied directly to the layers without exporting them. This option is available by checking "Batch Editing" under the "Settings" button.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Features
1010
* Customize processing with procedures and constraints
1111

1212

13-
### [Download latest release](https://github.com/kamilburda/gimp-export-layers/releases/tag/3.3.7) (3.3.7, July 03, 2023)
13+
### [Download latest release](https://github.com/kamilburda/gimp-export-layers/releases/tag/4.0) (4.0, August 06, 2023)
1414

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

export_layers/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
c.LOG_MODE = 'exceptions'
2121

2222
c.PLUGIN_TITLE = lambda: _('Export Layers')
23-
c.PLUGIN_VERSION = '3.3.7'
24-
c.PLUGIN_VERSION_RELEASE_DATE = 'July 03, 2023'
23+
c.PLUGIN_VERSION = '4.0'
24+
c.PLUGIN_VERSION_RELEASE_DATE = 'August 06, 2023'
2525
c.AUTHOR_NAME = 'Kamil Burda'
2626
c.COPYRIGHT_YEARS = '2013-2023'
2727
c.PAGE_URL = 'https://kamilburda.github.io/gimp-export-layers'

export_layers/locale/gimp-plugin-export-layers.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: 'export_layers' 4.0\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2023-08-06 12:05+0200\n"
11+
"POT-Creation-Date: 2023-08-06 13:56+0200\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"

0 commit comments

Comments
 (0)