Plugin Directory

Changeset 3068155


Ignore:
Timestamp:
04/10/2024 04:29:45 AM (2 years ago)
Author:
pothi
Message:

Minor updates to readme file for better compliance

Location:
tinywp-mobile-detect
Files:
5 edited
1 copied

Legend:

Unmodified
Added
Removed
  • tinywp-mobile-detect/tags/1.5.0/readme.txt

    r2985788 r3068155  
    44Tags: mobile, tablet, ipad, browsers, responsive, mobiledetect, ipad pro
    55Requires at least: 3.0
    6 Tested up to: 6.4
     6Tested up to: 6.5
    77Requires PHP: 5.3
    88Stable tag: 1.5.0
  • tinywp-mobile-detect/tags/1.5.1/mobile-detect.php

    r2829693 r3068155  
    88 * Author: Pothi Kalimuthu
    99 * Author URI: https://www.tinywp.in/
    10  * Version: 1.5.0
     10 * Version: 1.5.1
    1111 * Requires at least: 3.0
    1212 * Requires PHP: 5.3
  • tinywp-mobile-detect/tags/1.5.1/readme.txt

    r3053015 r3068155  
    22Contributors: pothi
    33Donate link: https://paypal.me/pothi
    4 Tags: mobile, tablet, ipad, browsers, responsive, mobiledetect, ipad pro
     4Tags: mobile, tablet, ipad, browsers, mobiledetect
    55Requires at least: 3.0
    66Tested up to: 6.5
    77Requires PHP: 5.3
    8 Stable tag: 1.5.0
     8Stable tag: 1.5.1
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
    1111
    12 Fine-tunes wp_is_mobile() function by excluding tablets (ex: iPad), from being detected as mobile! Uses MobileDetect PHP Library from mobiledetect.net!
     12Fine-tunes wp_is_mobile function by excluding tablets (ex: iPad), from being detected as mobile! Uses MobileDetect PHP Library from mobiledetect.net!
    1313
    1414== Description ==
  • tinywp-mobile-detect/trunk/mobile-detect.php

    r2829693 r3068155  
    88 * Author: Pothi Kalimuthu
    99 * Author URI: https://www.tinywp.in/
    10  * Version: 1.5.0
     10 * Version: 1.5.1
    1111 * Requires at least: 3.0
    1212 * Requires PHP: 5.3
  • tinywp-mobile-detect/trunk/readme.txt

    r3053015 r3068155  
    22Contributors: pothi
    33Donate link: https://paypal.me/pothi
    4 Tags: mobile, tablet, ipad, browsers, responsive, mobiledetect, ipad pro
     4Tags: mobile, tablet, ipad, browsers, mobiledetect
    55Requires at least: 3.0
    66Tested up to: 6.5
    77Requires PHP: 5.3
    8 Stable tag: 1.5.0
     8Stable tag: 1.5.1
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
    1111
    12 Fine-tunes wp_is_mobile() function by excluding tablets (ex: iPad), from being detected as mobile! Uses MobileDetect PHP Library from mobiledetect.net!
     12Fine-tunes wp_is_mobile function by excluding tablets (ex: iPad), from being detected as mobile! Uses MobileDetect PHP Library from mobiledetect.net!
    1313
    1414== Description ==
Note: See TracChangeset for help on using the changeset viewer.