Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.5.1 #244

Merged
merged 23 commits into from
May 13, 2021
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
7a0a7ed
Merge remote-tracking branch 'upstream/master' into develop
charvolant Feb 3, 2021
6ad67a0
Bump development version
charvolant Feb 3, 2021
723a4fa
Merge pull request #235 from charvolant/develop
charvolant Feb 3, 2021
bfa5441
Only use specific language tags in EoL
charvolant Mar 25, 2021
56c59bd
Fix test cases
charvolant Mar 25, 2021
23abbf5
Upgrade bootstrap and auth libraries
charvolant Mar 25, 2021
6ec533b
Merge pull request #239 from charvolant/issue-238
charvolant Mar 25, 2021
081b0d6
Make plugin run stand-alone for testing
charvolant Mar 30, 2021
dd747e1
Blacklist for EoL
charvolant Mar 30, 2021
a597dcb
Provide more sophisticated model for article matching.
charvolant Apr 1, 2021
39dcda3
Update doco
charvolant Apr 5, 2021
670a096
Clarifiy blacklist functionality
charvolant Apr 6, 2021
39ea8ff
Merge pull request #240 from charvolant/issue-238
charvolant Apr 6, 2021
1779c60
Additional labels and consistency requested by functional recview
charvolant Apr 27, 2021
7c07bf6
Merge branch 'master' into develop
charvolant Apr 27, 2021
8bbe6aa
Merge remote-tracking branch 'upstream/develop' into develop
charvolant Apr 27, 2021
f92603b
Merge pull request #241 from charvolant/develop
charvolant Apr 27, 2021
398b9fa
More labels and messages
charvolant Apr 28, 2021
e90582d
Merge pull request #242 from charvolant/develop
charvolant Apr 28, 2021
6db15d2
Fix download error
charvolant May 6, 2021
65c1785
Merge pull request #243 from charvolant/develop
charvolant May 6, 2021
57d4fa4
Merge remote-tracking branch 'upstream/master'
charvolant May 13, 2021
147a6ad
Release 1.5.1
charvolant May 13, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Upgrade bootstrap and auth libraries
  • Loading branch information
charvolant committed Mar 25, 2021
commit 23abbf52ca924e8d73c5acea49c13e45fef19155
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ dependencies {
compile "org.codehaus.jackson:jackson-mapper-asl:1.8.6"
compile "org.jsoup:jsoup:1.8.3"

compile group: 'org.grails.plugins', name: 'ala-bootstrap3', version: '3.0.6'
compile group: 'org.grails.plugins', name: 'ala-auth', version:'3.1.2', changing: true
compile group: 'org.grails.plugins', name: 'ala-bootstrap3', version: '3.2.3'
compile group: 'org.grails.plugins', name: 'ala-auth', version:'3.1.3', changing: true
compile group: 'au.org.ala.plugins.grails', name: 'ala-citation-plugin', version: '1.0'
runtime group: 'au.org.ala.plugins.grails', name: 'ala-charts-plugin', version: '2.0.1'
compile group: 'au.org.ala.plugins.grails', name: 'images-client-plugin', version: '1.2'
Expand Down