Changeset 944305
- Timestamp:
- 07/07/2014 11:09:12 AM (12 years ago)
- Location:
- 51degreesmobi
- Files:
-
- 38 added
- 4 edited
-
tags/3.1.4.2/screenshot-1.png (added)
-
tags/3.1.4.2/screenshot-2.png (added)
-
tags/3.1.4.2/screenshot-3.png (added)
-
tags/3.1.4.2/screenshot-4.png (added)
-
tags/3.1.4.2/screenshot-5.png (added)
-
tags/3.1.4.2/screenshot-6.png (added)
-
tags/3.1.4.2/screenshot-7.png (added)
-
tags/3.1.4.3 (added)
-
tags/3.1.4.3/51DWordpress.php (added)
-
tags/3.1.4.3/51Degrees (added)
-
tags/3.1.4.3/51Degrees/51Degrees-Lite.dat (added)
-
tags/3.1.4.3/51Degrees/51Degrees.core.js.php (added)
-
tags/3.1.4.3/51Degrees/51Degrees.features.js.php (added)
-
tags/3.1.4.3/51Degrees/51Degrees.php (added)
-
tags/3.1.4.3/51Degrees/51Degrees_data_reader.php (added)
-
tags/3.1.4.3/51Degrees/51Degrees_file_reader.php (added)
-
tags/3.1.4.3/51Degrees/51Degrees_metadata.php (added)
-
tags/3.1.4.3/51Degrees/51Degrees_update.js (added)
-
tags/3.1.4.3/51Degrees/51Degrees_update.php (added)
-
tags/3.1.4.3/51Degrees/51Degrees_update_logger.php (added)
-
tags/3.1.4.3/51Degrees/51Degrees_usage.php (added)
-
tags/3.1.4.3/51Degrees/ImageHandler.php (added)
-
tags/3.1.4.3/51Degrees/LinkedList.php (added)
-
tags/3.1.4.3/51Degrees/ReadMe.txt (added)
-
tags/3.1.4.3/README.txt (added)
-
tags/3.1.4.3/help.png (added)
-
tags/3.1.4.3/screenshot-1.png (added)
-
tags/3.1.4.3/screenshot-2.png (added)
-
tags/3.1.4.3/screenshot-3.png (added)
-
tags/3.1.4.3/screenshot-4.png (added)
-
tags/3.1.4.3/screenshot-5.png (added)
-
tags/3.1.4.3/screenshot-6.png (added)
-
tags/3.1.4.3/screenshot-7.png (added)
-
tags/3.1.4.3/themes (added)
-
tags/3.1.4.3/themes/wave-vanilla.zip (added)
-
tags/3.1.4.3/themes/wavemobilefree.zip (added)
-
tags/3.1.4.3/themes/wavemobilefree_Tablet.zip (added)
-
tags/3.1.4.3/themes/wavemobilefree_small-screen.zip (added)
-
trunk/51DWordpress.php (modified) (1 diff)
-
trunk/51Degrees/51Degrees.core.js.php (modified) (2 diffs)
-
trunk/51Degrees/ReadMe.txt (modified) (1 diff)
-
trunk/README.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
51degreesmobi/trunk/51DWordpress.php
r939128 r944305 26 26 Plugin URI: http://51degrees.com/Support/Documentation/PHP/Distributions/Wordpress.aspx 27 27 Description: Uses the 51Degrees Device Detector to find out what device the end user is viewing your site on. You can access the variable using $_51d. See the documentation for full information on how to use. 28 Version: 3.1.4. 228 Version: 3.1.4.3 29 29 Author: 51Degrees 30 30 Author URI: http://51Degrees.com -
51degreesmobi/trunk/51Degrees/51Degrees.core.js.php
r921688 r944305 11 11 header('Vary: User-Agent'); 12 12 header('Cache-Control: public'); 13 // Expires: Thu, 01 Dec 1994 16:00:00 GMT ----- SET TO NEXT UPDATE DATE.14 // Last-Modified: Tue, 15 Nov 1994 12:45:26 +0000 ----- SET TO PUBLISHED DATE.15 16 // $hash = HASH OF DATA SET METADATA AND USERAGENT.17 //header("ETag: $hash");.18 13 19 14 if (isset($_SESSION) === FALSE) … … 64 59 $output .= "function FODPO() { var profileIds = new Array();\n"; 65 60 $c = count($profile_scripts); 66 if ( count($profile_scripts)> 0 && (isset($_SESSION['51D_ProfileIds']) === FALSE || strlen($_SESSION['51D_ProfileIds']) == 0)) {61 if ($c > 0 && (isset($_SESSION['51D_ProfileIds']) === FALSE || strlen($_SESSION['51D_ProfileIds']) == 0)) { 67 62 foreach ($profile_scripts as $property) { 68 63 if (isset($_51d[$property])) { 69 $output .= $_51d[$property]; 70 $output .= "\n"; 64 $props = $_51d[$property]; 65 foreach($props as $prop) { 66 $output .= $prop; 67 $output .= "\n"; 68 } 71 69 } 72 70 } -
51degreesmobi/trunk/51Degrees/ReadMe.txt
r939128 r944305 217 217 - ChangeLog 218 218 219 v3.1.4. 2219 v3.1.4.3 220 220 221 221 - Fixed bug where metadata caches would not be removed. 222 222 - Feature.js property names are now stripped of '/' characters so they 223 223 don't cause parser errors. 224 - Fixed bug where Feature Detection script would not be created in the core.js 225 script. 224 226 225 227 v3.1.3.1 -
51degreesmobi/trunk/README.txt
r939128 r944305 5 5 Requires at least: 2.7 6 6 Tested up to: 3.9.1 7 Stable tag: 3.1.4. 27 Stable tag: 3.1.4.3 8 8 License: MPLv2 or later (MPL) 9 9 License URI: http://www.mozilla.org/MPL/2.0/ … … 95 95 96 96 == Changelog == 97 = 3.1.4. 2=97 = 3.1.4.3 = 98 98 * Fixed bug where metadata caches would not be removed. 99 99 * Feature.js property names are now stripped of '/' characters so they 100 100 don't cause parser errors. 101 * Fixed bug where Feature Detection script would not be created in the core.js 102 script. 101 103 102 104 = 3.1.3.1 =
Note: See TracChangeset
for help on using the changeset viewer.