diff --git a/README.md b/README.md
index 7d9430f..21ad4ce 100644
--- a/README.md
+++ b/README.md
@@ -3,9 +3,9 @@ No Download Needed. jQuery filters rending out of the box for backoffice use.
-demo
+demo
-
+
# Quick Start
```
@@ -19,10 +19,10 @@ No Download Needed. jQuery filters rending out of the box for backoffice use.
-
+
-
+
@@ -95,7 +95,7 @@ Filter 2 Option2 -> Filter 1 Option2
# Dependencies
* Jquery
-* Bootstrap 3
+* Bootstrap 4
* daterangepicker js
* moment js
* improvely (css only)
@@ -111,6 +111,9 @@ DWYWWI (Do Whatever You Want With It).
compliments here - ohad.perry9@gmail.com
# Changes Log
+## V0.4.0
+upgrade bootstrap to 4.5.3
+
## V0.3.0
adding support for text fields in the url.try it out.
diff --git a/jquery.filters.js b/jquery.filters.js
index 27ce027..7d86295 100644
--- a/jquery.filters.js
+++ b/jquery.filters.js
@@ -653,7 +653,7 @@
function libraryDependenciesValidations(){
if (typeof History.Adapter === 'undefined') {
throw 'History.js (https://github.com/browserstate/history.js) is a dependency for backoffice filters. ' +
- 'See the docs (http://ohadpartuck.github.io/filter_demo) as to how to install it.'
+ 'See the docs (http://ohadperry.github.io/filter_demo) as to how to install it.'
}
}
diff --git a/package.json b/package.json
index 1074aa4..1a26101 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "backoffice-filters",
- "version": "0.3.1",
+ "version": "0.4.0",
"description": "Easy Setup - filters rending out of the box for backoffice use.",
"main": "jquery.filters.js",
"scripts": {
@@ -8,7 +8,7 @@
},
"repository": {
"type": "git",
- "url": "git+https://github.com/ohadpartuck/jquery-filters-plugin.git"
+ "url": "git+https://github.com/ohadperry/jquery-filters-plugin.git"
},
"keywords": [
"jquery",
@@ -26,11 +26,11 @@
"author": "ohad perry",
"license": "MIT",
"bugs": {
- "url": "https://github.com/ohadpartuck/jquery-filters-plugin/issues"
+ "url": "https://github.com/ohadperry/jquery-filters-plugin/issues"
},
- "homepage": "https://github.com/ohadpartuck/jquery-filters-plugin#readme",
+ "homepage": "https://github.com/ohadperry/jquery-filters-plugin#readme",
"dependencies": {
- "bootstrap": "^3.3.5",
+ "bootstrap": "^4.5.3",
"daterangepicker": "0.0.3",
"jquery": "^2.1.4",
"moment": "^2.10.6"