Plugin Directory

Changeset 3348651


Ignore:
Timestamp:
08/22/2025 12:40:36 PM (5 months ago)
Author:
berrypress
Message:

Update to version 1.1.23 from GitLab (https://gitlab.com/berrypress/image-upload-for-bbpress; https://gitlab.com/berrypress/image-upload-for-bbpress/-/jobs/11107817000)

Location:
image-upload-for-bbpress
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • image-upload-for-bbpress/tags/1.1.23/bbp-image-upload.php

    r3338043 r3348651  
    33 * Plugin Name: Inline Image Upload for BBPress
    44 * Description: Upload inline images to BBPress forum topics and replies.
    5  * Version: 1.1.22
     5 * Version: 1.1.23
    66 * Author: BerryPress
    77 * Author URI: https://berrypress.com/?utm_source=image-upload-for-bbpress&utm_medium=link&utm_campaign=wp-plugin-author-uri
     
    120120}
    121121
    122 add_filter('mce_buttons', 'hm_bbpui_mce_buttons');
     122add_filter('mce_buttons', 'hm_bbpui_mce_buttons', 99);
    123123function hm_bbpui_mce_buttons($buttons) {
    124124    if (function_exists('is_bbpress') && is_bbpress() && !in_array('image', $buttons)) {
  • image-upload-for-bbpress/tags/1.1.23/readme.txt

    r3338043 r3348651  
    44Requires at least: 3.5
    55Tested up to: 6.8
    6 Stable tag: 1.1.22
     6Stable tag: 1.1.23
    77License: GPLv3 or later
    88License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    5656
    5757== Changelog ==
     58
     59= 1.1.23 =
     60- Fix duplicate image button, e.g. in BuddyPress
    5861
    5962= 1.1.22 =
  • image-upload-for-bbpress/trunk/bbp-image-upload.php

    r3338043 r3348651  
    33 * Plugin Name: Inline Image Upload for BBPress
    44 * Description: Upload inline images to BBPress forum topics and replies.
    5  * Version: 1.1.22
     5 * Version: 1.1.23
    66 * Author: BerryPress
    77 * Author URI: https://berrypress.com/?utm_source=image-upload-for-bbpress&utm_medium=link&utm_campaign=wp-plugin-author-uri
     
    120120}
    121121
    122 add_filter('mce_buttons', 'hm_bbpui_mce_buttons');
     122add_filter('mce_buttons', 'hm_bbpui_mce_buttons', 99);
    123123function hm_bbpui_mce_buttons($buttons) {
    124124    if (function_exists('is_bbpress') && is_bbpress() && !in_array('image', $buttons)) {
  • image-upload-for-bbpress/trunk/readme.txt

    r3338043 r3348651  
    44Requires at least: 3.5
    55Tested up to: 6.8
    6 Stable tag: 1.1.22
     6Stable tag: 1.1.23
    77License: GPLv3 or later
    88License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    5656
    5757== Changelog ==
     58
     59= 1.1.23 =
     60- Fix duplicate image button, e.g. in BuddyPress
    5861
    5962= 1.1.22 =
Note: See TracChangeset for help on using the changeset viewer.