Skip to content

Commit 2185ab0

Browse files
committed
major changes; see RELEASENOTES.md
1 parent ac1152b commit 2185ab0

File tree

156 files changed

+41725
-14777
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+41725
-14777
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
=============
33
PHP SDK for OpenStack/Rackspace APIs
44

5+
> **IMPORTANT NOTE**: With release 1.3, all of the file extensions have been
6+
changed from `.inc` to `.php`. This means that any existing code must be
7+
edited to use this new version.
8+
59
See the
610
[COPYING](https://github.com/rackspace/php-opencloud/blob/master/COPYING)
711
file for license and copyright information.

RELEASENOTES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
RELEASE NOTES
22
-------------
33

4-
### next version (in development)
4+
### 02/10/2013 Version 1.0
5+
* **IMPORTANT**: The file extension for include files is not `.php` (instead of
6+
`.inc`). This came at the request of numerous individuals. However, it means
7+
that all of your scripts that use **php-opencloud** must be edited.
58
* `DataObject::Create()` now uses `content_type`; using the older
69
`type` parameter is deprecated and will cause an UnknownParameterError
710
exception.

0 commit comments

Comments
 (0)