Skip to content

Latest commit

 

History

History
278 lines (244 loc) · 18.4 KB

CHANGELOG.md

File metadata and controls

278 lines (244 loc) · 18.4 KB

Changelog

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.14.0 - 2018-03-08

Added

Changed

Deprecated

Fixed

0.13.0 - 2018-02-05

Added

Changed

Deprecated

  • Budget's description_* columns will be erased from database in next release. Please run rake task budgets:phases:generate_missing to migrate them. Details at Warning section of consuldemocracy#2323
  • Budget::Investment's internal_comments attribute usage was removed, because of consuldemocracy#2403, run rake task investments:internal_comments:migrate_to_thread to migrate existing values to the new internal comments thread. In next release database column will be removed.

Removed

  • Spending Proposals urls from sitemap, that model is getting entirely deprecated soon.

Fixed

Security

0.12.0 - 2018-01-03

Added

  • Added Images to Budget Investment's Milestones consuldemocracy#2186
  • Added Documents to Budget Investment's Milestones consuldemocracy#2191
  • Added Publication Date Budget Investment's Milestones consuldemocracy#2188
  • New setting feature.allow_images to allow upload and show images for both (proposals and budget investment projects). Set it manually through console with Setting['feature.allow_images'] = true
  • Related Content feature. Now Debates & Proposals can be related consuldemocracy#1164
  • Map validations consuldemocracy#2207
  • Added spec for 'rake db:dev_seed' task consuldemocracy#2201
  • Adds timestamps to polls consuldemocracy#2180 (Run rake polls:initialize_timestamps to initialize attributes created_at and updated_at with the current time for all existing polls, or manually through console set correct values)

Changed

Fixed

0.11.0 - 2017-12-05

Added

Changed

Removed

Fixed

0.10.0 - 2017-07-05

Added

  • Milestones on Budget Investment's
  • Feature flag to enable/disable Legislative Processes
  • Locale site pages customization
  • Incompatible investments

Changed

0.9.0 - 2017-06-15

Added

  • Budgets
  • Basic polls
  • Collaborative legistlation
  • Custom pages
  • GraphQL API
  • Improved admin section

Changed

  • Improved admin section
  • Rails 4.2.8
  • Ruby 2.3.2

Deprecated

  • SpendingProposals are deprecated now in favor of Budgets

Fixed

  • CKEditor locale compilation fixed
  • Fixed bugs in mobile layouts

0.8.0- 2016-07-21

Added

  • Support for customization schema, vía specific custom files, assets and folders

Changed

  • Rails 4.2.7
  • Ruby 2.3.1

Fixed

  • Fixed bug causing errors on user deletion

[0.7.0] - 2016-04-25

Added

  • Debates
  • Proposals
  • Basic Spending Proposals

Changed

  • Rails 4.2.6
  • Ruby 2.2.3