Changeset 3107340
- Timestamp:
- 06/25/2024 10:06:25 AM (21 months ago)
- Location:
- tinywp-mobile-detect
- Files:
-
- 1 deleted
- 4 edited
- 5 copied
-
tags/3.0.2 (copied) (copied from tinywp-mobile-detect/trunk)
-
tags/3.0.2/changelog.txt (copied) (copied from tinywp-mobile-detect/trunk/changelog.txt) (1 diff)
-
tags/3.0.2/inc/TinyWP_MobileDetect.php (copied) (copied from tinywp-mobile-detect/trunk/inc/TinyWP_MobileDetect.php) (1 diff)
-
tags/3.0.2/inc/TinyWP_Mobile_Detect.php (deleted)
-
tags/3.0.2/mobile-detect.php (copied) (copied from tinywp-mobile-detect/trunk/mobile-detect.php) (1 diff)
-
tags/3.0.2/readme.txt (copied) (copied from tinywp-mobile-detect/trunk/readme.txt) (2 diffs)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/inc/TinyWP_MobileDetect.php (modified) (1 diff)
-
trunk/mobile-detect.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tinywp-mobile-detect/tags/3.0.2/changelog.txt
r3107330 r3107340 1 = 3.0.2 = 2 + Fixed an issue with file name. 3 1 4 = 3.0.1 = 2 5 + Fixed an issue with file name. -
tinywp-mobile-detect/tags/3.0.2/inc/TinyWP_MobileDetect.php
r3107330 r3107340 215 215 216 216 */ 217 class TinyWP_Mobile_Detect 217 218 class TinyWP_MobileDetect 218 219 { 219 220 /** -
tinywp-mobile-detect/tags/3.0.2/mobile-detect.php
r3107330 r3107340 8 8 * Author: Pothi Kalimuthu 9 9 * Author URI: https://www.tinywp.in/ 10 * Version: 3.0. 110 * Version: 3.0.2 11 11 * Requires at least: 3.0 12 12 * Requires PHP: 7.4 -
tinywp-mobile-detect/tags/3.0.2/readme.txt
r3107330 r3107340 6 6 Tested up to: 6.5 7 7 Requires PHP: 7.4 8 Stable tag: 3.0. 18 Stable tag: 3.0.2 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 66 66 Changelog for upstream Mobile Detect library can be found at [https://github.com/serbanghita/Mobile-Detect/releases](https://github.com/serbanghita/Mobile-Detect/releases). 67 67 68 = 3.0.2 = 69 + Fixed an issue with file name. 70 68 71 = 3.0.1 = 69 72 + Fixed an issue with file name. -
tinywp-mobile-detect/trunk/changelog.txt
r3107330 r3107340 1 = 3.0.2 = 2 + Fixed an issue with file name. 3 1 4 = 3.0.1 = 2 5 + Fixed an issue with file name. -
tinywp-mobile-detect/trunk/inc/TinyWP_MobileDetect.php
r3107330 r3107340 215 215 216 216 */ 217 class TinyWP_Mobile_Detect 217 218 class TinyWP_MobileDetect 218 219 { 219 220 /** -
tinywp-mobile-detect/trunk/mobile-detect.php
r3107330 r3107340 8 8 * Author: Pothi Kalimuthu 9 9 * Author URI: https://www.tinywp.in/ 10 * Version: 3.0. 110 * Version: 3.0.2 11 11 * Requires at least: 3.0 12 12 * Requires PHP: 7.4 -
tinywp-mobile-detect/trunk/readme.txt
r3107330 r3107340 6 6 Tested up to: 6.5 7 7 Requires PHP: 7.4 8 Stable tag: 3.0. 18 Stable tag: 3.0.2 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 66 66 Changelog for upstream Mobile Detect library can be found at [https://github.com/serbanghita/Mobile-Detect/releases](https://github.com/serbanghita/Mobile-Detect/releases). 67 67 68 = 3.0.2 = 69 + Fixed an issue with file name. 70 68 71 = 3.0.1 = 69 72 + Fixed an issue with file name.
Note: See TracChangeset
for help on using the changeset viewer.