Plugin Directory

Changeset 3376563


Ignore:
Timestamp:
10/11/2025 07:59:16 AM (6 months ago)
Author:
lruizcode
Message:

Update to version 1.1.6 from GitHub

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

Legend:

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

    r3376549 r3376563  
    66 * Requires at least: 5.2
    77 * Requires PHP:      7.2
    8  * Version:     1.1.5
     8 * Version:     1.1.6
    99 * Author:      Bubuku
    1010 * Author URI:  https://www.bubuku.com/
  • bubuku-media-library/tags/1.1.6/readme.txt

    r3376549 r3376563  
    55Tested up to: 6.8
    66Requires PHP: 7.2
    7 Stable tag: 1.1.5
     7Stable tag: 1.1.6
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    5555
    5656=== 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.   
    6561
    66 === Best Evaluation Practices ===
    67 - Use Bubuku Media Library to identify images without ALT or with excessive file size before running external tests.
    68 - Optimize and test again: after replacing large images or adding ALT text, re-run your 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.
    6965- Evaluate both new and existing content — not only the most recent uploads.
    7066- 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.
    7268
    7369== SUPPORT ==
    7470
    7571=== 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/
     72Please use the [official WordPress.org Support Forum](https://wordpress.org/support/plugin/bubuku-media-library/) for any issues related to the plugin.
    7873
    7974=== 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/
     75For additional information or to get in touch with the development team, please visit our [official website](https://www.bubuku.com/).
    8276
    8377=== 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
     78Please [leave a 5-star review](https://wordpress.org/support/plugin/bubuku-media-library/reviews/?filter=5) and help others discover Bubuku Media Library.
    8679
    8780== ABOUT BUBUKU ==
     
    134127
    135128== Changelog ==
     129= 1.1.6 =
     130* Documentation: small README update.
     131
    136132= 1.1.5 =
    137133* Added CSV export functionality.
  • bubuku-media-library/tags/1.1.6/src/BML_plugin.php

    r3376549 r3376563  
    2626        define('BUBUKU_BML_PLUGIN_ASSETS_URL', BUBUKU_BML_PLUGIN_URL . '/assets');
    2727        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');
    2929        define('BUBUKU_BML_PLUGIN_NONCE', wp_create_nonce('media-library/v1'));
    3030
  • bubuku-media-library/trunk/bubuku-media-library.php

    r3376549 r3376563  
    66 * Requires at least: 5.2
    77 * Requires PHP:      7.2
    8  * Version:     1.1.5
     8 * Version:     1.1.6
    99 * Author:      Bubuku
    1010 * Author URI:  https://www.bubuku.com/
  • bubuku-media-library/trunk/readme.txt

    r3376549 r3376563  
    55Tested up to: 6.8
    66Requires PHP: 7.2
    7 Stable tag: 1.1.5
     7Stable tag: 1.1.6
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    5555
    5656=== 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.   
    6561
    66 === Best Evaluation Practices ===
    67 - Use Bubuku Media Library to identify images without ALT or with excessive file size before running external tests.
    68 - Optimize and test again: after replacing large images or adding ALT text, re-run your 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.
    6965- Evaluate both new and existing content — not only the most recent uploads.
    7066- 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.
    7268
    7369== SUPPORT ==
    7470
    7571=== 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/
     72Please use the [official WordPress.org Support Forum](https://wordpress.org/support/plugin/bubuku-media-library/) for any issues related to the plugin.
    7873
    7974=== 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/
     75For additional information or to get in touch with the development team, please visit our [official website](https://www.bubuku.com/).
    8276
    8377=== 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
     78Please [leave a 5-star review](https://wordpress.org/support/plugin/bubuku-media-library/reviews/?filter=5) and help others discover Bubuku Media Library.
    8679
    8780== ABOUT BUBUKU ==
     
    134127
    135128== Changelog ==
     129= 1.1.6 =
     130* Documentation: small README update.
     131
    136132= 1.1.5 =
    137133* Added CSV export functionality.
  • bubuku-media-library/trunk/src/BML_plugin.php

    r3376549 r3376563  
    2626        define('BUBUKU_BML_PLUGIN_ASSETS_URL', BUBUKU_BML_PLUGIN_URL . '/assets');
    2727        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');
    2929        define('BUBUKU_BML_PLUGIN_NONCE', wp_create_nonce('media-library/v1'));
    3030
Note: See TracChangeset for help on using the changeset viewer.