language_selection_page 8.x-2.10

Bug fixes

* Issue #3105633: Add missing parts.
* Fix CS.
* chore: Remove obsolete cache file.
* chore: Update .gitignore file.

language_selection_page 8.x-2.7

- Fix coding style by using the updated version of drupol/drupal-conventions.

language_selection_page 8.x-2.5

Bug fixes

- Update composer.json.
- Issue #3124380 by JeroenT, Shruthi Shetty M: Drupal 9 Deprecated Code Report

language_selection_page 8.x-2.4

Bug fixes

* Issue #3105633 by ieguskiza: Page cache is not invalidated correctly
* Use drupol/drupal-conventions for code style.
* Issue #3054850 by zuuperman: Wrong order in the negotation methods
* Issue #3025022 by chipway: Update Dependencies to new Format in .info.yml

language_selection_page 8.x-2.1

Bug fixes

Changes since 8.x-2.0:

language_selection_page 8.x-2.0

Bug fixes
New features

Changes since 8.x-2.0-beta3:

  • Remove unused use statements.
  • Fix bug when used with Metatag.

language_selection_page 8.x-2.0-beta3

Bug fixes
New features

Changes since 8.x-2.0-beta2:

  • Inline documentation.
  • Adding more Dependency Injection stufF.
  • Move the logic from the page controller to the plugins

language_selection_page 8.x-2.0-beta2

Bug fixes
New features

Changes since 8.x-2.0-beta1:

  • Remove unneeded slash in front now that we are storing the path with a leading slash.
  • Provide a way to alter the language selection page content array in the condition plugin.

language_selection_page 8.x-2.x-dev

Bug fixes
New features

Development version to enable installation through composer and automated tests through Travis.

language_selection_page 7.x-2.0-beta2

Bug fixes
  • Display the block in the administration page only if the right method is enabled.
  • Don't enabled the language_selection_page page in hook_menu if the block method is enabled.
  • More check and bug fix.
  • Fix documentation.

language_selection_page 7.x-1.81

Bug fixes
  • Fix bug introduced in 1.80.

This should be the last version of the 1.x serie. The development is now focused in the 7.x-2.x branch and 8.x-1.x.

language_selection_page 7.x-2.0-beta1

Bug fixes
New features

Refactoring of the module.

Admin page

  • New setting to select the path of the language selection page.
  • Display warnings when the configuration is not setup correctly, based on the install requirements.

Module

  • The negotiation is faster thanks to a series of check who detects if the language can be determined or not.
  • It's easier to read and understand for everyone.
  • Removed the call to locale_language_from_url().
  • Added more documentation.

Important

language_selection_page 7.x-1.80

Bug fixes
New features
  • Redirect properly the user if it still land on the 'language_selection' page when enabling the block system.
  • Add the documentation for the block display.
  • Provide the $language_selection_page data variable in that block too.
  • Add the ability to display the Language Selection in a block.
  • Replace every $_GET['q'] with request_path().
  • Adding more checks to be sure that the language is not found through the different negotiation subsystems.
  • Fix missing <ul> tags in template.

language_selection_page 7.x-1.71

Bug fixes

Fix a typo who generates a warning and prevent the class in the links to be generated, sorry for the noise.

language_selection_page 7.x-1.7

New features
  • Add CSS classes on each language link on the page, so they can be easily themed in CSS.

language_selection_page 7.x-1.6

Bug fixes
New features
  • Fix the drupal_alter() function and small change in the template file.
  • Let other user knows about this module by providing a API file.
  • Provide an example of module using the hook on the project page.

language_selection_page 7.x-1.5

Bug fixes
New features

/!\ Be aware that this release WILL break your current setup. /!\

  • /!\ Changed the name of the template for more consistency from language_selection_page_body.tpl.php to language-selection-page-body.tpl.php
  • /!\ Changed the way links are built in the template so there's no more hardcoded text, the links are built in the template directly.
  • /!\ Cleaned up the variable sent to the template for more consistency and access to it. /!\

language_selection_page 7.x-1.2

Bug fixes
New features

Issue fixed:

Issue #2118689 by stefan.r: Expose raw URLs as well as links
Issue #2119463 by stefan.r: Global redirect should be disabled on language selection page
Issue #2119439 by dolu, stefan.r: Language selection page not appearing on frontpage
Issue #2148107: Language selection page also running on update.php, install.php
Issue #2152877: Language selection page also running on uncached images

Thanks to stefan.r for it's patches !

Subscribe with RSS Subscribe to Releases for Language Selection Page