diff --git a/readme.txt b/readme.txt index 076c055b..0ad126d8 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: msopentech, 10up, morganestes, stevegrunwell Tags: Microsoft, Microsoft Open Technologies, Windows Azure, Windows Azure Storage, Media Files, Upload, CDN Requires at least: 2.8.0 Tested up to: 4.4 -Stable tag: 2.2 +Stable tag: 3.0.0 License: BSD 2-Clause License URI: http://www.opensource.org/licenses/bsd-license.php diff --git a/windows-azure-storage-dialog.php b/windows-azure-storage-dialog.php index 55b90036..eeac32d8 100644 --- a/windows-azure-storage-dialog.php +++ b/windows-azure-storage-dialog.php @@ -4,7 +4,7 @@ * * Shows popup dialog when clicked on the Windows Azure Toolbar * - * Version: 2.2 + * Version: 3.0.0 * * Author: Microsoft Open Technologies, Inc. * diff --git a/windows-azure-storage-settings.php b/windows-azure-storage-settings.php index 58a5012e..0dd37306 100644 --- a/windows-azure-storage-settings.php +++ b/windows-azure-storage-settings.php @@ -4,7 +4,7 @@ * * Shows various settings for Windows Azure Storage Plugin * - * Version: 2.2 + * Version: 3.0.0 * * Author: Microsoft Open Technologies, Inc. * diff --git a/windows-azure-storage-util.php b/windows-azure-storage-util.php index 757c93a2..ea8d687d 100644 --- a/windows-azure-storage-util.php +++ b/windows-azure-storage-util.php @@ -4,7 +4,7 @@ * * Various utility functions for accessing Windows Azure Storage * - * Version: 2.2 + * Version: 3.0.0 * * Author: Microsoft Open Technologies, Inc. * diff --git a/windows-azure-storage.php b/windows-azure-storage.php index 27a3f988..344727bf 100644 --- a/windows-azure-storage.php +++ b/windows-azure-storage.php @@ -3,7 +3,7 @@ * Plugin Name: Windows Azure Storage for WordPress * Plugin URI: https://wordpress.org/plugins/windows-azure-storage/ * Description: Use the Windows Azure Storage service to host your website's media files. - * Version: 3.0.0-beta + * Version: 3.0.0 * Author: 10up, Microsoft Open Technologies * Author URI: http://10up.com/ * License: BSD 2-Clause @@ -58,7 +58,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', '3.0.0-beta' ); +define( 'MSFT_AZURE_PLUGIN_VERSION', '3.0.0' ); /* Azure SDK relies on some PEAR dependencies, but doesn't load them itself. * We have to add the PEAR files to the path for the Azure SDK to see them.