Skip to content

Commit

Permalink
Prepare 0.24.0.rc2 (#7580)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcasals committed Mar 10, 2021
1 parent f5b25b8 commit d5645d3
Show file tree
Hide file tree
Showing 33 changed files with 344 additions and 318 deletions.
2 changes: 1 addition & 1 deletion .decidim-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.24.0.rc1
0.24.0.rc2
30 changes: 28 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,42 @@
# Change Log

## [Unreleased](https://github.com/decidim/decidim/tree/HEAD)
## [v0.24.0.rc2](https://github.com/decidim/decidim/releases/tag/v0.24.0.rc2)

### Added

Nothing.

### Changed

Nothing.

### Fixed

- **decidim-core**: Fix invalid signature on message decryption [\#7490](https://github.com/decidim/decidim/pull/7490)
- **decidim-assemblies**, **decidim-participatory processes**: Fix NULL error with weight field in assemblies & processes [\#7491](https://github.com/decidim/decidim/pull/7491)
- **decidim-core**: Fix record encryptor hash values JSON parsing for legacy unencrypted hash values [\#7496](https://github.com/decidim/decidim/pull/7496)
- **decidim-admin**: Only share tokens if component exists [\#7504](https://github.com/decidim/decidim/pull/7504)
- **decidim-core**: Invalidate all user sessions when destroying the account [\#7511](https://github.com/decidim/decidim/pull/7511)
- **decidim-proposals**: Fix non-unique IDs element in filter hash cash [\#7533](https://github.com/decidim/decidim/pull/7533)
- **decidim-core**: Fix record encryptor trying to decrypt or decode non-String values [\#7538](https://github.com/decidim/decidim/pull/7538)
- **decidim-core**: Fix record encryptor trying to decrypt empty strings [\#7547](https://github.com/decidim/decidim/pull/7547)
- **decidim-admin**, **decidim-budgets**: New Admin users cannot accept Terms and conditions [\#7520](https://github.com/decidim/decidim/pull/7520)
- **decidim-core**, **decidim-proposals**: Fix cells caching by using cache_key_with_version instead of cache version [\#7556](https://github.com/decidim/decidim/pull/7556)
- **decidim-debates**, **decidim-meetings**, **decidim-proposals**: Fix user profile timeline activity cards texts showing "New resource" on updates [\#7558](https://github.com/decidim/decidim/pull/7558)
- **decidim-core**: Sanitize address inputs [\#7576](https://github.com/decidim/decidim/pull/7576)

### Removed

## [v0.24.0](https://github.com/decidim/decidim/releases/tag/v0.24.0)
Nothing.

### Developer improvements

- Remove duplicated migration [\#7521](https://github.com/decidim/decidim/pull/7521)

### Unsorted


## [v0.24.0.rc1](https://github.com/decidim/decidim/releases/tag/v0.24.0.rc1)

### Upgrade Notes

Expand Down
188 changes: 94 additions & 94 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,74 +1,74 @@
PATH
remote: .
specs:
decidim (0.24.0.rc1)
decidim-accountability (= 0.24.0.rc1)
decidim-admin (= 0.24.0.rc1)
decidim-api (= 0.24.0.rc1)
decidim-assemblies (= 0.24.0.rc1)
decidim-blogs (= 0.24.0.rc1)
decidim-budgets (= 0.24.0.rc1)
decidim-comments (= 0.24.0.rc1)
decidim-core (= 0.24.0.rc1)
decidim-debates (= 0.24.0.rc1)
decidim-forms (= 0.24.0.rc1)
decidim-generators (= 0.24.0.rc1)
decidim-meetings (= 0.24.0.rc1)
decidim-pages (= 0.24.0.rc1)
decidim-participatory_processes (= 0.24.0.rc1)
decidim-proposals (= 0.24.0.rc1)
decidim-sortitions (= 0.24.0.rc1)
decidim-surveys (= 0.24.0.rc1)
decidim-system (= 0.24.0.rc1)
decidim-templates (= 0.24.0.rc1)
decidim-verifications (= 0.24.0.rc1)
decidim-accountability (0.24.0.rc1)
decidim-comments (= 0.24.0.rc1)
decidim-core (= 0.24.0.rc1)
decidim (0.24.0.rc2)
decidim-accountability (= 0.24.0.rc2)
decidim-admin (= 0.24.0.rc2)
decidim-api (= 0.24.0.rc2)
decidim-assemblies (= 0.24.0.rc2)
decidim-blogs (= 0.24.0.rc2)
decidim-budgets (= 0.24.0.rc2)
decidim-comments (= 0.24.0.rc2)
decidim-core (= 0.24.0.rc2)
decidim-debates (= 0.24.0.rc2)
decidim-forms (= 0.24.0.rc2)
decidim-generators (= 0.24.0.rc2)
decidim-meetings (= 0.24.0.rc2)
decidim-pages (= 0.24.0.rc2)
decidim-participatory_processes (= 0.24.0.rc2)
decidim-proposals (= 0.24.0.rc2)
decidim-sortitions (= 0.24.0.rc2)
decidim-surveys (= 0.24.0.rc2)
decidim-system (= 0.24.0.rc2)
decidim-templates (= 0.24.0.rc2)
decidim-verifications (= 0.24.0.rc2)
decidim-accountability (0.24.0.rc2)
decidim-comments (= 0.24.0.rc2)
decidim-core (= 0.24.0.rc2)
kaminari (~> 1.2, >= 1.2.1)
searchlight (~> 4.1)
decidim-admin (0.24.0.rc1)
decidim-admin (0.24.0.rc2)
active_link_to (~> 1.0)
decidim-core (= 0.24.0.rc1)
decidim-core (= 0.24.0.rc2)
devise (~> 4.7)
devise-i18n (~> 1.2)
devise_invitable (~> 1.7)
jquery-rails (~> 4.4)
sassc (~> 2.4.0)
sassc-rails (~> 2.1.2)
decidim-api (0.24.0.rc1)
decidim-api (0.24.0.rc2)
graphiql-rails (~> 1.4, < 1.5)
graphql (~> 1.12, >= 1.12.3)
rack-cors (~> 1.0)
redcarpet (~> 3.5, >= 3.5.1)
sprockets-es6 (~> 0.9.2)
decidim-assemblies (0.24.0.rc1)
decidim-core (= 0.24.0.rc1)
decidim-blogs (0.24.0.rc1)
decidim-admin (= 0.24.0.rc1)
decidim-comments (= 0.24.0.rc1)
decidim-core (= 0.24.0.rc1)
decidim-assemblies (0.24.0.rc2)
decidim-core (= 0.24.0.rc2)
decidim-blogs (0.24.0.rc2)
decidim-admin (= 0.24.0.rc2)
decidim-comments (= 0.24.0.rc2)
decidim-core (= 0.24.0.rc2)
jquery-tmpl-rails (~> 1.1)
kaminari (~> 1.2, >= 1.2.1)
decidim-budgets (0.24.0.rc1)
decidim-comments (= 0.24.0.rc1)
decidim-core (= 0.24.0.rc1)
decidim-budgets (0.24.0.rc2)
decidim-comments (= 0.24.0.rc2)
decidim-core (= 0.24.0.rc2)
kaminari (~> 1.2, >= 1.2.1)
searchlight (~> 4.1)
decidim-comments (0.24.0.rc1)
decidim-core (= 0.24.0.rc1)
decidim-comments (0.24.0.rc2)
decidim-core (= 0.24.0.rc2)
jquery-rails (~> 4.4)
redcarpet (~> 3.5, >= 3.5.1)
decidim-conferences (0.24.0.rc1)
decidim-core (= 0.24.0.rc1)
decidim-meetings (= 0.24.0.rc1)
decidim-conferences (0.24.0.rc2)
decidim-core (= 0.24.0.rc2)
decidim-meetings (= 0.24.0.rc2)
wicked_pdf (~> 1.4)
wkhtmltopdf-binary (~> 0.12)
decidim-consultations (0.24.0.rc1)
decidim-admin (= 0.24.0.rc1)
decidim-comments (= 0.24.0.rc1)
decidim-core (= 0.24.0.rc1)
decidim-core (0.24.0.rc1)
decidim-consultations (0.24.0.rc2)
decidim-admin (= 0.24.0.rc2)
decidim-comments (= 0.24.0.rc2)
decidim-core (= 0.24.0.rc2)
decidim-core (0.24.0.rc2)
active_link_to (~> 1.0)
anchored (~> 1.1)
autoprefixer-rails (~> 8.0)
Expand All @@ -79,7 +79,7 @@ PATH
cells-rails (~> 0.0.9)
charlock_holmes (~> 0.7)
date_validator (~> 0.9.0)
decidim-api (= 0.24.0.rc1)
decidim-api (= 0.24.0.rc2)
devise (~> 4.7)
devise-i18n (~> 1.2)
diffy (~> 3.3)
Expand Down Expand Up @@ -127,16 +127,16 @@ PATH
uglifier (~> 4.1)
valid_email2 (~> 2.1)
wisper (~> 2.0)
decidim-debates (0.24.0.rc1)
decidim-comments (= 0.24.0.rc1)
decidim-core (= 0.24.0.rc1)
decidim-debates (0.24.0.rc2)
decidim-comments (= 0.24.0.rc2)
decidim-core (= 0.24.0.rc2)
kaminari (~> 1.2, >= 1.2.1)
searchlight (~> 4.1)
decidim-dev (0.24.0.rc1)
decidim-dev (0.24.0.rc2)
byebug (~> 11.0)
capybara (~> 3.24)
db-query-matchers (~> 0.9.0)
decidim (= 0.24.0.rc1)
decidim (= 0.24.0.rc2)
erb_lint (~> 0.0.28)
factory_bot_rails (~> 4.8)
i18n-tasks (~> 0.9.18)
Expand All @@ -160,74 +160,74 @@ PATH
vcr (~> 6.0)
webmock (~> 3.6)
wisper-rspec (~> 1.0)
decidim-elections (0.24.0.rc1)
decidim-elections (0.24.0.rc2)
decidim-bulletin_board (= 0.9.2)
decidim-core (= 0.24.0.rc1)
decidim-forms (= 0.24.0.rc1)
decidim-proposals (= 0.24.0.rc1)
decidim-forms (0.24.0.rc1)
decidim-core (= 0.24.0.rc1)
decidim-core (= 0.24.0.rc2)
decidim-forms (= 0.24.0.rc2)
decidim-proposals (= 0.24.0.rc2)
decidim-forms (0.24.0.rc2)
decidim-core (= 0.24.0.rc2)
wicked_pdf (~> 1.4)
wkhtmltopdf-binary (~> 0.12)
decidim-generators (0.24.0.rc1)
decidim-core (= 0.24.0.rc1)
decidim-initiatives (0.24.0.rc1)
decidim-admin (= 0.24.0.rc1)
decidim-comments (= 0.24.0.rc1)
decidim-core (= 0.24.0.rc1)
decidim-verifications (= 0.24.0.rc1)
decidim-generators (0.24.0.rc2)
decidim-core (= 0.24.0.rc2)
decidim-initiatives (0.24.0.rc2)
decidim-admin (= 0.24.0.rc2)
decidim-comments (= 0.24.0.rc2)
decidim-core (= 0.24.0.rc2)
decidim-verifications (= 0.24.0.rc2)
kaminari (~> 1.2, >= 1.2.1)
origami (~> 2.1)
virtus-multiparams (~> 0.1)
wicked (~> 1.3)
wicked_pdf (~> 1.4)
wkhtmltopdf-binary (~> 0.12)
decidim-meetings (0.24.0.rc1)
decidim-meetings (0.24.0.rc2)
cells-erb (~> 0.1.0)
cells-rails (~> 0.0.9)
decidim-core (= 0.24.0.rc1)
decidim-forms (= 0.24.0.rc1)
decidim-core (= 0.24.0.rc2)
decidim-forms (= 0.24.0.rc2)
icalendar (~> 2.5)
jquery-tmpl-rails (~> 1.1)
kaminari (~> 1.2, >= 1.2.1)
searchlight (~> 4.1)
decidim-pages (0.24.0.rc1)
decidim-core (= 0.24.0.rc1)
decidim-participatory_processes (0.24.0.rc1)
decidim-core (= 0.24.0.rc1)
decidim-proposals (0.24.0.rc1)
decidim-pages (0.24.0.rc2)
decidim-core (= 0.24.0.rc2)
decidim-participatory_processes (0.24.0.rc2)
decidim-core (= 0.24.0.rc2)
decidim-proposals (0.24.0.rc2)
acts_as_list (~> 0.9)
cells-erb (~> 0.1.0)
cells-rails (~> 0.0.9)
decidim-comments (= 0.24.0.rc1)
decidim-core (= 0.24.0.rc1)
decidim-comments (= 0.24.0.rc2)
decidim-core (= 0.24.0.rc2)
doc2text (~> 0.4.3)
kaminari (~> 1.2, >= 1.2.1)
ransack (~> 2.1.1)
redcarpet (~> 3.5, >= 3.5.1)
decidim-sortitions (0.24.0.rc1)
decidim-admin (= 0.24.0.rc1)
decidim-comments (= 0.24.0.rc1)
decidim-core (= 0.24.0.rc1)
decidim-proposals (= 0.24.0.rc1)
decidim-surveys (0.24.0.rc1)
decidim-core (= 0.24.0.rc1)
decidim-forms (= 0.24.0.rc1)
decidim-templates (= 0.24.0.rc1)
decidim-system (0.24.0.rc1)
decidim-sortitions (0.24.0.rc2)
decidim-admin (= 0.24.0.rc2)
decidim-comments (= 0.24.0.rc2)
decidim-core (= 0.24.0.rc2)
decidim-proposals (= 0.24.0.rc2)
decidim-surveys (0.24.0.rc2)
decidim-core (= 0.24.0.rc2)
decidim-forms (= 0.24.0.rc2)
decidim-templates (= 0.24.0.rc2)
decidim-system (0.24.0.rc2)
active_link_to (~> 1.0)
decidim-core (= 0.24.0.rc1)
decidim-core (= 0.24.0.rc2)
devise (~> 4.7)
devise-i18n (~> 1.2)
devise_invitable (~> 1.7)
jquery-rails (~> 4.4)
sassc (~> 2.4.0)
sassc-rails (~> 2.1.2)
decidim-templates (0.24.0.rc1)
decidim-core (= 0.24.0.rc1)
decidim-forms (= 0.24.0.rc1)
decidim-verifications (0.24.0.rc1)
decidim-core (= 0.24.0.rc1)
decidim-templates (0.24.0.rc2)
decidim-core (= 0.24.0.rc2)
decidim-forms (= 0.24.0.rc2)
decidim-verifications (0.24.0.rc2)
decidim-core (= 0.24.0.rc2)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -459,7 +459,7 @@ GEM
activesupport (>= 4.1, < 6.0)
railties (>= 4.1, < 6.0)
tzinfo (~> 1.2, >= 1.2.2)
geocoder (1.6.5)
geocoder (1.6.6)
globalid (0.4.2)
activesupport (>= 4.2.0)
graphiql-rails (1.4.11)
Expand All @@ -484,7 +484,7 @@ GEM
http_parser.rb (0.6.0)
i18n (1.8.9)
concurrent-ruby (~> 1.0)
i18n-tasks (0.9.33)
i18n-tasks (0.9.34)
activesupport (>= 4.0.2)
ast (>= 2.1.0)
erubi
Expand Down Expand Up @@ -847,7 +847,7 @@ GEM
activemodel (>= 5.0)
bindex (>= 0.4.0)
railties (>= 5.0)
webmock (3.12.0)
webmock (3.12.1)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Decidim
# This holds decidim-accountability version.
module Accountability
def self.version
"0.24.0.rc1"
"0.24.0.rc2"
end
end
end
2 changes: 1 addition & 1 deletion decidim-admin/lib/decidim/admin/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Decidim
# This holds the decidim-admin version.
module Admin
def self.version
"0.24.0.rc1"
"0.24.0.rc2"
end
end
end
2 changes: 1 addition & 1 deletion decidim-api/lib/decidim/api/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Decidim
# This holds the decidim-api version.
module Api
def self.version
"0.24.0.rc1"
"0.24.0.rc2"
end
end
end
2 changes: 1 addition & 1 deletion decidim-assemblies/lib/decidim/assemblies/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Decidim
# This holds the decidim-assemblies version.
module Assemblies
def self.version
"0.24.0.rc1"
"0.24.0.rc2"
end
end
end
2 changes: 1 addition & 1 deletion decidim-blogs/lib/decidim/blogs/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Decidim
# This holds the decidim-pages version.
module Blogs
def self.version
"0.24.0.rc1"
"0.24.0.rc2"
end
end
end
2 changes: 1 addition & 1 deletion decidim-budgets/lib/decidim/budgets/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Decidim
# This holds the decidim-budgets version.
module Budgets
def self.version
"0.24.0.rc1"
"0.24.0.rc2"
end
end
end

0 comments on commit d5645d3

Please sign in to comment.