2.0.2 - Fixed a rare exception where a NOTICE could be thrown by the provider.php, compaining that only variables should be passed by reference 2.0.1 - First release in the modern Joomla 4/5 format (NOT compatible with Joomla 3.5) - Expanded field description for safeguard - Added value control in the target_domain and landing_page fields, still safeguard - Revamped language files for clarity - Added a DEBUG mode for testing 1.1.6 - No, finally THIS is the last release for Joomla 3/4 ;-) - Backported DEBUG mode from version 2 - More efficient detection if we are in admin (and therefore if we can redirect in admin) - Slightly tweaked the code to work with PHP8 - Backported language files (extended text ) - KNOWN ISSUE : Running PHP8.1+ will trigger DEPRECATED message (you may safely hide them from PHP by adding " & ~DEPRECATED " to PHP error_reporting) 1.1.5 - More bug fix and compatibility issues with PHP 8.1 and all Joomla versions - Last release in the 2.5 / 3.x format 1.1.4 - Squashed a bug with an incorrect use of "USE" that would kill the websites (sorry about that!) 1.1.3 - Changed version detection and redirect method to avoid "deprecated" warnings and ensure compatibility with Joomla! 3.2+ (including 4.x) - NOTE : A new version (2.x) will be published for full Joomla! 5.x compatibility 1.1.2 - modified the redirect method to accomodate JApplication being deprecated ; I now use the correct CMSapplication->redirect() method. This means that previous versions could have been sending http 303 (see other code) headers instead of http 301 (permanently redirected)... 1.1.1 - removed the DEBUG flag that forced the plugin to display messages instead of redirecting (stupid me!) - changed the update server address because of incompatibilities with my hoster 1.1.0 - More graceful redirect using JApplication->redirect() - Now correctly getting URL using Joomla's JURI - Changed the language files again again (always more careful!) - Domain name can now be up to 255 characters long - Added the ability to define a landing page instead of redirecting to the same page 1.0.2 - Changed the language files again (minor additions) - Changed the label on the parameters page to state that you REALLY CANNOT put http:// there ! - Added a control in the plugin code that does not redirect (and triggers an error message) if http: is spotted in the target domain - Added update server 1.0.1 Bugfix with extended language files 1.0.0 Initial release