v2.8.4 - v2.6.4
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
2.7.1 2016-12-05
- add the MatthiasWeb promotion dialog
- fix bug with IE8
- fix bug with TinyMCE editor shortcode dialog
2.7.0 2016-11-24
- add natural filename sort of folders (thanks to KorbinianT)
- add lazy loading to folder tree, now it is only loaded from server when needed
- add: You can now directly upload files to a folder with a dropdown selection in media modal and "Add Media" page
- fix bug with migration on multisite installation
- fix bug with modal views, now it also supports lazy loading
- fix bug with attachment movement helper (Move x file)
- fxied bug with plugin "Visual Composer Extensions All In One" and the tooltips
- improve the changelog file
- improve the actions RML/Folder/Deleted|Renamed|Moved (developers only)
- fix bug with jQuery AIO tree version when RCM is enabled (developers only)
- fix bug with api method wp_attachment_folder and the default value (developers only)
- fix bug with creating a new folder with new order number (developers only)
- prepare RML for Physical Press plugin and avoid folder names "." and ".." (developers only)
2.6.5 2016-10-26
- fix bug with Justified Image Grid
- fix bug with migration system, no image relationships were imported
2.6.4 2016-10-21
- fix bug while wipe of folders in multisite installation
- fix bug after save in attachment details
- fix problem with negative -1 count
- fix bug when switching folder when on page 2 in table mode
- improve tabs in options panel of RML media options
- improve the delete behaviour of folder (files will be moved to unorganized)
- add a migration system for further updates (developers only)
- add filter for parent root folder id (Default -1) (developers only)
- fix the usage of switch_to_blog together with api functions (developers only)
- improve some CSS experiences (loader) (developers only)
- improve the save point of relationship between folder and post (own database table for relationships) (developers only)