Changeset 3376563
- Timestamp:
- 10/11/2025 07:59:16 AM (6 months ago)
- Location:
- bubuku-media-library
- Files:
-
- 6 edited
- 1 copied
-
tags/1.1.6 (copied) (copied from bubuku-media-library/trunk)
-
tags/1.1.6/bubuku-media-library.php (modified) (1 diff)
-
tags/1.1.6/readme.txt (modified) (3 diffs)
-
tags/1.1.6/src/BML_plugin.php (modified) (1 diff)
-
trunk/bubuku-media-library.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/src/BML_plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bubuku-media-library/tags/1.1.6/bubuku-media-library.php
r3376549 r3376563 6 6 * Requires at least: 5.2 7 7 * Requires PHP: 7.2 8 * Version: 1.1. 58 * Version: 1.1.6 9 9 * Author: Bubuku 10 10 * Author URI: https://www.bubuku.com/ -
bubuku-media-library/tags/1.1.6/readme.txt
r3376549 r3376563 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.2 7 Stable tag: 1.1. 57 Stable tag: 1.1.6 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 55 55 56 56 === Recommended Tools === 57 - Lighthouse (in Chrome DevTools) — Analyze image weight and format, as well as the use of alternative text (ALT). 58 https://developer.chrome.com/docs/lighthouse/ 59 - WebPageTest — Check how images affect real-world load times. 60 https://www.webpagetest.org/ 61 - Squoosh — Compare visual quality and file size savings when optimizing images. 62 https://squoosh.app/ 63 - WAVE Accessibility Tool — Verify whether images are missing ALT attributes or if the alternative texts are descriptive. 64 https://wave.webaim.org/ 57 - [Lighthouse](https://developer.chrome.com/docs/lighthouse/) (in Chrome DevTools) — Analyze image weight and format, as well as the use of alternative text (ALT). 58 - [WebPageTest](https://www.webpagetest.org/) — Check how images affect real-world load times. 59 - [Squoosh](https://squoosh.app/) — Compare visual quality and file size savings when optimizing images. 60 - [WAVE Accessibility Tool](https://wave.webaim.org/) — Verify whether images are missing ALT attributes or if the alternative texts are descriptive. 65 61 66 === Best Evaluation Practices ===67 - Use Bubuku Media Library to identify images without ALTor with excessive file size before running external tests.68 - Optimize and test again: after replacing large images or adding ALT text, re-runyour evaluations to confirm improvements.62 === Evaluation Guidelines === 63 - Identify images without ALT text or with excessive file size before running external tests. 64 - After replacing large images or adding ALT text, repeat your evaluations to confirm improvements. 69 65 - Evaluate both new and existing content — not only the most recent uploads. 70 66 - Define an internal size limit (for example, 200 KB per image) and monitor it regularly. 71 - Remember that accessibility also impacts SEO and overall user perception.67 - Keep in mind that accessibility also affects SEO and overall user experience. 72 68 73 69 == SUPPORT == 74 70 75 71 === Need help or have a suggestion? === 76 Please use the official WordPress.org Support Forum for any issues related to the plugin: 77 https://wordpress.org/support/plugin/bubuku-media-library/ 72 Please use the [official WordPress.org Support Forum](https://wordpress.org/support/plugin/bubuku-media-library/) for any issues related to the plugin. 78 73 79 74 === Official Website === 80 For additional information or to get in touch with the development team, please visit our official website: 81 https://www.bubuku.com/ 75 For additional information or to get in touch with the development team, please visit our [official website](https://www.bubuku.com/). 82 76 83 77 === Like the plugin? === 84 Please leave a 5-star review and help others discover Bubuku Media Library: 85 https://wordpress.org/support/plugin/bubuku-media-library/reviews/?filter=5 78 Please [leave a 5-star review](https://wordpress.org/support/plugin/bubuku-media-library/reviews/?filter=5) and help others discover Bubuku Media Library. 86 79 87 80 == ABOUT BUBUKU == … … 134 127 135 128 == Changelog == 129 = 1.1.6 = 130 * Documentation: small README update. 131 136 132 = 1.1.5 = 137 133 * Added CSV export functionality. -
bubuku-media-library/tags/1.1.6/src/BML_plugin.php
r3376549 r3376563 26 26 define('BUBUKU_BML_PLUGIN_ASSETS_URL', BUBUKU_BML_PLUGIN_URL . '/assets'); 27 27 define('BUBUKU_BML_PLUGIN_ENDPOINTS_URL', 'bbk_medialibrary/v1'); 28 define('BUBUKU_BML_PLUGIN_VERSION', '1.1. 5');28 define('BUBUKU_BML_PLUGIN_VERSION', '1.1.6'); 29 29 define('BUBUKU_BML_PLUGIN_NONCE', wp_create_nonce('media-library/v1')); 30 30 -
bubuku-media-library/trunk/bubuku-media-library.php
r3376549 r3376563 6 6 * Requires at least: 5.2 7 7 * Requires PHP: 7.2 8 * Version: 1.1. 58 * Version: 1.1.6 9 9 * Author: Bubuku 10 10 * Author URI: https://www.bubuku.com/ -
bubuku-media-library/trunk/readme.txt
r3376549 r3376563 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.2 7 Stable tag: 1.1. 57 Stable tag: 1.1.6 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 55 55 56 56 === Recommended Tools === 57 - Lighthouse (in Chrome DevTools) — Analyze image weight and format, as well as the use of alternative text (ALT). 58 https://developer.chrome.com/docs/lighthouse/ 59 - WebPageTest — Check how images affect real-world load times. 60 https://www.webpagetest.org/ 61 - Squoosh — Compare visual quality and file size savings when optimizing images. 62 https://squoosh.app/ 63 - WAVE Accessibility Tool — Verify whether images are missing ALT attributes or if the alternative texts are descriptive. 64 https://wave.webaim.org/ 57 - [Lighthouse](https://developer.chrome.com/docs/lighthouse/) (in Chrome DevTools) — Analyze image weight and format, as well as the use of alternative text (ALT). 58 - [WebPageTest](https://www.webpagetest.org/) — Check how images affect real-world load times. 59 - [Squoosh](https://squoosh.app/) — Compare visual quality and file size savings when optimizing images. 60 - [WAVE Accessibility Tool](https://wave.webaim.org/) — Verify whether images are missing ALT attributes or if the alternative texts are descriptive. 65 61 66 === Best Evaluation Practices ===67 - Use Bubuku Media Library to identify images without ALTor with excessive file size before running external tests.68 - Optimize and test again: after replacing large images or adding ALT text, re-runyour evaluations to confirm improvements.62 === Evaluation Guidelines === 63 - Identify images without ALT text or with excessive file size before running external tests. 64 - After replacing large images or adding ALT text, repeat your evaluations to confirm improvements. 69 65 - Evaluate both new and existing content — not only the most recent uploads. 70 66 - Define an internal size limit (for example, 200 KB per image) and monitor it regularly. 71 - Remember that accessibility also impacts SEO and overall user perception.67 - Keep in mind that accessibility also affects SEO and overall user experience. 72 68 73 69 == SUPPORT == 74 70 75 71 === Need help or have a suggestion? === 76 Please use the official WordPress.org Support Forum for any issues related to the plugin: 77 https://wordpress.org/support/plugin/bubuku-media-library/ 72 Please use the [official WordPress.org Support Forum](https://wordpress.org/support/plugin/bubuku-media-library/) for any issues related to the plugin. 78 73 79 74 === Official Website === 80 For additional information or to get in touch with the development team, please visit our official website: 81 https://www.bubuku.com/ 75 For additional information or to get in touch with the development team, please visit our [official website](https://www.bubuku.com/). 82 76 83 77 === Like the plugin? === 84 Please leave a 5-star review and help others discover Bubuku Media Library: 85 https://wordpress.org/support/plugin/bubuku-media-library/reviews/?filter=5 78 Please [leave a 5-star review](https://wordpress.org/support/plugin/bubuku-media-library/reviews/?filter=5) and help others discover Bubuku Media Library. 86 79 87 80 == ABOUT BUBUKU == … … 134 127 135 128 == Changelog == 129 = 1.1.6 = 130 * Documentation: small README update. 131 136 132 = 1.1.5 = 137 133 * Added CSV export functionality. -
bubuku-media-library/trunk/src/BML_plugin.php
r3376549 r3376563 26 26 define('BUBUKU_BML_PLUGIN_ASSETS_URL', BUBUKU_BML_PLUGIN_URL . '/assets'); 27 27 define('BUBUKU_BML_PLUGIN_ENDPOINTS_URL', 'bbk_medialibrary/v1'); 28 define('BUBUKU_BML_PLUGIN_VERSION', '1.1. 5');28 define('BUBUKU_BML_PLUGIN_VERSION', '1.1.6'); 29 29 define('BUBUKU_BML_PLUGIN_NONCE', wp_create_nonce('media-library/v1')); 30 30
Note: See TracChangeset
for help on using the changeset viewer.