Skip to content

Commit f4e34a0

Browse files
bump version 2.3.3
1 parent a286e52 commit f4e34a0

4 files changed

Lines changed: 9 additions & 7 deletions

File tree

CHANGES.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
### 2.3.2 ###
2-
* __Zukit__ updated to version 1.5.2
1+
### 2.3.3 ###
2+
* __Zukit__ updated to version 1.5.3
3+
* fixed CSS of `Settings` (Safari)
34
* tested for compatibility with WP 5.9.0
45
* changed `ecmaVersion` to 11
56

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zumedia",
3-
"version": "2.3.2",
3+
"version": "2.3.3",
44
"testedWP": "5.9.0",
55
"requiresPHP": ">=7.2.0",
66
"author": "Dmitry Rudakov",

readme.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: dmitryrudakov
33
Tags: gutenberg, folders, dominant color, admin, media library folders, media library
44
Requires at least: 5.3.0
55
Tested up to: 5.9.0
6-
Stable tag: 2.3.2
6+
Stable tag: 2.3.3
77
License: GPLv2 or later
88
Requires PHP: 7.2.0
99

@@ -55,9 +55,10 @@ This plugin includes several enhancements to the WordPress Media Library that ca
5555

5656
== Changelog ==
5757

58-
### 2.3.2 ###
58+
### 2.3.3 ###
5959
* __Zukit__ updated to version 1.5.2
6060
* tested for compatibility with WP 5.9.0
61+
* fixed CSS of `Settings` (Safari)
6162
* changed `ecmaVersion` to 11
6263
* cleaning
6364
### 2.3.1 ###
@@ -164,4 +165,4 @@ This plugin includes several enhancements to the WordPress Media Library that ca
164165
### 1.9.2 ###
165166
* added check for `post_parent` in `All Attachements` meta box
166167
* added `Detach Image` action
167-
* added `detach_attachment()` function
168+
* added `detach_attachment()` function

zu-media.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin URI: https://wordpress.org/plugins/zu-media/
55
GitHub Plugin URI: https://github.com/picasso/zu-media
66
Description: Enhances WordPress Media Library with some features (folders, dominant color, location category and others).
7-
Version: 2.3.2
7+
Version: 2.3.3
88
Author: Dmitry Rudakov
99
Author URI: https://dmitryrudakov.ru/about/
1010
Text Domain: zumedia

0 commit comments

Comments
 (0)