Changeset 3092642
- Timestamp:
- 05/26/2024 11:18:11 AM (22 months ago)
- Location:
- bubuku-media-library
- Files:
-
- 9 edited
- 1 copied
-
assets/screenshot-7.png (modified) (previous)
-
tags/1.1.1 (copied) (copied from bubuku-media-library/trunk)
-
tags/1.1.1/bubuku-media-library.php (modified) (1 diff)
-
tags/1.1.1/readme.txt (modified) (2 diffs)
-
tags/1.1.1/src/BML_plugin.php (modified) (1 diff)
-
tags/1.1.1/src/BML_widget_dashboard.php (modified) (1 diff)
-
trunk/bubuku-media-library.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/BML_plugin.php (modified) (1 diff)
-
trunk/src/BML_widget_dashboard.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bubuku-media-library/tags/1.1.1/bubuku-media-library.php
r3044592 r3092642 5 5 * Requires at least: 5.2 6 6 * Requires PHP: 7.2 7 * Version: 1.1. 07 * Version: 1.1.1 8 8 * Author: Bubuku 9 9 * Author URI: https://www.bubuku.com/ -
bubuku-media-library/tags/1.1.1/readme.txt
r3044592 r3092642 3 3 Tags: images, media library, performance, Alt Text, seo 4 4 Requires at least: 5.2 5 Tested up to: 6. 4.35 Tested up to: 6.5.3 6 6 Requires PHP: 7.2 7 Stable tag: 1.1. 07 Stable tag: 1.1.1 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 38 38 39 39 == Changelog == 40 = 1.1.1 = 41 * fix widget texts 42 * Compatibility: WordPress 6.5 – WordPress 6.5.3. 43 40 44 = 1.1.0 = 41 45 * Add dashboard widget to display media library summary -
bubuku-media-library/tags/1.1.1/src/BML_plugin.php
r3044592 r3092642 23 23 define( 'BUBUKU_BML_PLUGIN_ASSETS_URL', BUBUKU_BML_PLUGIN_URL . '/assets' ); 24 24 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' ); 26 26 define( 'BUBUKU_BML_PLUGIN_NONCE', wp_create_nonce('media-library/v1') ); 27 27 -
bubuku-media-library/tags/1.1.1/src/BML_widget_dashboard.php
r3044592 r3092642 47 47 <p style="border-radius:4px;padding:16px 20px;text-align:center;background:#EDCC88;margin-top:0;"> 48 48 <strong style="display:block;font-size:26px;"><?php echo $img_sizes['medium'];?></strong> 49 <small><?php esc_html_e( ' Goodsize', 'bubuku-media-library'); ?></small>49 <small><?php esc_html_e( 'Medium size', 'bubuku-media-library'); ?></small> 50 50 </p> 51 51 <p style="border-radius:4px;padding:16px 20px;text-align:center;background:#F09878;margin-top:0;"> 52 52 <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> 54 54 </p> 55 55 </div> -
bubuku-media-library/trunk/bubuku-media-library.php
r3044592 r3092642 5 5 * Requires at least: 5.2 6 6 * Requires PHP: 7.2 7 * Version: 1.1. 07 * Version: 1.1.1 8 8 * Author: Bubuku 9 9 * Author URI: https://www.bubuku.com/ -
bubuku-media-library/trunk/readme.txt
r3044592 r3092642 3 3 Tags: images, media library, performance, Alt Text, seo 4 4 Requires at least: 5.2 5 Tested up to: 6. 4.35 Tested up to: 6.5.3 6 6 Requires PHP: 7.2 7 Stable tag: 1.1. 07 Stable tag: 1.1.1 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 38 38 39 39 == Changelog == 40 = 1.1.1 = 41 * fix widget texts 42 * Compatibility: WordPress 6.5 – WordPress 6.5.3. 43 40 44 = 1.1.0 = 41 45 * Add dashboard widget to display media library summary -
bubuku-media-library/trunk/src/BML_plugin.php
r3044592 r3092642 23 23 define( 'BUBUKU_BML_PLUGIN_ASSETS_URL', BUBUKU_BML_PLUGIN_URL . '/assets' ); 24 24 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' ); 26 26 define( 'BUBUKU_BML_PLUGIN_NONCE', wp_create_nonce('media-library/v1') ); 27 27 -
bubuku-media-library/trunk/src/BML_widget_dashboard.php
r3044592 r3092642 47 47 <p style="border-radius:4px;padding:16px 20px;text-align:center;background:#EDCC88;margin-top:0;"> 48 48 <strong style="display:block;font-size:26px;"><?php echo $img_sizes['medium'];?></strong> 49 <small><?php esc_html_e( ' Goodsize', 'bubuku-media-library'); ?></small>49 <small><?php esc_html_e( 'Medium size', 'bubuku-media-library'); ?></small> 50 50 </p> 51 51 <p style="border-radius:4px;padding:16px 20px;text-align:center;background:#F09878;margin-top:0;"> 52 52 <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> 54 54 </p> 55 55 </div>
Note: See TracChangeset
for help on using the changeset viewer.