Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Prepare for release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyRazmyslov committed Feb 24, 2015
1 parent b3468b7 commit 3da2a01
Show file tree
Hide file tree
Showing 576 changed files with 912 additions and 884 deletions.
19 changes: 8 additions & 11 deletions Defaults.php
Expand Up @@ -32,8 +32,8 @@
const CHANNEL_GET_CONTAINER = 'get';
const CHANNEL_REST_CONTAINER = 'rest';
const PACKAGE_NAME = 'WindowsAzure';
const PACKAGE_RELEASE_VERSION = '0.4.0';
const PACKAGE_API_VERSION = '0.4.0';
const PACKAGE_RELEASE_VERSION = '0.4.1';
const PACKAGE_API_VERSION = '0.4.1';
const PACKAGE_RELEASE_STATE = 'beta';
const PACKAGE_API_STATE = 'beta';
const PACKAGE_MIN_PHP_VERSION = '5.3.0';
Expand All @@ -47,26 +47,23 @@
It is build as a thin REST call wrapper where each server call maps to a single method call within the library.
';
const PACKAGE_RELEASE_NOTES = '
- Added API support for Media Services:
* Operations on Assets, Access policies, Locators, FileAssets, Jobs, Jobs templates, Tasks and Task templates
> create, update, delete, list, get properties
* Uploading files to Media Services storage
- Implemented uploading of large files to Media Services
';
$dependencies = array(
array('required', 'HTTP_Request2', 'pear.php.net'),
array('required', 'Mail_Mime', 'pear.php.net'),
array('required', 'Mail_mimeDecode', 'pear.php.net'),
array('optional', 'PEAR_PackageFileManager2', 'pear.php.net'),
array('optional', 'Pirum', 'pear.pirum-project.org')
array('optional', 'Pirum', 'pear.pirum-project.org')
);
$ignore = array(
'build/',
'tests/',
'channel/'
'tests/',
'channel/'
);
$include = array(
'README.md',
'LICENSE.txt',
'WindowsAzure/'
'LICENSE.txt',
'WindowsAzure/'
);

2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -97,7 +97,7 @@ To install the PHP Client Libraries for Microsoft Azure as a PEAR package, follo
pear channel-discover pear.windowsazure.com
3. Install the PEAR package:

pear install pear.windowsazure.com/WindowsAzure-0.4.0
pear install pear.windowsazure.com/WindowsAzure-0.4.1


