Changeset 3348651
- Timestamp:
- 08/22/2025 12:40:36 PM (5 months ago)
- Location:
- image-upload-for-bbpress
- Files:
-
- 4 edited
- 1 copied
-
tags/1.1.23 (copied) (copied from image-upload-for-bbpress/trunk)
-
tags/1.1.23/bbp-image-upload.php (modified) (2 diffs)
-
tags/1.1.23/readme.txt (modified) (2 diffs)
-
trunk/bbp-image-upload.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
image-upload-for-bbpress/tags/1.1.23/bbp-image-upload.php
r3338043 r3348651 3 3 * Plugin Name: Inline Image Upload for BBPress 4 4 * Description: Upload inline images to BBPress forum topics and replies. 5 * Version: 1.1.2 25 * Version: 1.1.23 6 6 * Author: BerryPress 7 7 * Author URI: https://berrypress.com/?utm_source=image-upload-for-bbpress&utm_medium=link&utm_campaign=wp-plugin-author-uri … … 120 120 } 121 121 122 add_filter('mce_buttons', 'hm_bbpui_mce_buttons' );122 add_filter('mce_buttons', 'hm_bbpui_mce_buttons', 99); 123 123 function hm_bbpui_mce_buttons($buttons) { 124 124 if (function_exists('is_bbpress') && is_bbpress() && !in_array('image', $buttons)) { -
image-upload-for-bbpress/tags/1.1.23/readme.txt
r3338043 r3348651 4 4 Requires at least: 3.5 5 5 Tested up to: 6.8 6 Stable tag: 1.1.2 26 Stable tag: 1.1.23 7 7 License: GPLv3 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 56 56 57 57 == Changelog == 58 59 = 1.1.23 = 60 - Fix duplicate image button, e.g. in BuddyPress 58 61 59 62 = 1.1.22 = -
image-upload-for-bbpress/trunk/bbp-image-upload.php
r3338043 r3348651 3 3 * Plugin Name: Inline Image Upload for BBPress 4 4 * Description: Upload inline images to BBPress forum topics and replies. 5 * Version: 1.1.2 25 * Version: 1.1.23 6 6 * Author: BerryPress 7 7 * Author URI: https://berrypress.com/?utm_source=image-upload-for-bbpress&utm_medium=link&utm_campaign=wp-plugin-author-uri … … 120 120 } 121 121 122 add_filter('mce_buttons', 'hm_bbpui_mce_buttons' );122 add_filter('mce_buttons', 'hm_bbpui_mce_buttons', 99); 123 123 function hm_bbpui_mce_buttons($buttons) { 124 124 if (function_exists('is_bbpress') && is_bbpress() && !in_array('image', $buttons)) { -
image-upload-for-bbpress/trunk/readme.txt
r3338043 r3348651 4 4 Requires at least: 3.5 5 5 Tested up to: 6.8 6 Stable tag: 1.1.2 26 Stable tag: 1.1.23 7 7 License: GPLv3 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 56 56 57 57 == Changelog == 58 59 = 1.1.23 = 60 - Fix duplicate image button, e.g. in BuddyPress 58 61 59 62 = 1.1.22 =
Note: See TracChangeset
for help on using the changeset viewer.