Skip to content

Commit

Permalink
Release: prepare strings for 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
morganestes committed Feb 3, 2016
1 parent 26e9e8c commit 1b5cad0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion windows-azure-storage-dialog.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down
2 changes: 1 addition & 1 deletion windows-azure-storage-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Shows various settings for Windows Azure Storage Plugin
*
* Version: 2.2
* Version: 3.0.0
*
* Author: Microsoft Open Technologies, Inc.
*
Expand Down
2 changes: 1 addition & 1 deletion windows-azure-storage-util.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Various utility functions for accessing Windows Azure Storage
*
* Version: 2.2
* Version: 3.0.0
*
* Author: Microsoft Open Technologies, Inc.
*
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: 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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 1b5cad0

Please sign in to comment.