plugins.trac.wordpress.org

Changeset 2774532 – WordPress Plugin Repository

  • ️Wed Aug 24 2022
Timestamp:
08/24/2022 01:31:19 AM (3 years ago)
tlovett1
Message:

Update to version 1.1.6 from GitHub

Location:
dynamic-cloudinary
Files:

Legend:

Unmodified
Added
Removed
  • dynamic-cloudinary/tags/1.1.6/dynamic-cloudinary.php

    r2773790 r2774532  
    44 * Plugin URI:        https://github.com/tlovett1/dynamic-cloudinary
    55 * Description:       Automatically serve all your images optimized from the cloud.
    6  * Version:           1.1.5
     6 * Version:           1.1.6
    77 * Requires PHP:      7.0
    88 * Author:            Taylor Lovett
     
    2020namespace DynamicCloudinary;
    2121
    22 define( 'DYNAMIC_CLOUDINARY_VERSION', '1.1.5' );
     22define( 'DYNAMIC_CLOUDINARY_VERSION', '1.1.6' );
    2323define( 'DYNAMIC_CLOUDINARY_URL', plugin_dir_url( __FILE__ ) );
    2424define( 'DYNAMIC_CLOUDINARY_PATH', plugin_dir_path( __FILE__ ) );
  • dynamic-cloudinary/tags/1.1.6/readme.txt

    r2773790 r2774532  
    44Requires at least: 5.5
    55Tested up to: 6.0
    6 Stable tag: 1.1.3
     6Stable tag: 1.1.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2828== Changelog ==
    2929
    30 = 1.1.5 =
     30= 1.1.6 =
    3131* Docs and plugin settings link
    3232
  • dynamic-cloudinary/trunk/dynamic-cloudinary.php

    r2773790 r2774532  
    44 * Plugin URI:        https://github.com/tlovett1/dynamic-cloudinary
    55 * Description:       Automatically serve all your images optimized from the cloud.
    6  * Version:           1.1.5
     6 * Version:           1.1.6
    77 * Requires PHP:      7.0
    88 * Author:            Taylor Lovett
     
    2020namespace DynamicCloudinary;
    2121
    22 define( 'DYNAMIC_CLOUDINARY_VERSION', '1.1.5' );
     22define( 'DYNAMIC_CLOUDINARY_VERSION', '1.1.6' );
    2323define( 'DYNAMIC_CLOUDINARY_URL', plugin_dir_url( __FILE__ ) );
    2424define( 'DYNAMIC_CLOUDINARY_PATH', plugin_dir_path( __FILE__ ) );
  • dynamic-cloudinary/trunk/readme.txt

    r2773790 r2774532  
    44Requires at least: 5.5
    55Tested up to: 6.0
    6 Stable tag: 1.1.3
     6Stable tag: 1.1.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2828== Changelog ==
    2929
    30 = 1.1.5 =
     30= 1.1.6 =
    3131* Docs and plugin settings link
    3232

Note: See TracChangeset for help on using the changeset viewer.