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

Commit

Permalink
Merge pull request #86 from mobify/fix-ajs-path
Browse files Browse the repository at this point in the history
Add fixed ajs path versions of mobifyjs
  • Loading branch information
Michael committed Dec 2, 2015
2 parents 51768b7 + c6bdd8c commit 73fa328
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .gitmodules
Expand Up @@ -30,3 +30,11 @@
path = vendor/mobify-js/1.1.2/base
url = git@github.com:mobify/mobifyjs.git
branch = 1.1.2
[submodule "vendor/mobify-js/1.1.3/base"]
path = vendor/mobify-js/1.1.3/base
url = git@github.com:mobify/mobifyjs.git
branch = 1.1.3
[submodule "vendor/mobify-js/1.3.2/base"]
path = vendor/mobify-js/1.3.2/base
url = git@github.com:mobify/mobifyjs.git
branch = 1.3.2
3 changes: 3 additions & 0 deletions CHANGELOG
@@ -1,3 +1,6 @@
v0.3.44 - Includes Mobify.js 1.1.3 and 1.3.2 APIs, fix for a.js script path that
caused a HTTP 404 error when used with v7 Mobify tag

v0.3.43 - Pull in new versions of MobifyJS that include iOS9 fixes

v0.3.42 - Include Mobify.js 1.1.1 API, fix for Node 0.12.x on Windows
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mobify-client",
"version": "0.3.43",
"version": "0.3.44",
"description": "Tools for building and compiling mobify.js adaptations",
"author": "Mobify <dev@mobify.com>",
"homepage": "http://www.mobifyjs.com",
Expand Down
1 change: 1 addition & 0 deletions vendor/mobify-js/1.1.3/base
Submodule base added at 94d89a
1 change: 1 addition & 0 deletions vendor/mobify-js/1.3.2/base
Submodule base added at 171ec3

0 comments on commit 73fa328

Please sign in to comment.