Following Semantic Versioning 2.
- Upgrade Decidim version to 0.28
- Bump Ruby version to 3.1.1
- DOC: Define the correct icon_path configuration value in README
- Bump Ruby version to 3.0.7
- Update omniauth-idcat_mobil: Send the client_id and the client_secret during the AuthToken retrieval.
- Bump Ruby version to 2.7.7.
- Expose IdCat mòbil icon via webpacker (the icon has been renamed to avoid conflicts so it should be changed in the apps, see new name in Usage/omniauth-idcat_mobil configuration in the README)
- Update gems with security patches
- Update
decidim-idcat_mobil
to depend uponomniauth
"~> 2.0.4"
- CI: Introduce continuous integration via GitHub Actions.
- CI: Apply
rubocop
recommendations. - Force minimum
omniauth-idcat_mobil
to v0.3.0.
- Force minimum
omniauth-idcat_mobil
to v0.2.4.
- Force minimum
omniauth-idcat_mobil
to v0.2.3. - Add
.ruby-version
file
- Force minimum
omniauth-idcat_mobil
to v0.2.2. - Bump Ruby version to 2.7.2.
- Make gem compatible with Decidim v0.23.
- DOC: Explain that verification is uncomplete.
- Do not force
byebug
version. - Force English locale when executing tests.
- Update literals in tests.
- Add
.byebug_history
file to.gitignore
. - Make module compatible with Decidim's per organization configuration.
- Make gem compatible with Decidim v0.20 (tested against decidim v0.21)
- Remove initializer to force
Decidim::CurrentOrganization
to be executed beforeWarden::Manager
. It is already done in Decidim since v0.16
- Remove Gemfile.lock to avoid problems with apps using this gem and solving devise vulneravility: heartcombo/devise#4981.
- Copied icon from omniauth-idcat_mobil to be used since decidim v0.16.0.
- [FIX] Require omniauth-idcat_mobil before actual egine.
- [REFACTOR] Remove dependency declaration from omniauth-idcat_mobil from Gemfile, already setted in gemspec file.
- First release.