Changeset 1867670
- Timestamp:
- 05/02/2018 04:31:48 PM (8 years ago)
- Location:
- flip
- Files:
-
- 23 added
- 2 edited
-
tags/1.5.12 (added)
-
tags/1.5.12/engine.js (added)
-
tags/1.5.12/flip.css (added)
-
tags/1.5.12/flip.php (added)
-
tags/1.5.12/flip9.png (added)
-
tags/1.5.12/flip_tinymce.js (added)
-
tags/1.5.12/gram_error.png (added)
-
tags/1.5.12/languages (added)
-
tags/1.5.12/languages/flip-en_US.mo (added)
-
tags/1.5.12/languages/flip-en_US.po (added)
-
tags/1.5.12/languages/flip-pt_BR.mo (added)
-
tags/1.5.12/languages/flip-pt_BR.po (added)
-
tags/1.5.12/languages/flip-pt_PT.mo (added)
-
tags/1.5.12/languages/flip-pt_PT.po (added)
-
tags/1.5.12/languages/flip.pot (added)
-
tags/1.5.12/murmurhash3_gc.js (added)
-
tags/1.5.12/ort_error.png (added)
-
tags/1.5.12/readme.txt (added)
-
tags/1.5.12/settings_page.php (added)
-
tags/1.5.12/status_checking.png (added)
-
tags/1.5.12/status_disabled.png (added)
-
tags/1.5.12/status_haserrors.png (added)
-
tags/1.5.12/status_noerrors.png (added)
-
trunk/flip.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
flip/trunk/flip.php
r1840171 r1867670 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.1 16 * Version: 1.5.12 7 7 * Author: Priberam 8 8 * Author URI: http://www.priberam.pt … … 108 108 public function flip_register_mce_button( $buttons ) { 109 109 $options = get_option('flip_settings', $this->default_settings); 110 if ( $options['ButtonVisible'])110 if (isset($options['ButtonVisible']) && $options['ButtonVisible']) 111 111 array_push( $buttons, 'flip' ); 112 112 return $buttons; -
flip/trunk/readme.txt
r1840171 r1867670 36 36 37 37 == Changelog == 38 = 1.5.12 = 39 * Minor fixes. 40 38 41 = 1.5.11 = 39 42 * Fixes spacing between consecutive errors. … … 74 77 75 78 == Upgrade Notice == 79 = 1.5.12 = 80 * Minor fixes. 81 76 82 = 1.5.11 = 77 83 * Fixes spacing between consecutive errors.
Note: See TracChangeset
for help on using the changeset viewer.