Skip to content

Commit 88aec2b

Browse files
committed
Updated documentation and phpSmug revision
1 parent b426913 commit 88aec2b

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

README.txt

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
phpSmug 3.3 - PHP Wrapper for the SmugMug API
1+
phpSmug 3.4 - PHP Wrapper for the SmugMug API
22
=============================================
33

44
Written by Colin Seymour
@@ -35,14 +35,13 @@ donation (http://phpsmug.com/donate).
3535

3636

3737

38-
What's New in phpSmug 3.3
38+
What's New in phpSmug 3.4
3939
=========================
4040

41-
phpSmug 3.3 is the next minor release of phpSmug and fixes only one issue found
42-
in the way phpSmug was handling empty or FALSE argument values. No change in
43-
usage from the user perspective is needed, you'll just find phpSmug handles
44-
boolean and empty argument values correctly and will now generate correct OAuth
45-
signatures for those methods involved.
41+
Only a single small change in phpSmug 3.4: phpSmug was neglecting to set the
42+
appropriate "hidden" upload header when uploading photos that should be marked
43+
as hidden. phpSmug 3.4 now resolves this and "hidden" uploads should now show
44+
up as hidden when they arrive on SmugMug.
4645

4746

4847

@@ -508,6 +507,12 @@ This document is also available online at `http://phpsmug.com/docs'.
508507
Change History
509508
==============
510509

510+
* 3.4 - 21 Jun '11
511+
512+
513+
* Added missing hidden header for image uploads that should be hidden.
514+
Fixes Ticket #12.
515+
511516
* 3.3 - 3 Jun '11
512517

513518

phpSmug.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* without having to worry about the finer details of the API.
77
*
88
* @author Colin Seymour <lildood@gmail.com>
9-
* @version 3.3
9+
* @version 3.4
1010
* @package phpSmug
1111
* @license GPL 3 {@link http://www.gnu.org/copyleft/gpl.html}
1212
* @copyright Copyright (c) 2008 Colin Seymour
@@ -54,7 +54,7 @@ class PhpSmugException extends Exception {}
5454
* @package phpSmug
5555
**/
5656
class phpSmug {
57-
var $version = '3.3';
57+
var $version = '3.4';
5858
private $cacheType = FALSE;
5959
var $SessionID;
6060
var $loginType;

0 commit comments

Comments
 (0)