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

Commit 73fa328

Browse files
author
Michael
committed
Merge pull request #86 from mobify/fix-ajs-path
Add fixed ajs path versions of mobifyjs
2 parents 51768b7 + c6bdd8c commit 73fa328

File tree

5 files changed

+14
-1
lines changed

5 files changed

+14
-1
lines changed

.gitmodules

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,11 @@
3030
path = vendor/mobify-js/1.1.2/base
3131
url = [email protected]:mobify/mobifyjs.git
3232
branch = 1.1.2
33+
[submodule "vendor/mobify-js/1.1.3/base"]
34+
path = vendor/mobify-js/1.1.3/base
35+
url = [email protected]:mobify/mobifyjs.git
36+
branch = 1.1.3
37+
[submodule "vendor/mobify-js/1.3.2/base"]
38+
path = vendor/mobify-js/1.3.2/base
39+
url = [email protected]:mobify/mobifyjs.git
40+
branch = 1.3.2

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v0.3.44 - Includes Mobify.js 1.1.3 and 1.3.2 APIs, fix for a.js script path that
2+
caused a HTTP 404 error when used with v7 Mobify tag
3+
14
v0.3.43 - Pull in new versions of MobifyJS that include iOS9 fixes
25

36
v0.3.42 - Include Mobify.js 1.1.1 API, fix for Node 0.12.x on Windows

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.43",
3+
"version": "0.3.44",
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.1.3/base

Submodule base added at 94d89a0

vendor/mobify-js/1.3.2/base

Submodule base added at 171ec33

0 commit comments

Comments
 (0)