Changeset 2898741
- Timestamp:
- 04/13/2023 02:56:58 PM (3 years ago)
- Location:
- frontier-buttons/trunk
- Files:
-
- 2 edited
-
frontier-buttons.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
frontier-buttons/trunk/frontier-buttons.php
r2274877 r2898741 5 5 Description: Full control of your WP editor toolbars. Adds Table, Search/Replace, Preview & Code sample tinymce plugins. Enable visual editor for comments. 6 6 Author: finnj 7 Version: 2. 5.47 Version: 2.6.1 8 8 Author URI: http://wordpress.org/plugins/frontier-buttons/ 9 9 */ … … 15 15 16 16 // define constants 17 define('FRONTIER_BUTTONS_VERSION', "2. 5.4");17 define('FRONTIER_BUTTONS_VERSION', "2.6.1"); 18 18 define('FBUT_SETTINGS_NAME', "frontier-buttons-general-settings"); 19 19 define('FBUT_EXTRA_BUTTONS_NAME', "fbut_extra_buttons_settings"); -
frontier-buttons/trunk/readme.txt
r2274877 r2898741 4 4 Tags: frontend, frontier, wp-editor, tinymce, buttons, tinymce, editor 5 5 Requires at least: 4.0 6 Tested up to: 5.2.26 Tested up to: 6.2 7 7 Stable tag: 2.5.4 8 Requires PHP: 7.4.33 8 9 License: GPL v3 or later 9 10 … … 88 89 89 90 == Changelog == 91 92 = 2.6.1 = 93 * Tested with WP version 6.20 94 * Tested with php 8.0 95 * Fixed php warning from php 8: implode: Passing glue string after array is deprecated. Swap the parameters in 90 96 91 97 = 2.5.4 =
Note: See TracChangeset
for help on using the changeset viewer.