Skip to content

Commit

Permalink
Fix: Change JQuery dependency version
Browse files Browse the repository at this point in the history
Issue: #168777
Change-Id: I2449783800793ff59f68c18b9471c20093e98fd1
  • Loading branch information
fch authored and jberthoux committed Feb 22, 2023
1 parent 7aa235a commit 02e4ef5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,15 @@ Supported DBMS:


## [Unreleased]

## [2.1.2] - 2023-02-22
### Changed
- SDK 4.4 migration and Alfresco 7.2.0 compatibility
- Remove unused context.xml files

### Fixed
- jQuery dependency version

## [2.1.1] - 2022-05-10
### Fixed
- Fix Oracle and SQLServer dialects
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG_FR.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,15 @@ SGBD supportés :


## [Unreleased]

## [2.1.2] - 2023-02-22
### Changed
- Migration SDK 4.4 et compatibilité Alfresco 7.2.0
- Suppression des fichiers context.xml inutiles

### Fixed
- Correction dépendance à la version de jQuery

## [2.1.1] - 2022-05-10
### Fixed
- Correction des dialects Oracle et SQLServer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<!-- select2 loading -->
<@link rel="stylesheet" type="text/css" href="${page.url.context}/res/components/atolcd/statistics/select2/select2.css" />
<@script type="text/javascript" src="${page.url.context}/res/js/lib/jquery-1.11.1/jquery-1.11.1.min.js"></@script>
<@script type="text/javascript" src="${page.url.context}/res/js/lib/jquery-1.12.4/jquery-1.12.4.min.js"></@script>
<@script type="text/javascript" src="${page.url.context}/res/components/atolcd/statistics/select2/select2.js"></@script>

<#assign shortLocale = "en" />
Expand Down

0 comments on commit 02e4ef5

Please sign in to comment.