Skip to content

Commit de17af5

Browse files
authored
Merge pull request #608 from denny/release/20.10
20.10 release
2 parents 46400e9 + 79bd521 commit de17af5

File tree

67 files changed

+91
-47
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+91
-47
lines changed

.rubocop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ AllCops:
1818
- app/assets/**/*
1919
- bin/*
2020
- coverage/**/*
21+
- db/archived-migrations/*.rb
2122
- db/migrate/*.rb
2223
- db/schema.rb
2324
- docs/*

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,63 @@
11
PATH
22
remote: plugins/ShinyBlog
33
specs:
4-
shiny_blog (20.8)
4+
shiny_blog (20.10)
55
pg (>= 0.18, < 2.0)
66
rails (~> 6.0.3, >= 6.0.3.2)
77

88
PATH
99
remote: plugins/ShinyForms
1010
specs:
11-
shiny_forms (20.8)
11+
shiny_forms (20.10)
1212
pg (>= 0.18, < 2.0)
1313
rails (~> 6.0.3, >= 6.0.3.2)
1414

1515
PATH
1616
remote: plugins/ShinyInserts
1717
specs:
18-
shiny_inserts (20.8)
18+
shiny_inserts (20.10)
1919
pg (>= 0.18, < 2.0)
2020
rails (~> 6.0.3, >= 6.0.3.2)
2121

2222
PATH
2323
remote: plugins/ShinyLists
2424
specs:
25-
shiny_lists (20.8)
25+
shiny_lists (20.10)
2626
pg (>= 0.18, < 2.0)
2727
rails (~> 6.0.3, >= 6.0.3.2)
2828

2929
PATH
3030
remote: plugins/ShinyNews
3131
specs:
32-
shiny_news (20.8)
32+
shiny_news (20.10)
3333
pg (>= 0.18, < 2.0)
3434
rails (~> 6.0.3, >= 6.0.3.2)
3535

3636
PATH
3737
remote: plugins/ShinyNewsletters
3838
specs:
39-
shiny_newsletters (20.8)
39+
shiny_newsletters (20.10)
4040
pg (>= 0.18, < 2.0)
4141
rails (~> 6.0.3, >= 6.0.3.2)
4242

4343
PATH
4444
remote: plugins/ShinyPages
4545
specs:
46-
shiny_pages (20.8)
46+
shiny_pages (20.10)
4747
pg (>= 0.18, < 2.0)
4848
rails (~> 6.0.3, >= 6.0.3.2)
4949

5050
PATH
5151
remote: plugins/ShinyProfiles
5252
specs:
53-
shiny_profiles (20.8)
53+
shiny_profiles (20.10)
5454
pg (>= 0.18, < 2.0)
5555
rails (~> 6.0.3, >= 6.0.3.2)
5656

5757
PATH
5858
remote: plugins/ShinySearch
5959
specs:
60-
shiny_search (20.8)
60+
shiny_search (20.10)
6161
algoliasearch-rails
6262
pg (>= 0.18, < 2.0)
6363
pg_search

config/initializers/version.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
#
77
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
88

9-
VERSION = '20.8'
9+
# ShinyCMS version number ('Ubuntu style', YY.MM)
10+
VERSION = '20.10'

plugins/ShinyBlog/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
shiny_blog (20.8)
4+
shiny_blog (20.10)
55
pg (>= 0.18, < 2.0)
66
rails (~> 6.0.3, >= 6.0.3.2)
77

@@ -89,7 +89,7 @@ GEM
8989
mini_mime (1.0.2)
9090
mini_portile2 (2.4.0)
9191
minitest (5.14.2)
92-
nio4r (2.5.3)
92+
nio4r (2.5.4)
9393
nokogiri (1.10.10)
9494
mini_portile2 (~> 2.4.0)
9595
pg (1.2.3)
@@ -143,7 +143,7 @@ GEM
143143
sprockets (4.0.2)
144144
concurrent-ruby (~> 1.0)
145145
rack (> 1, < 3)
146-
sprockets-rails (3.2.1)
146+
sprockets-rails (3.2.2)
147147
actionpack (>= 4.0)
148148
activesupport (>= 4.0)
149149
sprockets (>= 3.0.0)

plugins/ShinyBlog/lib/shiny_blog/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
88

99
module ShinyBlog
10-
VERSION = '20.8'
10+
VERSION = '20.10'
1111
public_constant :VERSION
1212
end

plugins/ShinyForms/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
shiny_forms (20.8)
4+
shiny_forms (20.10)
55
pg (>= 0.18, < 2.0)
66
rails (~> 6.0.3, >= 6.0.3.2)
77

@@ -89,7 +89,7 @@ GEM
8989
mini_mime (1.0.2)
9090
mini_portile2 (2.4.0)
9191
minitest (5.14.2)
92-
nio4r (2.5.3)
92+
nio4r (2.5.4)
9393
nokogiri (1.10.10)
9494
mini_portile2 (~> 2.4.0)
9595
pg (1.2.3)
@@ -143,7 +143,7 @@ GEM
143143
sprockets (4.0.2)
144144
concurrent-ruby (~> 1.0)
145145
rack (> 1, < 3)
146-
sprockets-rails (3.2.1)
146+
sprockets-rails (3.2.2)
147147
actionpack (>= 4.0)
148148
activesupport (>= 4.0)
149149
sprockets (>= 3.0.0)
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# frozen_string_literal: true
22

3+
# ShinyForms plugin for ShinyCMS ~ https://shinycms.org
4+
#
5+
# Copyright 2009-2020 Denny de la Haye ~ https://denny.me
6+
#
7+
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
8+
9+
# Version number ('Ubuntu style', YY.MM) - ShinyForms plugin for ShinyCMS
310
module ShinyForms
4-
VERSION = '20.8'
11+
VERSION = '20.10'
512
public_constant :VERSION
613
end

plugins/ShinyInserts/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
shiny_inserts (20.8)
4+
shiny_inserts (20.10)
55
pg (>= 0.18, < 2.0)
66
rails (~> 6.0.3, >= 6.0.3.2)
77

@@ -89,7 +89,7 @@ GEM
8989
mini_mime (1.0.2)
9090
mini_portile2 (2.4.0)
9191
minitest (5.14.2)
92-
nio4r (2.5.3)
92+
nio4r (2.5.4)
9393
nokogiri (1.10.10)
9494
mini_portile2 (~> 2.4.0)
9595
pg (1.2.3)
@@ -143,7 +143,7 @@ GEM
143143
sprockets (4.0.2)
144144
concurrent-ruby (~> 1.0)
145145
rack (> 1, < 3)
146-
sprockets-rails (3.2.1)
146+
sprockets-rails (3.2.2)
147147
actionpack (>= 4.0)
148148
activesupport (>= 4.0)
149149
sprockets (>= 3.0.0)
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# frozen_string_literal: true
22

3+
# ShinyInserts plugin for ShinyCMS ~ https://shinycms.org
4+
#
5+
# Copyright 2009-2020 Denny de la Haye ~ https://denny.me
6+
#
7+
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
8+
9+
# Version number ('Ubuntu style', YY.MM) - ShinyInserts plugin for ShinyCMS
310
module ShinyInserts
4-
VERSION = '20.8'
11+
VERSION = '20.10'
512
public_constant :VERSION
613
end

plugins/ShinyLists/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
shiny_lists (20.8)
4+
shiny_lists (20.10)
55
pg (>= 0.18, < 2.0)
66
rails (~> 6.0.3, >= 6.0.3.2)
77

@@ -89,7 +89,7 @@ GEM
8989
mini_mime (1.0.2)
9090
mini_portile2 (2.4.0)
9191
minitest (5.14.1)
92-
nio4r (2.5.2)
92+
nio4r (2.5.4)
9393
nokogiri (1.10.10)
9494
mini_portile2 (~> 2.4.0)
9595
pg (1.2.3)
@@ -143,7 +143,7 @@ GEM
143143
sprockets (4.0.2)
144144
concurrent-ruby (~> 1.0)
145145
rack (> 1, < 3)
146-
sprockets-rails (3.2.1)
146+
sprockets-rails (3.2.2)
147147
actionpack (>= 4.0)
148148
activesupport (>= 4.0)
149149
sprockets (>= 3.0.0)

plugins/ShinyLists/lib/shiny_lists/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
#
77
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
88

9-
# Version number ('Ubuntu style'; year and month)
9+
# Version number ('Ubuntu style', YY.MM) - ShinyLists plugin for ShinyCMS
1010
module ShinyLists
11-
VERSION = '20.8'
11+
VERSION = '20.10'
1212
public_constant :VERSION
1313
end

plugins/ShinyNews/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
shiny_news (20.8)
4+
shiny_news (20.10)
55
pg (>= 0.18, < 2.0)
66
rails (~> 6.0.3, >= 6.0.3.2)
77

@@ -89,7 +89,7 @@ GEM
8989
mini_mime (1.0.2)
9090
mini_portile2 (2.4.0)
9191
minitest (5.14.2)
92-
nio4r (2.5.3)
92+
nio4r (2.5.4)
9393
nokogiri (1.10.10)
9494
mini_portile2 (~> 2.4.0)
9595
pg (1.2.3)
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# frozen_string_literal: true
22

3+
# ShinyNews plugin for ShinyCMS ~ https://shinycms.org
4+
#
5+
# Copyright 2009-2020 Denny de la Haye ~ https://denny.me
6+
#
7+
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
8+
9+
# Version number ('Ubuntu style', YY.MM) - ShinyNews plugin for ShinyCMS
310
module ShinyNews
4-
VERSION = '20.8'
11+
VERSION = '20.10'
512
public_constant :VERSION
613
end

plugins/ShinyNewsletters/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
shiny_newsletters (20.8)
4+
shiny_newsletters (20.10)
55
pg (>= 0.18, < 2.0)
66
rails (~> 6.0.3, >= 6.0.3.2)
77

@@ -89,7 +89,7 @@ GEM
8989
mini_mime (1.0.2)
9090
mini_portile2 (2.4.0)
9191
minitest (5.14.1)
92-
nio4r (2.5.2)
92+
nio4r (2.5.4)
9393
nokogiri (1.10.10)
9494
mini_portile2 (~> 2.4.0)
9595
pg (1.2.3)
@@ -143,7 +143,7 @@ GEM
143143
sprockets (4.0.2)
144144
concurrent-ruby (~> 1.0)
145145
rack (> 1, < 3)
146-
sprockets-rails (3.2.1)
146+
sprockets-rails (3.2.2)
147147
actionpack (>= 4.0)
148148
activesupport (>= 4.0)
149149
sprockets (>= 3.0.0)

plugins/ShinyNewsletters/lib/shiny_newsletters/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
# Version number ('Ubuntu style'; year and month)
1010
module ShinyNewsletters
11-
VERSION = '20.8'
11+
VERSION = '20.10'
1212
public_constant :VERSION
1313
end

plugins/ShinyPages/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
shiny_pages (20.8)
4+
shiny_pages (20.10)
55
pg (>= 0.18, < 2.0)
66
rails (~> 6.0.3, >= 6.0.3.2)
77

@@ -89,7 +89,7 @@ GEM
8989
mini_mime (1.0.2)
9090
mini_portile2 (2.4.0)
9191
minitest (5.14.2)
92-
nio4r (2.5.3)
92+
nio4r (2.5.4)
9393
nokogiri (1.10.10)
9494
mini_portile2 (~> 2.4.0)
9595
pg (1.2.3)
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# frozen_string_literal: true
22

3+
# ShinyPages plugin for ShinyCMS ~ https://shinycms.org
4+
#
5+
# Copyright 2009-2020 Denny de la Haye ~ https://denny.me
6+
#
7+
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
8+
9+
# Version number ('Ubuntu style', YY.MM) - ShinyPages plugin for ShinyCMS
310
module ShinyPages
4-
VERSION = '20.8'
11+
VERSION = '20.10'
512
public_constant :VERSION
613
end

plugins/ShinyProfiles/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
shiny_profiles (20.8)
4+
shiny_profiles (20.10)
55
pg (>= 0.18, < 2.0)
66
rails (~> 6.0.3, >= 6.0.3.2)
77

@@ -89,7 +89,7 @@ GEM
8989
mini_mime (1.0.2)
9090
mini_portile2 (2.4.0)
9191
minitest (5.14.2)
92-
nio4r (2.5.3)
92+
nio4r (2.5.4)
9393
nokogiri (1.10.10)
9494
mini_portile2 (~> 2.4.0)
9595
pg (1.2.3)
@@ -143,7 +143,7 @@ GEM
143143
sprockets (4.0.2)
144144
concurrent-ruby (~> 1.0)
145145
rack (> 1, < 3)
146-
sprockets-rails (3.2.1)
146+
sprockets-rails (3.2.2)
147147
actionpack (>= 4.0)
148148
activesupport (>= 4.0)
149149
sprockets (>= 3.0.0)
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# frozen_string_literal: true
22

3+
# ShinyProfiles plugin for ShinyCMS ~ https://shinycms.org
4+
#
5+
# Copyright 2009-2020 Denny de la Haye ~ https://denny.me
6+
#
7+
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
8+
9+
# Version number ('Ubuntu style', YY.MM) - ShinyProfiles plugin for ShinyCMS
310
module ShinyProfiles
4-
VERSION = '20.8'
11+
VERSION = '20.10'
512
public_constant :VERSION
613
end

0 commit comments

Comments
 (0)