Skip to content

Commit

Permalink
version bump to 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffpaul committed Jul 11, 2024
1 parent faeedf0 commit e2dcadd
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion js/windows-azure-storage-admin.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! - v4.4.2
/*! - v4.5.0
* https://github.com/10up/windows-azure-storage#readme
* Copyright (c) 2024; */
(function ( $, window, undefined ) {
Expand Down
2 changes: 1 addition & 1 deletion js/windows-azure-storage-media-browser.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! - v4.4.2
/*! - v4.5.0
* https://github.com/10up/windows-azure-storage#readme
* Copyright (c) 2024; */
window.wp = window.wp || {};
Expand Down
2 changes: 1 addition & 1 deletion js/windows-azure-storage-media-replace.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! - v4.4.2
/*! - v4.5.0
* https://github.com/10up/windows-azure-storage#readme
* Copyright (c) 2024; */
function generateCacheVar(length) {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "windows-azure-storage",
"version": "4.4.2",
"version": "4.5.0",
"description": "Use the Microsoft Azure Storage service to host your website's media files.",
"homepage": "https://github.com/10up/windows-azure-storage#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: msopentech, 10up, morganestes, stevegrunwell, lpawlik, ritteshpatel, johnwatkins0, rickalee, eflorea, phyrax, ravichandra, jeffpaul
Tags: Microsoft Azure Storage, Media Files, Upload, CDN, blob storage
Tested up to: 6.5
Stable tag: 4.4.2
Stable tag: 4.5.0
License: BSD 2-Clause
License URI: http://www.opensource.org/licenses/bsd-license.php

Expand Down
4 changes: 2 additions & 2 deletions windows-azure-storage.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Microsoft Azure Storage for WordPress
* Plugin URI: https://wordpress.org/plugins/windows-azure-storage/
* Description: Use the Microsoft Azure Storage service to host your website's media files.
* Version: 4.4.2
* Version: 4.5.0
* Requires at least: 6.3
* Requires PHP: 8.0
* Author: 10up, Microsoft Open Technologies
Expand Down Expand Up @@ -62,7 +62,7 @@
define( 'MSFT_AZURE_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
define( 'MSFT_AZURE_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'MSFT_AZURE_PLUGIN_LEGACY_MEDIA_URL', get_admin_url( get_current_blog_id(), 'media-upload.php' ) );
define( 'MSFT_AZURE_PLUGIN_VERSION', '4.4.2' );
define( 'MSFT_AZURE_PLUGIN_VERSION', '4.5.0' );

/**
* Get the minimum version of PHP required by this plugin.
Expand Down

0 comments on commit e2dcadd

Please sign in to comment.