Skip to content

Commit

Permalink
v2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Ste Brennan committed Sep 30, 2011
1 parent 5d096d6 commit 2ca1f1d
Show file tree
Hide file tree
Showing 20 changed files with 1,342 additions and 1,106 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,17 @@ It'd be fantastic to see how you have implemented PhotoSwipe on your site! We're



Latest Release v2.1.5
Latest Release v2.1.6
---------------------
[Download](http://github.com/downloads/codecomputerlove/PhotoSwipe/code.photoswipe-2.1.5.zip)
[Download](http://github.com/downloads/codecomputerlove/PhotoSwipe/code.photoswipe-2.1.6.zip)

**Changes for 2.1.5**
**Changes for 2.1.6**

- Fixed issue with internal property "backButtonClicked" not being reset on close.
- Upgraded to jQuery Mobile 1.0 RC1

- Added test work around for issue #141 - when rotating an app with PhotoSwipe displayed in a UIWebView, PhotoSwipe does not rotate. This seems to be an issue with UIWebView not PhotoSwipe. To enable this test work around, set "enableUIWebViewRepositionTimeout = true" when creating your PhotoSwipe instance.

**Please Note** This is not needed for PhoneGap apps, nor web apps added to your homescreen.



Expand Down
4 changes: 2 additions & 2 deletions build.number
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit!
#Wed Sep 28 15:10:13 BST 2011
build.number=11
#Fri Sep 30 09:32:23 BST 2011
build.number=15
4 changes: 2 additions & 2 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
project.description = PhotoSwipe
project.src.dir = src

project.build.version = 2.1.5
project.build.version = 2.1.6
project.build.year = 2011

project.build.workdir = work
project.build.artifactdir = release

lib.code.util.version = 1.0.4
lib.jquery.version = 1.6.4
lib.jqm.version = 1.0b3
lib.jqm.version = 1.0rc1
9 changes: 9 additions & 0 deletions src/change.log
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,13 @@ Initial release
- Fixed issue with internal property "backButtonClicked" not being reset on close.


2.1.6 28.09.11 - Ste Brennan
----------------------------

- Upgraded to jQuery Mobile 1.0 RC1

- Added test work around for issue #141 - when rotating an app with PhotoSwipe displayed in a UIWebView, PhotoSwipe does not rotate. This seems to be an issue with UIWebView not PhotoSwipe. To enable this test work around, set "enableUIWebViewRepositionTimeout = true" when creating your PhotoSwipe instance.

**Please Note** This is not needed for PhoneGap apps, nor web apps added to your homescreen.


4 changes: 2 additions & 2 deletions src/examples/debug-jquery-mobile.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;" name="viewport" />
<meta name="apple-mobile-web-app-capable" content="yes" />

<link href="../lib/jquery.mobile-1.0b3/jquery.mobile-1.0b3.min.css" rel="stylesheet" />
<link href="../lib/jquery.mobile-1.0rc1/jquery.mobile-1.0rc1.min.css" rel="stylesheet" />
<link href="jquery-mobile.css" type="text/css" rel="stylesheet" />
<link href="../assets/photoswipe.css" type="text/css" rel="stylesheet" />

Expand All @@ -15,7 +15,7 @@

<script type="text/javascript" src="../lib/klass.min.js"></script>
<script type="text/javascript" src="../lib/jquery-1.6.4.min.js"></script>
<script type="text/javascript" src="../lib/jquery.mobile-1.0b3/jquery.mobile-1.0b3.min.js"></script>
<script type="text/javascript" src="../lib/jquery.mobile-1.0rc1/jquery.mobile-1.0rc1.min.js"></script>
<script type="text/javascript" src="../lib/code.util-1.0.4/code.util.jquery-1.0.4.js"></script>

<script type="text/javascript" src="../image.js"></script>
Expand Down
1 change: 1 addition & 0 deletions src/examples/debug-jquery.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
autoStartSlideshow: false,
jQueryMobile: ( !Util.isNothing(window.jQuery) && !Util.isNothing(window.jQuery.mobile) ),
jQueryMobileDialogHash: '&ui-state=dialog',
enableUIWebViewRepositionTimeout: false,


// Carousel
Expand Down
3 changes: 2 additions & 1 deletion src/examples/debug.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
Util.Events.domReady(function(e){

var
addEventListeners = true,
addEventListeners = false,
instance;

instance = PhotoSwipe.attach(Util.DOM.find('#Gallery a'), {
Expand All @@ -76,6 +76,7 @@
autoStartSlideshow: false,
jQueryMobile: ( !Util.isNothing(window.jQuery) && !Util.isNothing(window.jQuery.mobile) ),
jQueryMobileDialogHash: '&ui-state=dialog',
enableUIWebViewRepositionTimeout: true,


// Carousel
Expand Down
Binary file not shown.
9 changes: 0 additions & 9 deletions src/lib/jquery.mobile-1.0b3/jquery.mobile-1.0b3.min.css

This file was deleted.

170 changes: 0 additions & 170 deletions src/lib/jquery.mobile-1.0b3/jquery.mobile-1.0b3.min.js

This file was deleted.

Large diffs are not rendered by default.

Loading

0 comments on commit 2ca1f1d

Please sign in to comment.