# Usage
Expand Down
2 changes: 1 addition & 1 deletion WindowsAzure/Blob/BlobRestProxy.php
Expand Up @@ -84,7 +84,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: 0.4.0_2014-01
* @version Release: 0.4.1_2015-02
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class BlobRestProxy extends ServiceRestProxy implements IBlob
Expand Down
2 changes: 1 addition & 1 deletion WindowsAzure/Blob/Internal/IBlob.php
Expand Up @@ -33,7 +33,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: 0.4.0_2014-01
* @version Release: 0.4.1_2015-02
* @link https://github.com/windowsazure/azure-sdk-for-php
* @see http://msdn.microsoft.com/en-us/library/windowsazure/dd135733.aspx
*/
Expand Down
2 changes: 1 addition & 1 deletion WindowsAzure/Blob/Models/AccessCondition.php
Expand Up @@ -36,7 +36,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: 0.4.0_2014-01
* @version Release: 0.4.1_2015-02
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class AccessCondition
Expand Down
2 changes: 1 addition & 1 deletion WindowsAzure/Blob/Models/AccessPolicy.php
Expand Up @@ -35,7 +35,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: 0.4.0_2014-01
* @version Release: 0.4.1_2015-02
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class AccessPolicy
Expand Down
2 changes: 1 addition & 1 deletion WindowsAzure/Blob/Models/AcquireLeaseOptions.php
Expand Up @@ -32,7 +32,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: 0.4.0_2014-01
* @version Release: 0.4.1_2015-02
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class AcquireLeaseOptions extends BlobServiceOptions
Expand Down
2 changes: 1 addition & 1 deletion WindowsAzure/Blob/Models/AcquireLeaseResult.php
Expand Up @@ -34,7 +34,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: 0.4.0_2014-01
* @version Release: 0.4.1_2015-02
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class AcquireLeaseResult
Expand Down
2 changes: 1 addition & 1 deletion WindowsAzure/Blob/Models/Blob.php
Expand Up @@ -32,7 +32,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: 0.4.0_2014-01
* @version Release: 0.4.1_2015-02
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class Blob
Expand Down
2 changes: 1 addition & 1 deletion WindowsAzure/Blob/Models/BlobBlockType.php
Expand Up @@ -32,7 +32,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: 0.4.0_2014-01
* @version Release: 0.4.1_2015-02
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class BlobBlockType
Expand Down
2 changes: 1 addition & 1 deletion WindowsAzure/Blob/Models/BlobPrefix.php
Expand Up @@ -32,7 +32,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: 0.4.0_2014-01
* @version Release: 0.4.1_2015-02
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class BlobPrefix
Expand Down
2 changes: 1 addition & 1 deletion WindowsAzure/Blob/Models/BlobProperties.php
Expand Up @@ -35,7 +35,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: 0.4.0_2014-01
* @version Release: 0.4.1_2015-02
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class BlobProperties
Expand Down
2 changes: 1 addition & 1 deletion WindowsAzure/Blob/Models/BlobServiceOptions.php
Expand Up @@ -32,7 +32,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: 0.4.0_2014-01
* @version Release: 0.4.1_2015-02
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class BlobServiceOptions
Expand Down
2 changes: 1 addition & 1 deletion WindowsAzure/Blob/Models/BlobType.php
Expand Up @@ -32,7 +32,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: 0.4.0_2014-01
* @version Release: 0.4.1_2015-02
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class BlobType
Expand Down
2 changes: 1 addition & 1 deletion WindowsAzure/Blob/Models/Block.php
Expand Up @@ -32,7 +32,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: 0.4.0_2014-01
* @version Release: 0.4.1_2015-02
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class Block
Expand Down
2 changes: 1 addition & 1 deletion WindowsAzure/Blob/Models/BlockList.php
Expand Up @@ -36,7 +36,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: 0.4.0_2014-01
* @version Release: 0.4.1_2015-02
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class BlockList
Expand Down
2 changes: 1 addition & 1 deletion WindowsAzure/Blob/Models/BreakLeaseResult.php
Expand Up @@ -34,7 +34,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: 0.4.0_2014-01
* @version Release: 0.4.1_2015-02
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class BreakLeaseResult
Expand Down
2 changes: 1 addition & 1 deletion WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php
Expand Up @@ -33,7 +33,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: 0.4.0_2014-01
* @version Release: 0.4.1_2015-02
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class CommitBlobBlocksOptions extends BlobServiceOptions
Expand Down
2 changes: 1 addition & 1 deletion WindowsAzure/Blob/Models/Container.php
Expand Up @@ -34,7 +34,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: 0.4.0_2014-01
* @version Release: 0.4.1_2015-02
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class Container
Expand Down
2 changes: 1 addition & 1 deletion WindowsAzure/Blob/Models/ContainerACL.php
Expand Up @@ -39,7 +39,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: 0.4.0_2014-01
* @version Release: 0.4.1_2015-02
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class ContainerAcl
Expand Down
2 changes: 1 addition & 1 deletion WindowsAzure/Blob/Models/ContainerProperties.php
Expand Up @@ -32,7 +32,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: 0.4.0_2014-01
* @version Release: 0.4.1_2015-02
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class ContainerProperties
Expand Down
2 changes: 1 addition & 1 deletion WindowsAzure/Blob/Models/CopyBlobOptions.php
Expand Up @@ -33,7 +33,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: 0.4.0_2014-01
* @version Release: 0.4.1_2015-02
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class CopyBlobOptions extends BlobServiceOptions
Expand Down
2 changes: 1 addition & 1 deletion WindowsAzure/Blob/Models/CopyBlobResult.php
Expand Up @@ -34,7 +34,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: 0.4.0_2014-01
* @version Release: 0.4.1_2015-02
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class CopyBlobResult
Expand Down
2 changes: 1 addition & 1 deletion WindowsAzure/Blob/Models/CreateBlobBlockOptions.php
Expand Up @@ -32,7 +32,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: 0.4.0_2014-01
* @version Release: 0.4.1_2015-02
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class CreateBlobBlockOptions extends BlobServiceOptions
Expand Down
2 changes: 1 addition & 1 deletion WindowsAzure/Blob/Models/CreateBlobOptions.php
Expand Up @@ -33,7 +33,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: 0.4.0_2014-01
* @version Release: 0.4.1_2015-02
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class CreateBlobOptions extends BlobServiceOptions
Expand Down
2 changes: 1 addition & 1 deletion WindowsAzure/Blob/Models/CreateBlobPagesOptions.php
Expand Up @@ -32,7 +32,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: 0.4.0_2014-01
* @version Release: 0.4.1_2015-02
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class CreateBlobPagesOptions extends BlobServiceOptions
Expand Down
2 changes: 1 addition & 1 deletion WindowsAzure/Blob/Models/CreateBlobPagesResult.php
Expand Up @@ -35,7 +35,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: 0.4.0_2014-01
* @version Release: 0.4.1_2015-02
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class CreateBlobPagesResult
Expand Down
2 changes: 1 addition & 1 deletion WindowsAzure/Blob/Models/CreateBlobSnapshotOptions.php
Expand Up @@ -32,7 +32,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: 0.4.0_2014-01
* @version Release: 0.4.1_2015-02
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class CreateBlobSnapshotOptions extends BlobServiceOptions
Expand Down
2 changes: 1 addition & 1 deletion WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php
Expand Up @@ -35,7 +35,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: 0.4.0_2014-01
* @version Release: 0.4.1_2015-02
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class CreateBlobSnapshotResult
Expand Down
2 changes: 1 addition & 1 deletion WindowsAzure/Blob/Models/CreateContainerOptions.php
Expand Up @@ -34,7 +34,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: 0.4.0_2014-01
* @version Release: 0.4.1_2015-02
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class CreateContainerOptions extends BlobServiceOptions
Expand Down
2 changes: 1 addition & 1 deletion WindowsAzure/Blob/Models/DeleteBlobOptions.php
Expand Up @@ -33,7 +33,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: 0.4.0_2014-01
* @version Release: 0.4.1_2015-02
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class DeleteBlobOptions extends BlobServiceOptions
Expand Down
2 changes: 1 addition & 1 deletion WindowsAzure/Blob/Models/DeleteContainerOptions.php
Expand Up @@ -32,7 +32,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: 0.4.0_2014-01
* @version Release: 0.4.1_2015-02
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class DeleteContainerOptions extends BlobServiceOptions
Expand Down
2 changes: 1 addition & 1 deletion WindowsAzure/Blob/Models/GetBlobMetadataOptions.php
Expand Up @@ -32,7 +32,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: 0.4.0_2014-01
* @version Release: 0.4.1_2015-02
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class GetBlobMetadataOptions extends BlobServiceOptions
Expand Down
2 changes: 1 addition & 1 deletion WindowsAzure/Blob/Models/GetBlobMetadataResult.php
Expand Up @@ -35,7 +35,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: 0.4.0_2014-01
* @version Release: 0.4.1_2015-02
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class GetBlobMetadataResult
Expand Down
2 changes: 1 addition & 1 deletion WindowsAzure/Blob/Models/GetBlobOptions.php
Expand Up @@ -33,7 +33,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: 0.4.0_2014-01
* @version Release: 0.4.1_2015-02
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class GetBlobOptions extends BlobServiceOptions
Expand Down
2 changes: 1 addition & 1 deletion WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php
Expand Up @@ -32,7 +32,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: 0.4.0_2014-01
* @version Release: 0.4.1_2015-02
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class GetBlobPropertiesOptions extends BlobServiceOptions
Expand Down
2 changes: 1 addition & 1 deletion WindowsAzure/Blob/Models/GetBlobPropertiesResult.php
Expand Up @@ -32,7 +32,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: 0.4.0_2014-01
* @version Release: 0.4.1_2015-02
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class GetBlobPropertiesResult
Expand Down
2 changes: 1 addition & 1 deletion WindowsAzure/Blob/Models/GetBlobResult.php
Expand Up @@ -34,7 +34,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: 0.4.0_2014-01
* @version Release: 0.4.1_2015-02
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class GetBlobResult
Expand Down
2 changes: 1 addition & 1 deletion WindowsAzure/Blob/Models/GetContainerACLResult.php
Expand Up @@ -33,7 +33,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: 0.4.0_2014-01
* @version Release: 0.4.1_2015-02
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class GetContainerAclResult
Expand Down
2 changes: 1 addition & 1 deletion WindowsAzure/Blob/Models/GetContainerPropertiesResult.php
Expand Up @@ -32,7 +32,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: 0.4.0_2014-01
* @version Release: 0.4.1_2015-02
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class GetContainerPropertiesResult
Expand Down

0 comments on commit 3da2a01

Please sign in to comment.