Releases: phpMussel/FrontEnd
phpMussel Front-End v3.2.0
v3.2.0
[2021.06.07; Maikuolan]: Since v3, the "repository backup locations" are kind of useless (not linked up with Composer, and only providing metapackage data, rather than all the attached repositories/packages). Removed those links from the front-end home page and v3 documentation accordingly.
[2021.06.08; Maikuolan]: Subtle aesthetic patch.
[2021.09.09; Bug-fix; Maikuolan]: The front-end signature information page reported the wrong counts for unidentified or other under the signature vendor or source counts; Fixed.
[2021.10.30; Maikuolan]: Code-style cleanup: Public before private properties, magic before public before private methods.
[2021.10.30; Maikuolan]: Removed a useless method (sendEmail, did nothing, used nowhere).
[2021.10.31; New Feature; Maikuolan]: Added the ability to segregate cache data on the basis of prefixes specified by the instance. This could be useful for when different installations are utilising the same caching mechanisms at the same server.
phpMussel Front-End v3.1.2
v3.1.2
[2021.03.11; Maikuolan]: Added some missing return type declarations.
[2021.04.27; Maikuolan]: Removed the default username/password tip from the front-end login page.
[2021.05.01; Bug-fix; Maikuolan]: Log truncation not being calculated properly; Fixed.
[2021.05.07; Maikuolan]: Very slightly reworked/improved the front-end CSS.
[2021.06.06; Maikuolan]: Reworked checkbox support for the front-end configuration page in preparation for some future configuration directives.
phpMussel Front-End v3.1.1
v3.1.1
[2021.01.10; Maikuolan]: Separated the code for performing outbound requests through cURL out to its own independent class.
[2021.02.05; Maikuolan]: The default timeout for external requests is now configurable.
[2021.02.05; Maikuolan]: The preview text next to the input fields on the configuration page didn't quite align properly; Fixed.
[2021.02.07; Maikuolan]: Added the ability to hide the phpMussel version used.
[2021.02.20; Maikuolan]: Sync common classes package.
phpMussel Front-End v3.1.0
v3.1.0
[2020.10.30; Maikuolan]: Redesigned the login pips and refactored some CSS.
[2020.10.30; New Feature; Maikuolan]: Added the ability to specify a custom assets path to the instantiated FrontEnd object.
[2020.11.27; Maikuolan]: Some minor code-style cleanup.
[2020.12.04; Maikuolan]: Maintenance release (dependencies update, repository cleanup, etc).
phpMussel Front-End v3.0.1
v3.0.1
[2020.07.31; Maikuolan]: Improved the way that the (generated by ...) notice, displayed at the footer of HTML pages, is rendered.
[2020.08.04; Maikuolan]: Addressed a potential compatibility problem with installations where PHP has its output proxied through to a different host. Also slightly improved the aesthetics of the front-end, and changed the logout link to a logout button.
[2020.10.08; Maikuolan]: Added some 'copy to clipboard' buttons to the homepage and statistics page.
[2020.10.09; Maikuolan]: Aesthetic patch + added a new theme.
phpMussel Front-End v3.0.0
v3.0.0
[2020.07.20; Maikuolan] First stable release for the phpMussel v3 Front-End.
Why "v3.0.0" instead of "v1.0.0?" Prior to phpMussel v3, the "phpMussel Core", "phpMussel CLI-mode", "phpMussel Front-End", and "phpMussel Uploads Handler" ("phpMussel Web") were all bundled together as a single repository (phpMussel/phpMussel). Since phpMussel v3, these each all have their own, separate repositories. I've opted to start releases at this repository (phpMussel/FrontEnd) at v3.0.0, in order to avoid confusion with previous versions of the "phpMussel Front-End" which exist outside this repository.
phpMussel Front-End v3.0.0-alpha2
Update README.
phpMussel Front-End v3.0.0-alpha1
v3.0.0-alpha1