Skip to content

2.3.1

Compare
Choose a tag to compare
@picasso picasso released this 11 Jan 09:40
· 7 commits to master since this release
  • tested for compatibility with WP 5.8.3

  • reset admin color scheme if Admin colors add-on or the plugin was deactivated

  • implemented get_folder_permalink, get_folder_props and folder_exists methods

  • implemented get_dominant_by_id and update_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

  • renaming get_folder_by_image_id to get_folder_by_attachment_id

  • renaming get_gallery_by_image_id to get_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