mobile_subdomain 7.x-1.15

Bug fixes
New features

1. by brantwynn: Check for subdomain prefix to prevent a double redirect.
2. by jamix: Prevent desktop page from showing before redirect.

mobile_subdomain 7.x-1.14

Bug fixes
  1. Removed infinite loop caused when attempting to redirect users to the same environment.
  2. Better handling of session variables for mobile subdomain redirect override.

mobile_subdomain 7.x-1.4

New features

Configure the mobile detection regex used by mobile_subdomain!

mobile_subdomain 6.x-1.4

New features

Configure the mobile detection regex used by mobile_subdomain!

mobile_subdomain 6.x-1.2

New features

Added override callback for Drupal 6 version of the module.

mobile_subdomain 7.x-1.2

New features

Users can turn the redirect on or off using a callback url that accepts a 'true' or 'false' argument.

  • The callback URL always redirects the user to the site's homepage - then fires the mobile redirect or shows the normal site.
  • [example.com]/mobile-subdomain-redirect/false - turns off the redirect for mobile users (saved in the user's session).
  • [example.com]/mobile-subdomain-redirect/true - unsets the session variable (turns the redirect back on).

mobile_subdomain 6.x-1.1

New features

Backport cache function from D7 to D6. Serious performance increase for module.

Subscribe with RSS Subscribe to Releases for Mobile Subdomain