Changeset 3068155
- Timestamp:
- 04/10/2024 04:29:45 AM (2 years ago)
- Location:
- tinywp-mobile-detect
- Files:
-
- 5 edited
- 1 copied
-
tags/1.5.0/readme.txt (modified) (1 diff)
-
tags/1.5.1 (copied) (copied from tinywp-mobile-detect/trunk)
-
tags/1.5.1/mobile-detect.php (modified) (1 diff)
-
tags/1.5.1/readme.txt (modified) (1 diff)
-
trunk/mobile-detect.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tinywp-mobile-detect/tags/1.5.0/readme.txt
r2985788 r3068155 4 4 Tags: mobile, tablet, ipad, browsers, responsive, mobiledetect, ipad pro 5 5 Requires at least: 3.0 6 Tested up to: 6. 46 Tested up to: 6.5 7 7 Requires PHP: 5.3 8 8 Stable tag: 1.5.0 -
tinywp-mobile-detect/tags/1.5.1/mobile-detect.php
r2829693 r3068155 8 8 * Author: Pothi Kalimuthu 9 9 * Author URI: https://www.tinywp.in/ 10 * Version: 1.5. 010 * Version: 1.5.1 11 11 * Requires at least: 3.0 12 12 * Requires PHP: 5.3 -
tinywp-mobile-detect/tags/1.5.1/readme.txt
r3053015 r3068155 2 2 Contributors: pothi 3 3 Donate link: https://paypal.me/pothi 4 Tags: mobile, tablet, ipad, browsers, responsive, mobiledetect, ipad pro4 Tags: mobile, tablet, ipad, browsers, mobiledetect 5 5 Requires at least: 3.0 6 6 Tested up to: 6.5 7 7 Requires PHP: 5.3 8 Stable tag: 1.5. 08 Stable tag: 1.5.1 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html 11 11 12 Fine-tunes wp_is_mobile ()function by excluding tablets (ex: iPad), from being detected as mobile! Uses MobileDetect PHP Library from mobiledetect.net!12 Fine-tunes wp_is_mobile function by excluding tablets (ex: iPad), from being detected as mobile! Uses MobileDetect PHP Library from mobiledetect.net! 13 13 14 14 == Description == -
tinywp-mobile-detect/trunk/mobile-detect.php
r2829693 r3068155 8 8 * Author: Pothi Kalimuthu 9 9 * Author URI: https://www.tinywp.in/ 10 * Version: 1.5. 010 * Version: 1.5.1 11 11 * Requires at least: 3.0 12 12 * Requires PHP: 5.3 -
tinywp-mobile-detect/trunk/readme.txt
r3053015 r3068155 2 2 Contributors: pothi 3 3 Donate link: https://paypal.me/pothi 4 Tags: mobile, tablet, ipad, browsers, responsive, mobiledetect, ipad pro4 Tags: mobile, tablet, ipad, browsers, mobiledetect 5 5 Requires at least: 3.0 6 6 Tested up to: 6.5 7 7 Requires PHP: 5.3 8 Stable tag: 1.5. 08 Stable tag: 1.5.1 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html 11 11 12 Fine-tunes wp_is_mobile ()function by excluding tablets (ex: iPad), from being detected as mobile! Uses MobileDetect PHP Library from mobiledetect.net!12 Fine-tunes wp_is_mobile function by excluding tablets (ex: iPad), from being detected as mobile! Uses MobileDetect PHP Library from mobiledetect.net! 13 13 14 14 == Description ==
Note: See TracChangeset
for help on using the changeset viewer.