Plugin Directory

Changeset 2958586


Ignore:
Timestamp:
08/26/2023 10:42:47 AM (3 years ago)
Author:
lruizcode
Message:

Update to version 1.0.6 from GitHub

Location:
bubuku-media-library
Files:
8 added
8 edited
1 copied

Legend:

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

    r2958579 r2958586  
    55 * Requires at least: 5.2
    66 * Requires PHP:      7.2
    7  * Version:     1.0.5
     7 * Version:     1.0.6
    88 * Author:      Bubuku
    99 * Author URI:  https://www.bubuku.com/
  • bubuku-media-library/tags/1.0.6/readme.txt

    r2958579 r2958586  
    33Tags: images, media library, performance, Alt Text, seo
    44Requires at least: 5.2
    5 Tested up to: 6.2
     5Tested up to: 6.3
    66Requires PHP: 7.2
    7 Stable tag: 1.0.5
     7Stable tag: 1.0.6
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    3737
    3838== Changelog ==
     39= 1.0.6 =
     40*Compatibility: WordPress 6.1 – WordPress 6.3.
     41
    3942= 1.0.5 =
    4043* 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  
    3030            BUBUKU_BML_PLUGIN_ASSETS_URL . '/css/admin.css',
    3131            false,
    32             '1.0.5'
     32            '1.0.6'
    3333        );
    3434
  • bubuku-media-library/tags/1.0.6/src/BML_plugin.php

    r2958579 r2958586  
    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.0.5' );
     25        define( 'BUBUKU_BML_PLUGIN_VERSION', '1.0.6' );
    2626        define( 'BUBUKU_BML_PLUGIN_NONCE', wp_create_nonce('media-library/v1') );
    2727
  • bubuku-media-library/trunk/bubuku-media-library.php

    r2958579 r2958586  
    55 * Requires at least: 5.2
    66 * Requires PHP:      7.2
    7  * Version:     1.0.5
     7 * Version:     1.0.6
    88 * Author:      Bubuku
    99 * Author URI:  https://www.bubuku.com/
  • bubuku-media-library/trunk/readme.txt

    r2958579 r2958586  
    33Tags: images, media library, performance, Alt Text, seo
    44Requires at least: 5.2
    5 Tested up to: 6.2
     5Tested up to: 6.3
    66Requires PHP: 7.2
    7 Stable tag: 1.0.5
     7Stable tag: 1.0.6
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    3737
    3838== Changelog ==
     39= 1.0.6 =
     40*Compatibility: WordPress 6.1 – WordPress 6.3.
     41
    3942= 1.0.5 =
    4043* 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  
    3030            BUBUKU_BML_PLUGIN_ASSETS_URL . '/css/admin.css',
    3131            false,
    32             '1.0.5'
     32            '1.0.6'
    3333        );
    3434
  • bubuku-media-library/trunk/src/BML_plugin.php

    r2958579 r2958586  
    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.0.5' );
     25        define( 'BUBUKU_BML_PLUGIN_VERSION', '1.0.6' );
    2626        define( 'BUBUKU_BML_PLUGIN_NONCE', wp_create_nonce('media-library/v1') );
    2727
Note: See TracChangeset for help on using the changeset viewer.