Skip to content

Commit 02b6177

Browse files
committed
HTTPS everywhere
1 parent c50ebf8 commit 02b6177

File tree

6 files changed

+13
-19
lines changed

6 files changed

+13
-19
lines changed

Gruntfile.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ module.exports = function(grunt) {
3939
banner: '/*!\n' +
4040
' * jQuery QueryBuilder <%= pkg.version %>\n' +
4141
' * Copyright 2014-<%= grunt.template.today("yyyy") %> Damien "Mistic" Sorel (http://www.strangeplanet.fr)\n' +
42-
' * Licensed under MIT (http://opensource.org/licenses/MIT)\n' +
42+
' * Licensed under MIT (https://opensource.org/licenses/MIT)\n' +
4343
' */',
4444

4545
langBanner: '/*!\n' +
4646
' * jQuery QueryBuilder <%= pkg.version %>\n' +
4747
' * Locale: <%= lang_locale %>\n' +
4848
'<% if (lang_author) { %> * Author: <%= lang_author %>\n<% } %>' +
49-
' * Licensed under MIT (http://opensource.org/licenses/MIT)\n' +
49+
' * Licensed under MIT (https://opensource.org/licenses/MIT)\n' +
5050
' */',
5151

5252
// serve folder content

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014-2017 Damien Sorel
3+
Copyright (c) 2014-2018 Damien Sorel
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+4-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# jQuery QueryBuilder
22

3-
[![Bower version](https://img.shields.io/bower/v/jQuery-QueryBuilder.svg?style=flat-square)](http://querybuilder.js.org)
43
[![npm version](https://img.shields.io/npm/v/jQuery-QueryBuilder.svg?style=flat-square)](https://www.npmjs.com/package/jQuery-QueryBuilder)
54
[![jsDelivr CDN](https://data.jsdelivr.com/v1/package/npm/jQuery-QueryBuilder/badge)](https://www.jsdelivr.com/package/npm/jQuery-QueryBuilder)
65
[![Build Status](https://img.shields.io/travis/mistic100/jQuery-QueryBuilder.svg?style=flat-square)](https://travis-ci.org/mistic100/jQuery-QueryBuilder)
@@ -9,12 +8,12 @@
98

109
jQuery plugin offering an simple interface to create complex queries.
1110

12-
[![screenshot](https://raw.githubusercontent.com/mistic100/jQuery-QueryBuilder/master/examples/screenshot.png)](http://querybuilder.js.org)
11+
[![screenshot](https://raw.githubusercontent.com/mistic100/jQuery-QueryBuilder/master/examples/screenshot.png)](https://querybuilder.js.org)
1312

1413

1514

1615
## Documentation
17-
[http://querybuilder.js.org](http://querybuilder.js.org)
16+
[querybuilder.js.org](https://querybuilder.js.org)
1817

1918

2019

@@ -43,8 +42,8 @@ jQuery-QueryBuilder is available on [jsDelivr](https://www.jsdelivr.com/package/
4342
* [jQuery 3](https://jquery.com)
4443
* [Bootstrap 3](https://getbootstrap.com/docs/3.3) (CSS only)
4544
* [jQuery.extendext](https://github.com/mistic100/jQuery.extendext)
46-
* [doT.js](http://olado.github.io/doT)
47-
* [MomentJS](http://momentjs.com) (optional, for Date/Time validation)
45+
* [doT.js](https://olado.github.io/doT)
46+
* [MomentJS](https://momentjs.com) (optional, for Date/Time validation)
4847
* [SQL Parser](https://github.com/mistic100/sql-parser) (optional, for SQL methods)
4948
* Other Bootstrap/jQuery plugins used by plugins
5049

@@ -92,10 +91,5 @@ grunt --languages=fr,it
9291
* `grunt doc` to generate the documentation.
9392

9493

95-
9694
## License
9795
This library is available under the MIT license.
98-
99-
#### Inspirations
100-
* [Knockout Query Builder](http://kindohm.github.io/knockout-query-builder/)
101-
* [jui_filter_rules](http://www.pontikis.net/labs/jui_filter_rules/)

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"name": "Damien \"Mistic\" Sorel",
66
"email": "[email protected]",
7-
"homepage": "http://www.strangeplanet.fr"
7+
"homepage": "https://www.strangeplanet.fr"
88
}
99
],
1010
"description": "jQuery plugin for user friendly query/filter creator",
@@ -26,7 +26,7 @@
2626
"filter"
2727
],
2828
"license": "MIT",
29-
"homepage": "https://github.com/mistic100/jQuery-QueryBuilder",
29+
"homepage": "https://querybuilder.js.org",
3030
"repository": {
3131
"type": "git",
3232
"url": "git://github.com/mistic100/jQuery-QueryBuilder.git"

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"authors": [{
55
"name": "Damien \"Mistic\" Sorel",
66
"email": "[email protected]",
7-
"homepage": "http://www.strangeplanet.fr"
7+
"homepage": "https://www.strangeplanet.fr"
88
}],
99
"description": "jQuery plugin for user friendly query/filter creator",
1010
"require": {
@@ -20,7 +20,7 @@
2020
"filter"
2121
],
2222
"license": "MIT",
23-
"homepage": "https://github.com/mistic100/jQuery-QueryBuilder",
23+
"homepage": "https://querybuilder.js.org",
2424
"support": {
2525
"issues": "https://github.com/mistic100/jQuery-QueryBuilder/issues"
2626
},

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": {
55
"name": "Damien \"Mistic\" Sorel",
66
"email": "[email protected]",
7-
"url": "http://www.strangeplanet.fr"
7+
"url": "https://www.strangeplanet.fr"
88
},
99
"description": "jQuery plugin for user friendly query/filter creator",
1010
"main": "dist/js/query-builder.js",
@@ -60,7 +60,7 @@
6060
"filter"
6161
],
6262
"license": "MIT",
63-
"homepage": "https://github.com/mistic100/jQuery-QueryBuilder",
63+
"homepage": "https://querybuilder.js.org",
6464
"repository": {
6565
"type": "git",
6666
"url": "git://github.com/mistic100/jQuery-QueryBuilder.git"

0 commit comments

Comments
 (0)