Plugin Directory

Changeset 3092642


Ignore:
Timestamp:
05/26/2024 11:18:11 AM (22 months ago)
Author:
lruizcode
Message:

Update to version 1.1.1 from GitHub

Location:
bubuku-media-library
Files:
9 edited
1 copied

Legend:

Unmodified
Added
Removed
  • bubuku-media-library/tags/1.1.1/bubuku-media-library.php

    r3044592 r3092642  
    55 * Requires at least: 5.2
    66 * Requires PHP:      7.2
    7  * Version:     1.1.0
     7 * Version:     1.1.1
    88 * Author:      Bubuku
    99 * Author URI:  https://www.bubuku.com/
  • bubuku-media-library/tags/1.1.1/readme.txt

    r3044592 r3092642  
    33Tags: images, media library, performance, Alt Text, seo
    44Requires at least: 5.2
    5 Tested up to: 6.4.3
     5Tested up to: 6.5.3
    66Requires PHP: 7.2
    7 Stable tag: 1.1.0
     7Stable tag: 1.1.1
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    3838
    3939== Changelog ==
     40= 1.1.1 =
     41* fix widget texts
     42* Compatibility: WordPress 6.5 – WordPress 6.5.3.
     43
    4044= 1.1.0 =
    4145* Add dashboard widget to display media library summary
  • bubuku-media-library/tags/1.1.1/src/BML_plugin.php

    r3044592 r3092642  
    2323        define( 'BUBUKU_BML_PLUGIN_ASSETS_URL', BUBUKU_BML_PLUGIN_URL . '/assets' );
    2424        define( 'BUBUKU_BML_PLUGIN_ENDPOINTS_URL', 'bbk_medialibrary/v1' );
    25         define( 'BUBUKU_BML_PLUGIN_VERSION', '1.1.0' );
     25        define( 'BUBUKU_BML_PLUGIN_VERSION', '1.1.1' );
    2626        define( 'BUBUKU_BML_PLUGIN_NONCE', wp_create_nonce('media-library/v1') );
    2727
  • bubuku-media-library/tags/1.1.1/src/BML_widget_dashboard.php

    r3044592 r3092642  
    4747                    <p style="border-radius:4px;padding:16px 20px;text-align:center;background:#EDCC88;margin-top:0;">
    4848                        <strong style="display:block;font-size:26px;"><?php echo $img_sizes['medium'];?></strong>
    49                         <small><?php esc_html_e( 'Good size', 'bubuku-media-library'); ?></small>
     49                        <small><?php esc_html_e( 'Medium size', 'bubuku-media-library'); ?></small>
    5050                    </p>
    5151                    <p style="border-radius:4px;padding:16px 20px;text-align:center;background:#F09878;margin-top:0;">
    5252                        <strong style="display:block;font-size:26px;"><?php echo $img_sizes['bad'];?></strong>
    53                         <small><?php esc_html_e( 'Good size', 'bubuku-media-library'); ?></small>
     53                        <small><?php esc_html_e( 'Bad size', 'bubuku-media-library'); ?></small>
    5454                    </p>
    5555                </div>
  • bubuku-media-library/trunk/bubuku-media-library.php

    r3044592 r3092642  
    55 * Requires at least: 5.2
    66 * Requires PHP:      7.2
    7  * Version:     1.1.0
     7 * Version:     1.1.1
    88 * Author:      Bubuku
    99 * Author URI:  https://www.bubuku.com/
  • bubuku-media-library/trunk/readme.txt

    r3044592 r3092642  
    33Tags: images, media library, performance, Alt Text, seo
    44Requires at least: 5.2
    5 Tested up to: 6.4.3
     5Tested up to: 6.5.3
    66Requires PHP: 7.2
    7 Stable tag: 1.1.0
     7Stable tag: 1.1.1
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    3838
    3939== Changelog ==
     40= 1.1.1 =
     41* fix widget texts
     42* Compatibility: WordPress 6.5 – WordPress 6.5.3.
     43
    4044= 1.1.0 =
    4145* Add dashboard widget to display media library summary
  • bubuku-media-library/trunk/src/BML_plugin.php

    r3044592 r3092642  
    2323        define( 'BUBUKU_BML_PLUGIN_ASSETS_URL', BUBUKU_BML_PLUGIN_URL . '/assets' );
    2424        define( 'BUBUKU_BML_PLUGIN_ENDPOINTS_URL', 'bbk_medialibrary/v1' );
    25         define( 'BUBUKU_BML_PLUGIN_VERSION', '1.1.0' );
     25        define( 'BUBUKU_BML_PLUGIN_VERSION', '1.1.1' );
    2626        define( 'BUBUKU_BML_PLUGIN_NONCE', wp_create_nonce('media-library/v1') );
    2727
  • bubuku-media-library/trunk/src/BML_widget_dashboard.php

    r3044592 r3092642  
    4747                    <p style="border-radius:4px;padding:16px 20px;text-align:center;background:#EDCC88;margin-top:0;">
    4848                        <strong style="display:block;font-size:26px;"><?php echo $img_sizes['medium'];?></strong>
    49                         <small><?php esc_html_e( 'Good size', 'bubuku-media-library'); ?></small>
     49                        <small><?php esc_html_e( 'Medium size', 'bubuku-media-library'); ?></small>
    5050                    </p>
    5151                    <p style="border-radius:4px;padding:16px 20px;text-align:center;background:#F09878;margin-top:0;">
    5252                        <strong style="display:block;font-size:26px;"><?php echo $img_sizes['bad'];?></strong>
    53                         <small><?php esc_html_e( 'Good size', 'bubuku-media-library'); ?></small>
     53                        <small><?php esc_html_e( 'Bad size', 'bubuku-media-library'); ?></small>
    5454                    </p>
    5555                </div>
Note: See TracChangeset for help on using the changeset viewer.