diff --git a/.gitignore b/.gitignore index b895bcfbe..b46844381 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /wdn/templates_*/scripts/js-css/*.css /wdn/templates_*/scripts/plugins/qtip/wdn.qtip.css /wdn/templates_*/scripts/plugins/ui/css/jquery-ui-wdn.css +/tests/config.inc.php \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index 697c06df3..3f9f0b443 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ before_install: before_script: # install `pa11y` - npm install - - npm install pa11y + - npm install pa11y@2.4.4 - npm install grunt-cli # build the templates - ./node_modules/grunt-cli/bin/grunt diff --git a/VERSION_DEP b/VERSION_DEP index 52d734388..ee74734aa 100644 --- a/VERSION_DEP +++ b/VERSION_DEP @@ -1 +1 @@ -4.1.0-rc.2 +4.1.0 diff --git a/package.json b/package.json index 61023ef2e..d9b98439c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wdntemplates", - "version": "4.1.0-rc.2", + "version": "4.1.0", "description": "Web Framework for the UNLedu website.", "repository": { "type": "git", diff --git a/sharedcode/navigation.html b/sharedcode/navigation.html index 5c7a15db0..764aa6e8f 100644 --- a/sharedcode/navigation.html +++ b/sharedcode/navigation.html @@ -1,7 +1,7 @@