Version 1.0.0 (Stable) build has been released and is now available to install via PEAR or Composer (new with this release).
You can install using the following:
pear channel-discover pear.dropbox-php.com
pear install dropbox-php/Dropbox
Or by adding the following to your composer.json:
"require": {
"dropbox-php/dropbox-php": “1.*”
}
Changes for this release:
- Minor bug fixes
- Added composer support
- PR-13 - DropBox API returns 500 errors rarely. For example, when the thumbnail of the broken picture is acquired etc.
- PR-8 - Methods delta, media, and copy_ref plus additional fixes
- Updated status to “Stable”
Additional Changes
New with this release is the status change to “Stable”. Since the code has been relatively stable for the last 8 months and the addition of the missing API methods (delta, media, and copy_ref). I feel this is close enough to be declared stable. The documentation is still missing, however you can use the unit tests for examples on how to use the various method calls. Initial composer support has been added and the repository has been setup to notify packagist on code pushes. However, I haven’t yet tested to confirm I have things fully configured correctly. Again, since I don’t have very much free time, I don’t know when (or if) I will get around to testing on the composer setup so PEAR is still the recommended way to install the library.
Special thanks to Naoki Sawada for your work on this release.
Development has stopped
Well, if it hasn’t been obvious before, it should be now. Just like Evan before me, I no longer have free time to work on this library. Also, it seems Dropbox dropped the link to this library from their list of 3rd party APIs. I tried to get them to add it back, but…
If anyone is interested in working on this library, I’ll find time to manage pull requests. And if you submit often enough, I’ll consider adding you as a committer to the Github project so you can commit directly.
Alternatively, if someone is interested in taking over altogether, I’m willing to consult with Evan and hand over control.
Lastly, if you aren’t willing/able to contribute to this library, but still need one that is staying current, it appears there is one that is very similar to this library. You can find it here
Let’s try this again, same as 0.5.0 except packaging has been fixed:
Version 0.5.1 (Beta) build has been released and is now available to install via PEAR.
You can install using the following:
pear channel-discover pear.dropbox-php.com
pear install dropbox-php/Dropbox-beta
Changes for this release:
- Minor bug fixes
- Added share method from Issue #42
- Added search method from Issue #42
- Added ant build script and phpunit config file
- Updated status to “Beta”
Additional Changes
New with this release is the status change to “Beta”. With the addition
of tests added in the last release and with a build script added in this
release, we are getting closer to a stable release. Additionally, code
hosting has been moved to GitHub only. Issue tracking will happen on
GitHub only now as well. The Google groups mailing list will remain
for the foreseeable future.
Version 0.5.0 (Beta) build has been released and is now available to install via PEAR.
You can install using the following:
pear channel-discover pear.dropbox-php.com
pear install dropbox-php/Dropbox-beta
Changes for this release:
- Minor bug fixes
- Added share method from Issue #42
- Added search method from Issue #42
- Added ant build script and phpunit config file
- Updated status to “Beta”
Additional Changes
New with this release is the status change to “Beta”. With the addition
of tests added in the last release and with a build script added in this
release, we are getting closer to a stable release. Additionally, code
hosting has been moved to GitHub only. Issue tracking will happen on
GitHub only now as well. The Google groups mailing list will remain
for the foreseeable future.
Version 0.4.5 (Alpha) build has been released and is now available to install via PEAR.
You can install using the following:
pear channel-discover pear.dropbox-php.com
pear install dropbox-php/Dropbox-alpha
Changes for this release:
- Updated to work with Dropbox API version 1
- Some PHP Unit tests
Version 0.4.4 (Alpha) build has been released and is now available to install via PEAR.
You can install using the following:
pear channel-discover pear.dropbox-php.com
pear install dropbox-php/Dropbox-alpha
Changes for this release:
- Added useSSL flag to constructor to allow turning off SSL use
- Added code to turn off SSL validation during OAuth calls
Version 0.4.3 (Alpha) build has been released and is now available to install via PEAR.
You can install using the following:
pear channel-discover pear.dropbox-php.com
pear install dropbox-php/Dropbox-alpha
Changes for this release:
- Issue #28 – oAuth Curl class based on WordPress class
- Issue #30 – Can’t open files with tilde in the name
- Issue #34 – Change API URLs to use HTTPS
- Issue #35 – Change hard-coded API URLs to use a class constant
Version 0.4.2 (Alpha) build has been released and is now available to install via PEAR.
You can install using the following:
pear channel-discover pear.dropbox-php.com
pear install dropbox-php/Dropbox-alpha
Changes for this release:
- Issue #25 Patch for /Dropbox/API.php / Error using putfile
- Issue #27 WordPress OAuth Support
Version 0.4.1 (Alpha) build has been released and is now available to install via PEAR. New with this release is a dedicated domain for hosting the PEAR releases.
You can install using the following:
pear channel-discover pear.dropbox-php.com
pear install dropbox-php/Dropbox-alpha
Changes for this release:
- Issue #10 API getFile() fails if spaces in path.
- Issue #13 API putFile() fails if spaces in filename.
- Issue #15 putFile always returns true, regardless of the result of the request
- Issue #21 space in filename
Welcome to the new home for Dropbox-PHP related news and announcements. Look here for announcements about new releases and general news about development on the Dropbox-PHP library. The mailing list will still be used for general discussions, but this will serve as a point of general notices for those that don’t take part on the mailing list.
Recently, Evert announced on his blog and the mailing list that he no longer had the time to continue to keep up the Dropbox-PHP library. As such it has sat dormant for a few months. I recently stumbled across it and decided to join in and help support it. Look for a release announcement tomorrow morning for the first PEAR release since August which includes several community contributed fixes. I plan to get to the rest of the open issues and begin working to add new functionality to Dropbox-PHP over the next few months.