- Zukit updated to version 1.5.3
- fixed CSS of
Settings
(Safari) - tested for compatibility with WP 5.9.0
- changed
ecmaVersion
to 11
- tested for compatibility with WP 5.8.3
-
adapted to WordPress 5.8.2
-
reset admin color scheme if
Admin colors
add-on or the plugin was deactivated -
implemented
get_folder_permalink
,get_folder_props
andfolder_exists
methods -
implemented
get_dominant_by_id
andupdate_dominant_by_id
methods -
implemented
get_media_taxonomy_link
method which could be used to get link for Media Taxonomy -
implemented
Rewrite Rules
panel -
implemented
Flush Rewrite Rules
action and options to redefine rewrite rules for Media tags and category -
added
inherit_privacy
option -
added
get_all_images
method to return all public or private images in folders -
register some methods to be used as
snippets
-
refactoring
whenReady
intowhenNodeInserted
-
refactoring dominant color to work with local path instead of link
-
refactoring
folders
error handling -
refactoring public snippets with
register_snippet
method -
changed structure of cached folders - now
id
is array index -
renaming
zu-location-link
class tolocation-link
-
renaming
get_folder_by_image_id
toget_folder_by_attachment_id
-
renaming
get_gallery_by_image_id
toget_gallery_by_attachment_id
-
replacing deprecated jQuery methods
-
fixed bugs when thumb width or height is 0
-
fixed bug with wrong
Attachments Wrapper
selector -
fixed bug in
is_private_image
method -
fixed bug in
reset_cached
for collections -
fixed bug in
landscaped
field -
fixed bug when displaying the wrong WP width size
-
other small improvements
- Zukit updated to version 1.2.3
- modified
Sizes
table according to the changes in Zukit - min
php
andwp
versions updated - tested for compatibility with WP 5.7.1
- small improvements
- fixed bug with loading
preview
styles in add-on - fixed bug with reloading
Sizes
table - adapted after refactoring
selectOption
andtoggleOption
- adapted after changing the position of the divider
- adapted to other changes in Zukit
- small CSS improvements
- added logic for icons in WP version up to 5.5
- improved JS and CSS for WP with version less than 5.5
- changed license to GPL-2.0
- tested for compatibility with WP 5.7
- small improvements
- refactoring
ratio
getter and public API methods - added icons, screenshots and readme
- deleted all direct references to CSS prefix
- improved css for some media breakpoints
- introduced
boxed
mode - implemented Folders Preview for the Settings Page
- added support for default folder color
- implemented
locked
folders - added colored folders for tree
- added
colors
panel for folders - added support for SVG folders
- replaced deprecated jQuery methods
- fixed bug with
breadcrumb
- fixed bug with
close
button - adapted to the latest changes in Zukit
- added
Ajax
trait and implemented extension ofzudata
REST route - refactoring source folder structure
- some optimization
- small improvements
- changed text domain from
zumedia
tozu-media
- adapted to latest changes in Zukit
- small improvements
- implemented stable version of
Media Folders
- implemented
convert_taxonomy
via Ajax - implemented
fix_orphaned
utility - refactoring
ImageSizes
with new parent class - refactoring
AdminColors
with new parent class - moved
Location helpers
to trait - moved
Attachments helpers
to trait - replaced
zu()
calls tosnippets
- refactoring
cached
methods - added
disable_cache
option - implemented version of
Settings
page with Gutenberg support (with Zukit framework)
- starting
folders
implementation
- added
reset_cached
when plugin options updated (saved)
- improved
attachements ID
in media popup - fixed work under Wordpress 5.3
- added
onlight
attribute togallery
shortcode
- added language code to
cachekey
for galleries and folders
- fixed bug if
$_post_id
does not exist
- added check for
post_parent
inAll Attachements
meta box - added
Detach Image
action - added
detach_attachment()
function
- improved CDN support for generated HTML
- improved
Media Actions
meta box (added spinner to all actions) - fixed bug when searching galleries for all
pages
- fixed bug in
All Attachements
table (when Folder isroot
)
- improved
All Attachements
table - modified
is_private_album()
function to return1
or2
depending on album privacy
- added check for
_private
in folder name inside Media Library (all images in such folders considered asprivate
) - added
is_private_album()
andget_private_images()
functions to work withprivate
images - added
get_all_images_in_album()
function which collects all images in folder including subfolders - gallery shortcode:
ajaxed
attribute was renamed tolazyload
- added
no_lazyload
attribute togallery
shortcode - improved
alt
transformation infigure
repeater
- added
params
attribute to defaults for JS - added
no_false
param to pass in JS attributes which should be deleted when set to false - added
cached
,m_disabled
andm_firstonly
attributes togallery
shortcode - added
$_caption
var to all repeaters - if image
alt
containsnocopy
then no copyright will be inserted infigure
- if image
alt
is equal tocopy:X
then X will be inserted infigure
as copyright - added button to reset cache in
Media Actions
meta box - css modifications