Plugin Directory

Changeset 705583


Ignore:
Timestamp:
04/29/2013 07:43:15 PM (13 years ago)
Author:
Code96
Message:

Fixed issue with detecting iPad's.

Location:
php-mobile-redirect/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • php-mobile-redirect/trunk/includes/functions.php

    r699779 r705583  
    1515                $detect = "false";     
    1616            }
    17             elseif ($detect->isiPad())
    18             {
    19                 $detect = "false";
    20             }
    2117            elseif ($detect->isMobile())
    2218            {
  • php-mobile-redirect/trunk/readme.txt

    r700053 r705583  
    66Requires at least: 3.2
    77Tested up to: 3.5.1
    8 Stable tag: 1.1
     8Stable tag: 1.1.1
    99License: GPLv2
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5555
    5656== Changelog ==
     57= 1.1 =
     58* Fixed issue with detecting iPad's. 
    5759
    5860= 1.1 =
Note: See TracChangeset for help on using the changeset viewer.