Changeset 1699050
- Timestamp:
- 07/19/2017 03:49:10 PM (9 years ago)
- Location:
- flip
- Files:
-
- 23 added
- 2 edited
-
tags/1.5.7 (added)
-
tags/1.5.7/engine.js (added)
-
tags/1.5.7/flip.css (added)
-
tags/1.5.7/flip.php (added)
-
tags/1.5.7/flip9.png (added)
-
tags/1.5.7/flip_tinymce.js (added)
-
tags/1.5.7/gram_error.png (added)
-
tags/1.5.7/languages (added)
-
tags/1.5.7/languages/flip-en_US.mo (added)
-
tags/1.5.7/languages/flip-en_US.po (added)
-
tags/1.5.7/languages/flip-pt_BR.mo (added)
-
tags/1.5.7/languages/flip-pt_BR.po (added)
-
tags/1.5.7/languages/flip-pt_PT.mo (added)
-
tags/1.5.7/languages/flip-pt_PT.po (added)
-
tags/1.5.7/languages/flip.pot (added)
-
tags/1.5.7/murmurhash3_gc.js (added)
-
tags/1.5.7/ort_error.png (added)
-
tags/1.5.7/readme.txt (added)
-
tags/1.5.7/settings_page.php (added)
-
tags/1.5.7/status_checking.png (added)
-
tags/1.5.7/status_disabled.png (added)
-
tags/1.5.7/status_haserrors.png (added)
-
tags/1.5.7/status_noerrors.png (added)
-
trunk/flip.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
flip/trunk/flip.php
r1665320 r1699050 4 4 * Plugin URI: https://www.flip.pt/Produtos/Plugin-do-FLiP-para-WordPress 5 5 * Description: Portuguese spell checker, grammar checker and style checker, with or without the Spelling Reform of 1990. 6 * Version: 1.5. 66 * Version: 1.5.7 7 7 * Author: Priberam 8 8 * Author URI: http://www.priberam.pt … … 227 227 function flip_add_js_scripts($settings) { 228 228 $options = get_option('flip_settings', $this->default_settings); 229 $mergeoptions = [];229 $mergeoptions = array(); 230 230 foreach ($this->default_settings as $key => $value) { 231 231 if (is_string($value)) … … 315 315 oReq.open("GET", "<?php echo $url ?>"); 316 316 oReq.setRequestHeader('X-Priberam-auth-key', key); 317 oReq.timeout = 1000 ;317 oReq.timeout = 10000; 318 318 oReq.addEventListener("load", function(value) { 319 319 if (value.target.status != 200) { -
flip/trunk/readme.txt
r1665320 r1699050 4 4 Requires at least: 4.3 5 5 Tested up to: 4.7 6 Stable tag: 1.5. 66 Stable tag: 1.5.7 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 36 36 37 37 == Changelog == 38 = 1.5.7 = 39 * Compatibility with versions of php prior to 5.4. 40 38 41 = 1.5.6 = 39 42 * Minor fixes … … 59 62 60 63 == Upgrade Notice == 64 = 1.5.7 = 65 * Compatibility with versions of php prior to 5.4. 66 61 67 = 1.5.6 = 62 68 * Minor fixes
Note: See TracChangeset
for help on using the changeset viewer.