### 1.3.2

* Added a filter for branding in the admin area
* Added constant R6_STYLES_VERSION for ease of version checking

### 1.3.1

* Fixed Force Unlock not appearing if the time since last edited was negative for some reason.
* Fixed some syntax errors in PHP 8.0

### 1.3.0

* Made the Force Unlock button always available without having to wait 2 hours.
* Updated nikic/php-parser from 0.9.4 to 4.10.4. This adds support for syntax introduced in PHP 5.6 through to 8.0.
* Updated Ace editor from 1.2.9 to 1.4.12.
* Added an asterisk to unsaved tabs.
* Changed the text of the Save File button when saving so that there's an indicator that something is happening.
* Fixed the Save File button causing your window to scroll up when clicked.
* Updated plugin-update-checker from 4.5 to 4.11.
* Removed login page JavaScript (it broke at some point and there's no real need for it anyway).

### 1.2.7

* Added a filter for custom login screen design.

### 1.2.6

* Styled the login form to use R6 colours and branding.
* Made the employee login more prominent on the login form.
* Styled the admin backend area and admin bar to use R6 colours and branding.

### 1.2.5

* Fixed an issue with the CTRL + S (CMD + S for Macs) shortcut was not saving the file, but instead saving the webpage
* Fixed an issue with the locked modal showing up at 3 hours, instead of 2 hours

### 1.2.4

* Fixed issue which was changing the name of the file in the file tree if the file which was closed was not the active file
* This change should also fix the issue of files not locking if you refresh, resulting in locking yourself out of a file you had open
* Fixed issue which was causing the Find feature to display results twice if you had more than one directory open
* Changed styling of the modal popup to be a fixed distance from the top, rather than a percentage. Having a percentage resulted in losing the modal if the file tree had been expanded more than two or three times
* Fixed an issue of the filename in the file tree not removing the locked status if it was force unlocked

### 1.2.3

* Fixed an issue of users not being able to lock files if their username was too long

### 1.2.2

* Fixed the file name in the directory viewer reverting to the file path rather than the file name when closing the file
* Fixed only the first file unlocking when navigated away from the page if multiple files were open at once

### 1.2.1

* Fixed directory capitalization
* Added plugin-update-checker

### 1.2.0

* Fixed issue which wasn't creating database on plugin activation
* Fixed string search issue where the file content wasn't being searched through if the file was not in the root directory
* File tree now shows which files are locked by other users

### 1.1.0

* Full restyle according to updated visual mockup
* Adding in searching through available files for a string, displaying the resulting files
* File tree now shows which files you currently have open in the editor

### 1.0.0

* Initial Release
