Changeset 2958586
- Timestamp:
- 08/26/2023 10:42:47 AM (3 years ago)
- Location:
- bubuku-media-library
- Files:
-
- 8 added
- 8 edited
- 1 copied
-
tags/1.0.6 (copied) (copied from bubuku-media-library/trunk)
-
tags/1.0.6/assets/js-build (added)
-
tags/1.0.6/assets/js-build/admin-setup-report.asset.php (added)
-
tags/1.0.6/assets/js-build/admin-setup-report.css (added)
-
tags/1.0.6/assets/js-build/admin-setup-report.js (added)
-
tags/1.0.6/bubuku-media-library.php (modified) (1 diff)
-
tags/1.0.6/readme.txt (modified) (2 diffs)
-
tags/1.0.6/src/BML_assets.php (modified) (1 diff)
-
tags/1.0.6/src/BML_plugin.php (modified) (1 diff)
-
trunk/assets/js-build (added)
-
trunk/assets/js-build/admin-setup-report.asset.php (added)
-
trunk/assets/js-build/admin-setup-report.css (added)
-
trunk/assets/js-build/admin-setup-report.js (added)
-
trunk/bubuku-media-library.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/BML_assets.php (modified) (1 diff)
-
trunk/src/BML_plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bubuku-media-library/tags/1.0.6/bubuku-media-library.php
r2958579 r2958586 5 5 * Requires at least: 5.2 6 6 * Requires PHP: 7.2 7 * Version: 1.0. 57 * Version: 1.0.6 8 8 * Author: Bubuku 9 9 * Author URI: https://www.bubuku.com/ -
bubuku-media-library/tags/1.0.6/readme.txt
r2958579 r2958586 3 3 Tags: images, media library, performance, Alt Text, seo 4 4 Requires at least: 5.2 5 Tested up to: 6. 25 Tested up to: 6.3 6 6 Requires PHP: 7.2 7 Stable tag: 1.0. 57 Stable tag: 1.0.6 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 37 37 38 38 == Changelog == 39 = 1.0.6 = 40 *Compatibility: WordPress 6.1 – WordPress 6.3. 41 39 42 = 1.0.5 = 40 43 * Add weekly reports that are sent by email with the optimization status of the images and alternative text. -
bubuku-media-library/tags/1.0.6/src/BML_assets.php
r2958579 r2958586 30 30 BUBUKU_BML_PLUGIN_ASSETS_URL . '/css/admin.css', 31 31 false, 32 '1.0. 5'32 '1.0.6' 33 33 ); 34 34 -
bubuku-media-library/tags/1.0.6/src/BML_plugin.php
r2958579 r2958586 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.0. 5' );25 define( 'BUBUKU_BML_PLUGIN_VERSION', '1.0.6' ); 26 26 define( 'BUBUKU_BML_PLUGIN_NONCE', wp_create_nonce('media-library/v1') ); 27 27 -
bubuku-media-library/trunk/bubuku-media-library.php
r2958579 r2958586 5 5 * Requires at least: 5.2 6 6 * Requires PHP: 7.2 7 * Version: 1.0. 57 * Version: 1.0.6 8 8 * Author: Bubuku 9 9 * Author URI: https://www.bubuku.com/ -
bubuku-media-library/trunk/readme.txt
r2958579 r2958586 3 3 Tags: images, media library, performance, Alt Text, seo 4 4 Requires at least: 5.2 5 Tested up to: 6. 25 Tested up to: 6.3 6 6 Requires PHP: 7.2 7 Stable tag: 1.0. 57 Stable tag: 1.0.6 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 37 37 38 38 == Changelog == 39 = 1.0.6 = 40 *Compatibility: WordPress 6.1 – WordPress 6.3. 41 39 42 = 1.0.5 = 40 43 * Add weekly reports that are sent by email with the optimization status of the images and alternative text. -
bubuku-media-library/trunk/src/BML_assets.php
r2958579 r2958586 30 30 BUBUKU_BML_PLUGIN_ASSETS_URL . '/css/admin.css', 31 31 false, 32 '1.0. 5'32 '1.0.6' 33 33 ); 34 34 -
bubuku-media-library/trunk/src/BML_plugin.php
r2958579 r2958586 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.0. 5' );25 define( 'BUBUKU_BML_PLUGIN_VERSION', '1.0.6' ); 26 26 define( 'BUBUKU_BML_PLUGIN_NONCE', wp_create_nonce('media-library/v1') ); 27 27
Note: See TracChangeset
for help on using the changeset viewer.