openproject-token 8.7.0 → 8.8.1

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: da52c322f64d9645320159a66acc0712cad625d6ff0a3937c11b97734147b715
4
- data.tar.gz: 6d2d79f974aaa98ef6636f827b402397d364d4991b71aa574000c6703586728f
3
+ metadata.gz: 14b2b697ee040286b76d0be5c2684ae7e96038605374d34b889df01255aadd1f
4
+ data.tar.gz: 60daf2d97765a627db38444bfdb56a8c226f7c83049ad33155a5fdd655020c3b
5
5
  SHA512:
6
- metadata.gz: e672552cf378da7f49313bf4f0618eac5fecacc9dea569e905da018876c19afa5df8cd2b152a423e9f3dc0a3afe94adc59e863b55866d93ebf1226ce3058104d
7
- data.tar.gz: 4584e0258525a55e89a04a27d343610db6a6487d32d863fe61b3d62892e6fdcddc261f2eaa9222bead39cdcc51fb3b64f6548ed4daecdf5e9501f7f4510be0ae
6
+ metadata.gz: a375b6eef6afe172b4bce30c319d78c3a7c9a06a551b5c8247783cacb4681c13b937b38da09013390fd344283360316ab377c19cd0b720e36cd6b63a2fa35186
7
+ data.tar.gz: 87c870d49b76d298e2a030c9d1468becd85496c28354cc6d5d5ef8a9e2c22d2658295e039bd06819f7fab23aa7cb01373efa0962242d98b4fb195bb2274d373a
@@ -34,6 +34,7 @@ module OpenProject
34
34
  define_custom_style
35
35
  edit_attribute_groups
36
36
  gantt_pdf_export
37
+ meeting_templates
37
38
  placeholder_users
38
39
  readonly_work_packages
39
40
  team_planner_view
@@ -69,11 +70,13 @@ module OpenProject
69
70
 
70
71
  FEATURES_PER_PLAN = {
71
72
  # old plan that is used for all plans that do not have a plan set
72
- 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,
73
75
 
74
76
  # old plan that receives new features from the given new plan name
75
- legacy_enterprise_professional: LEGACY_ENTERPRISE_PLAN_FEATURES | PROFESSIONAL_PLAN_FEATURES,
76
- 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,
77
80
 
78
81
  # new plans
79
82
  basic: BASIC_PLAN_FEATURES,
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OpenProject
4
4
  class Token
5
- VERSION = "8.7.0"
5
+ VERSION = "8.8.1"
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.7.0
4
+ version: 8.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenProject GmbH
@@ -48,14 +48,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
48
48
  requirements:
49
49
  - - ">="
50
50
  - !ruby/object:Gem::Version
51
- version: 3.4.7
51
+ version: 4.0.1
52
52
  required_rubygems_version: !ruby/object:Gem::Requirement
53
53
  requirements:
54
54
  - - ">="
55
55
  - !ruby/object:Gem::Version
56
56
  version: '0'
57
57
  requirements: []
58
- rubygems_version: 3.6.9
58
+ rubygems_version: 4.0.3
59
59
  specification_version: 4
60
60
  summary: OpenProject EE token reader
61
61
  test_files: []