Changeset 1641252
- Timestamp:
- 04/20/2017 10:41:09 AM (9 years ago)
- Location:
- flip/trunk
- Files:
-
- 1 deleted
- 2 edited
-
flip.php (modified) (2 diffs)
-
flip_tinymce.min.js (deleted)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
flip/trunk/flip.php
r1631830 r1641252 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. 26 * Version: 1.5.3 7 7 * Author: Priberam 8 8 * Author URI: http://www.priberam.pt … … 92 92 // Declare script for new button 93 93 public function flip_add_tinymce_plugin( $plugin_array ) { 94 $plugin_array['flip'] = plugins_url() .'/flip/flip_tinymce.js?v=1.5.1'; 94 $data = get_plugin_data(__FILE__); 95 $plugin_array['murmurhash'] = plugins_url() .'/flip/murmurhash3_gc.js?v=' . $data['Version']; 96 $plugin_array['flip_engine'] = plugins_url() .'/flip/engine.js?v=' . $data['Version']; 97 $plugin_array['flip'] = plugins_url() .'/flip/flip_tinymce.js?v=' . $data['Version']; 95 98 return $plugin_array; 96 99 } -
flip/trunk/readme.txt
r1631830 r1641252 4 4 Requires at least: 4.3 5 5 Tested up to: 4.7 6 Stable tag: 1.5. 26 Stable tag: 1.5.3 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.3 = 39 * Prevents cache on scripts when updating to new versions 38 40 39 41 = 1.5.2 = … … 48 50 49 51 == Upgrade Notice == 52 = 1.5.3 = 53 * Prevents cache on scripts when updating to new versions 50 54 51 55 = 1.5.2 =
Note: See TracChangeset
for help on using the changeset viewer.