Skip to content

Releases: debtcollective/membership

v1.3.1

12 Sep 12:48
5fe791c
Compare
Choose a tag to compare

1.3.1 (2019-09-12)

Bug Fixes

  • background: homepage images (b10e3ac)
  • homepage: logo svg images (f34540f)
  • homepage: product photos (72f78f0)
  • homepage: use image_tag helper (4591b4a)

v1.3.0

11 Sep 23:01
64aeab3
Compare
Choose a tag to compare

1.3.0 (2019-09-11)

Bug Fixes

  • homepage: card sizing on desktop (e1e6e5d)
  • homepage: mobile margins (9bbeda4)
  • navigation bar styles (94d4469)

Features

  • home: add footer (46d9c18)
  • home: add styling (02ab127)
  • home: initial styles (f88877a)
  • homepage: add correct styles for plans section (90286e7)
  • homepage: add fonts, images and other styles from figma (5fd31c0)
  • homepage: add logo asset (dd957fb)
  • homepage: add main navigation (473e325)
  • homepage: add mobile styles (8038eb9)
  • homepage: normalize colors with other tools (7343187)
  • logo: add proper assets (ec37e2e)
  • plans: add rich text editing and headline (59b91d6)
  • add favion and og tags (80c781e)
  • add provisional og tags (9ccdc97)
  • increase padding of main section with nav bar (ce7f8de)
  • simplify subscription process (5c10d4f)

v1.2.2

09 Sep 10:25
5369709
Compare
Choose a tag to compare

1.2.2 (2019-09-09)

Bug Fixes

  • deps: update mui monorepo to v4.4.1 (374363b)

v1.2.1

02 Sep 18:18
e33fd84
Compare
Choose a tag to compare

1.2.1 (2019-09-02)

Bug Fixes

  • deps: pin dependency moment to 2.24.0 (b4f1ef5)

v1.2.0

02 Sep 17:16
c475958
Compare
Choose a tag to compare

1.2.0 (2019-09-02)

Bug Fixes

Features

  • donations: add admin view of donation history and details (f852fea)
  • add donation information (f4a6992)
  • donations: allow anonymous donations (7efc932)
  • add stripe card id to card table (07bfbd2)
  • donations: add model (57b4c7d)
  • add stripe config (ee68183)
  • cards: add index view for current user (0898b45)
  • cards: add migration (f632945)
  • cards: add model and validations (8a86a10)
  • cards: save new customer card (d4128ff)
  • donation: add migration (eceedee)
  • donations: add enum with statuses (ac856fa)
  • donations: add extra user data (fbb02b4)
  • donations: add total donated to subscriptions view on admin (37213a9)
  • payments: add endpoints to create card for customer (496bb8e)
  • subscription: display related donations on admin (1d6ab7f)
  • subscriptions: add related donations (48638b9)

v1.1.3

02 Sep 16:56
Compare
Choose a tag to compare

1.1.3 (2019-09-02)

Bug Fixes

  • deps: update dependency @material-ui/core to v4.4.0 (b4b1c9e)

v1.1.2

02 Sep 10:32
081a2cb
Compare
Choose a tag to compare

1.1.2 (2019-09-02)

Bug Fixes

v1.1.1

28 Aug 14:41
Compare
Choose a tag to compare

1.1.1 (2019-08-28)

Bug Fixes

  • remove variable in favor of (6ee6578)

v1.1.0

28 Aug 13:54
e6b2a18
Compare
Choose a tag to compare

1.1.0 (2019-08-28)

Bug Fixes

  • js and jsx formatter (1fd0ca4)
  • wrong urls for delete endpoint (06a92ff)

Features

  • add React and JS dev dependencies (53f7713)
  • add react on rails (730e0b6)
  • add react on rails drawer component (7307226)
  • title: add page title and main header (7292ed5)
  • users: move table from rails table to material table (f1844b9)
  • add titles to admin sections (68410d8)
  • subscription and plans with material ui (a24dd79)

v1.0.0

27 Aug 21:12
7ec7c90
Compare
Choose a tag to compare

1.0.0 (2019-08-27)

Bug Fixes

  • missing uuid from subscription migration (441d880)
  • typo on naming convention (034827a)
  • deps: pin dependencies (85c5793)
  • deps: update dependency @rails/actioncable to v6.0.0 (1146d98)
  • deps: update dependency @rails/activestorage to v6.0.0 (8ccc3f4)
  • deps: update dependency @rails/ujs to v6.0.0 (0457e8d)
  • rspec: action view template error (23a2764)

Features

  • admin: add plan views (1197ffe)
  • admin: add users list view (f7e2f34)
  • admin: add validations for subscription templates (7ff1c76)
  • db: run migrations (b2f0b33)
  • env: avoid adding env file to git history (88d7914)
  • home: add plans to view (58257bb)
  • home: add skeleton for landing page (ff1122b)
  • payment: add payment route. (fbdb8e4)
  • payments: add skeleton view for new payment (82a79de)
  • plan: enable amount of subscriptions per plan (193efdb)
  • plans: add migration (2758d51)
  • plans: add model (bb60a8b)
  • plans: add views for users (0b9362a)
  • rspec: init and add capybara config (9b8c9e5)
  • users: add routing to user crud (15e0de1)
  • dockerize app (058a611)
  • subscription: add admin controller (93abc8e)
  • subscription: add management views (4f7013a)
  • subscription: add model and validations (3f0b750)
  • subscription: run validations when needed (9911321)
  • subscription_flow: add subscription initial set up (62da52b)
  • subscriptions: add migrations (9c1727d)
  • enable uuid as default rails id field (2ada98e)
  • users: add admin views (18c0ffe)
  • users: add model (a94a44f)
  • users: add scaffold for model (76f82a4)
  • users: add specs for admin controller (a1c9045)
  • users: add user role constants (0ccb9e2)
  • users: add validations (7abc476)
  • variables: add env variables for development purposes (ca05e6d)