Updated jQuery to 3.6.0

This commit is contained in:
Kevin R
2021-12-27 18:05:10 +01:00
parent db8b363b4a
commit f471cc4875
5 changed files with 13 additions and 4 deletions

View File

@@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add features from the milestone [%1](https://gitlab.com/KevinRoebert/ClearUrls/-/milestones/1)
- Dedicated documentation page like [docs.drasyl.org](https://docs.drasyl.org)
## [1.22.0] - 2021-12-27
### Compatibility note
- Require Firefox >= 55
- Require Chrome >= 37
### Changed
- Updated jQuery to 3.6.0
## [1.21.0] - 2021-03-24
### Compatibility note

File diff suppressed because one or more lines are too long

2
external_js/jquery-3.6.0.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -112,7 +112,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="../browser-polyfill.js"></script>
<script src="../external_js/jquery-3.4.1.min.js"></script>
<script src="../external_js/jquery-3.6.0.min.js"></script>
<script src="../external_js/datatables.min.js"></script>
<script src="../core_js/log.js"></script>
<script src="../core_js/write_version.js"></script>

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "ClearURLs",
"version": "1.21.0",
"version": "1.22.0",
"author": "Kevin Röbert",
"description": "__MSG_extension_description__",
"homepage_url": "https://gitlab.com/KevinRoebert/ClearUrls",