Você está usando um navegador desatualizado. Este ou outros sites podem não ser exibidos corretamente. Recomendamos atualizar seu navegador ou usar um navegador alternativo.
+ Code improvement - Added named arguments for internal functions to improve code readability and flexibility. This allows parameters to be passed by name in any order without affecting functionality.
^ Upgraded nikic/php-parser to version v5.4.0 for the internal build process.
^ Updated how the tablet type is detected with the latest Mobile Detect version 4.x since most tablet user agents are now also classified as mobile types in the script. Thanks to Michael K. for reporting it!
^ Upgraded nikic/php-parser (v5.0.2 => v5.3.1)
v5.1.0.0-PRO - 2024-05-28
+ Subscriber Interface: The plugin has been rewritten to utilise the subscriber interface, enhancing its integration and performance capabilities.
+ Improved Pro Security Token validation check. The Pro package contains a token file with an individual security token linked to the user account that is checked against the validation server for authenticity. If the file is missing or the token is invalid, you cannot edit the settings and use the extension. The Pro Security Token field has been extended to handle incorrect tokens and blocked accounts. If you encounter an error message related to the token, download the Pro version with your Pro subscription from the linked download page and install it again!
Attention: The Pro extension will not work correctly if the token file or custom field is missing or modified. Never edit or remove the files to ensure correct functionality.
+ Updated Mobile Detect to version 4.8.06.
# Updated Device-Specific Module Loading feature to work correctly with the latest Joomla! 5 version.
+ Device-Specific Module Loading: Easily add device specificity to your modules by appending a module class suffix (Advanced -> Module Class). Allows for more granular control over which modules are loaded depending on the device type. Reduces unnecessary loading of irrelevant modules on devices where they aren't needed or optimised for, ensuring faster load times and a smoother user experience.
Available Parameters
isMobile: Detects if the user's device is a mobile phone and loads the respective module.
isNotMobile: Does the opposite, ensures the module does NOT load on mobile devices.
isTablet: Determines if the user's device is a tablet, subsequently loading the designated module.
isNotTablet: Ensures the module will not load when accessed from a tablet.
isDesktop: Checks if the user's device is a desktop and loads the appropriate module.
isNotDesktop: Makes sure the module won't load on desktop machines.
+ The installation script has been updated to include a check for the highest compatible version of Joomla! to avoid any problems caused by using incompatible core versions.
+ Added Style depending on device feature. With this option, you may set the template style depending on the device.
v4.0.2.0-PRO - 2022-09-15
+ Added Pro Security Token validation check. The Pro package contains a token file with an individual security token linked to the user account and checked against the validation server for authenticity.
^ Multiple internal code optimisations.
v4.0.1.1-PRO - 2022-08-10
^ Updated Mobile Detect to version 2.8.39
v4.0.1.0-PRO - 2021-11-11
+ Added the built-in Download Key Manager support to enter your Pro Update ID without installing the update helper plugin. Important: Please copy your personal Pro Update ID using the second copy button in the Pro ID Manager and enter the key in System - Update - Update Sites - Select the entry of the Pro extension and enter the ID into the Download Key field.
^ Code optimisations
v4.0.0.0-PRO - 2021-08-27
+ First Pro release for Joomla! 4.x based on DSC Pro version 3.1.5.0-PRO