v3.0.1 - v2.7.2

3.0.1 2017-04-22

  • fix bug with attachment details, on some browsers the dropdowns were not clickable
  • add a message strip to the plugins page to show MatthiasWeb plugins

3.0.0 2017-04-20

  • add feature to create shortcuts and put images in multiple folders, like you already know from your operating system
  • removed popups
  • fix bug with changing the folder location in grid view attachment details dialog
  • fix bug with Polylang while moving a translation file
  • fix bug with WPML while moving a translation file
  • fix bug with count cache after uploading a new file
  • fix performance bug with the count cache
  • add API function wp_rml_create_shortcuts() (developers only)
  • add API function wp_rml_created_shortcuts_last_ids() (developers only)
  • add API function wp_attachment_ensure_source_file() (developers only)
  • add API function wp_attachment_has_shortcuts() (developers only)
  • add API function wp_attachment_get_shortcuts() (developers only)
  • add API function wp_attachment_is_shortcut() (developers only)

2.8.6 2017-03-25

  • fix bug with PHP < 5.6

2.8.5 2017-03-24

  • fix bug with styles and scripts
  • fix bug with rearrange
  • minify scripts / css for prepared shortcut functionality (developers only)

2.8.4 2017-03-22

  • add https://matthias-web.com as author url
  • improve the way of rearrange mode, the folders gets expand after 700ms of hover
  • fix bugs with absolute pathes and slugs of folders, if you have problems, please rename the first level folders to regenerate
  • add getPlain() method to IFolder interface to get a normal array for the folder properties (developers only)
  • prepared readable REST API for folders (developers only)

2.8.3 2017-02-14

  • add new permission "par" to restrict the change of parent folder
  • fix bug with korean characters in folder names
  • removed icon when a folder has a restriction (WP/LR)
  • add api/IFolder.interface.php and more API functions (developers only)
  • improve the OOP: getters/setters (developers only)
  • improve code quality by using own API functions (developers only)

2.8.2 2017-02-03

  • fix bug with migration in multisite installations
  • fix bug with Facebook hint in plugins site
  • fix XSS vulnerability (this bug can only be used by folder creators, no visitors) (developers only)
  • fix bug with MLA class dependency (developers only)

2.8.1 2017-01-20

  • add v2.7.2 stable for older PHP versions to the codecanyon download files
  • fix bug with permission system for WP/LR extension
  • fix bug with the migration system for WP multisite

2.8.0 2017-01-15

  • add more useful error messages when changing the hierarchical order of the folders
  • add confirm dialog when you sort the files inside the folder
  • improve the performance
  • improve the way of relocating the folder tree (immediatly saved after relocating)
  • improve the way of sortable folder content (galleries), now it is possible to reorder files in every folder
  • improve naming of folders, every character is now allowed, the folder name is sanitized
  • improve the folder metadata dialog and refresh the view if needed (button click in dialog)
  • fix bug while uploading a new plugin .zip file
  • add autoloading for php classes (developers only)
  • add namespaces for php classes (developers only)
  • add new abstract class for Creatable's (folders, collections, galleries, ...) (developers only)
  • add new abstract class for Sortable's (folders, collections, galleries, ...) extends Creatable's (developers only)
  • add folder\Root as own class (developers only)
  • add debug mode, define('WP_DEBUG', true); and define('SCRIPT_DEBUG', true); in wp-config.php (developers only)
  • add visible debug mode in options panel (developers only)
  • add API function wp_rml_create_or_return_existing_id() (developers only)
  • add API function wp_rml_structure_reset() (developers only)
  • add admin notice for when you have PHP Version < 5.3.0 (developers only)
  • improve the whole API and Advanced wp_rml_get_object_by_id() to get folder object (developers only)
  • improve the split between Structure and CountCache (php classes) (developers only)
  • improve the php code quality (developers only)
  • removed the database table wp_realmedialibrary_order, merged with wp_realmedialibrary_posts (developers only)
  • removed unnecessary sql query in pre_get_posts (developers only)
  • removed bid columns in database tables and add new index (developers only)

2.7.2 2016-12-10

  • add option to reset the count cache
  • fix bug with upload in modal window
  • fix count cache when moving from Unorganized to folder