Skip to content
This repository was archived by the owner on Aug 5, 2020. It is now read-only.

Commit 92b1e24

Browse files
author
Michael
committed
Merge pull request #83 from mobify/mobifyjs-1.3.1
Adds new iOS8+ Scroll Fix APIs
2 parents c7777ab + f00b4f5 commit 92b1e24

File tree

7 files changed

+24
-2
lines changed

7 files changed

+24
-2
lines changed

.gitmodules

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,32 @@
11
[submodule "vendor/mobify-js/1.0/base"]
22
path = vendor/mobify-js/1.0/base
33
url = https://github.com/mobify/mobifyjs.git
4+
branch = 1.0
45
[submodule "vendor/mobify-js/1.1/base"]
56
path = vendor/mobify-js/1.1/base
67
url = https://github.com/mobify/mobifyjs.git
8+
branch = v1.1
79
[submodule "vendor/mobify-js/1.2/base"]
810
path = vendor/mobify-js/1.2/base
911
url = https://github.com/mobify/mobifyjs.git
12+
branch = 1.2
1013
[submodule "vendor/mobify-js/1.3/base"]
1114
path = vendor/mobify-js/1.3/base
1215
url = [email protected]:mobify/mobifyjs.git
16+
branch = v1.3
1317
[submodule "vendor/mobify-js/1.1.1/base"]
1418
path = vendor/mobify-js/1.1.1/base
1519
url = https://github.com/mobify/mobifyjs
20+
branch = v1.1.1
21+
[submodule "vendor/mobify-js/1.3.1/base"]
22+
path = vendor/mobify-js/1.3.1/base
23+
url = [email protected]:mobify/mobifyjs.git
24+
branch = 1.3.1
25+
[submodule "vendor/mobify-js/1.0.1/base"]
26+
path = vendor/mobify-js/1.0.1/base
27+
url = [email protected]:mobify/mobifyjs.git
28+
branch = 1.0.1
29+
[submodule "vendor/mobify-js/1.1.2/base"]
30+
path = vendor/mobify-js/1.1.2/base
31+
url = [email protected]:mobify/mobifyjs.git
32+
branch = 1.1.2

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
v0.3.43 - Pull in new versions of MobifyJS that include iOS9 fixes
2+
13
v0.3.42 - Include Mobify.js 1.1.1 API, fix for Node 0.12.x on Windows
24
Note: v0.3.40/0.3.41 were unpublished.
35

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mobify-client",
3-
"version": "0.3.42",
3+
"version": "0.3.43",
44
"description": "Tools for building and compiling mobify.js adaptations",
55
"author": "Mobify <[email protected]>",
66
"homepage": "http://www.mobifyjs.com",

vendor/mobify-js/1.0.1/base

Submodule base added at ab2bb88

vendor/mobify-js/1.1.2/base

Submodule base added at e051b8e

vendor/mobify-js/1.3.1/base

Submodule base added at 8ec9481

vendor/mobify-js/1.3/base

Submodule base updated from 8e44fcd to 9d9a506

0 commit comments

Comments
 (0)