openproject-token 8.8.0 → 8.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2ba5ddf9e603b5d711833505d1299dd315b5d35e6ca3ce4918e3853027391be2
4
- data.tar.gz: 1b35982bfcb3508ba1b8ee06b6afd9aacbb2427848452e996abbd9b6c2a1ea9f
3
+ metadata.gz: b24291c69bdc4f86e942217a702b0725336993f8621321dfed6cee82c1c8cf7a
4
+ data.tar.gz: 72323bb912346d3e5ef76da4bcb241b91a48a78094abb4f0ecb4864bf57f8bab
5
5
  SHA512:
6
- metadata.gz: 9beebd1603b0220668c0c77ee1d7f46f8454e5de19ea761129a616bb01492c3a52872ec78f4856d424361c0e1b52b26ccc8360e83f3775d14948671e2bb5f946
7
- data.tar.gz: ec74f02b2f56ca23a9b56bf737d49a969b8eea3622cb675ddef80a6048b49252c877e959190353fff588394bdb35588d34ec45bc6b533de7ca2424df8d08498f
6
+ metadata.gz: 85b4adf434aef47512c573db0ed0ff27b725e0b095f6f8b0e59a8aeea901b2210205a02bcf9ed78b96035f82da11531ea7fc2ecb716ccaf66d9efc020867d8cb
7
+ data.tar.gz: ba29bc914dae146d1e251cf2400123e86bc1b92dd36840d048ad1f70f1f13dcfc419d6a14254e51e331b4350f14c740d928c6d5ab631230ae462ee8bead36983
@@ -70,11 +70,13 @@ module OpenProject
70
70
 
71
71
  FEATURES_PER_PLAN = {
72
72
  # old plan that is used for all plans that do not have a plan set
73
- legacy_enterprise: LEGACY_ENTERPRISE_PLAN_FEATURES,
73
+ # and ensure that all new basic plan features are added
74
+ legacy_enterprise: LEGACY_ENTERPRISE_PLAN_FEATURES | BASIC_PLAN_FEATURES,
74
75
 
75
76
  # old plan that receives new features from the given new plan name
76
- legacy_enterprise_professional: LEGACY_ENTERPRISE_PLAN_FEATURES | PROFESSIONAL_PLAN_FEATURES,
77
- legacy_enterprise_premium: LEGACY_ENTERPRISE_PLAN_FEATURES | PREMIUM_PLAN_FEATURES | PROFESSIONAL_PLAN_FEATURES,
77
+ legacy_enterprise_professional: LEGACY_ENTERPRISE_PLAN_FEATURES | BASIC_PLAN_FEATURES | PROFESSIONAL_PLAN_FEATURES,
78
+ legacy_enterprise_premium: LEGACY_ENTERPRISE_PLAN_FEATURES | BASIC_PLAN_FEATURES |
79
+ PREMIUM_PLAN_FEATURES | PROFESSIONAL_PLAN_FEATURES,
78
80
 
79
81
  # new plans
80
82
  basic: BASIC_PLAN_FEATURES,
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OpenProject
4
4
  class Token
5
- VERSION = "8.8.0"
5
+ VERSION = "8.8.2"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openproject-token
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.8.0
4
+ version: 8.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenProject GmbH