Skip to content

Commit 901b450

Browse files
rameerezclaude
andcommitted
Release v0.3.1
- Add has_plan_assignment? helper - Add plan_assignment helper Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent db0159b commit 901b450

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.3.1] - 2026-02-16
2+
3+
- **Add `has_plan_assignment?` helper**: Check if a plan owner has a manual assignment without full plan resolution
4+
- **Add `plan_assignment` helper**: Retrieve the assignment record directly for inspection
5+
16
## [0.3.0] - 2026-02-15
27

38
- **Manual assignments now override subscriptions**: Admin overrides take precedence over Pay/Stripe plans (was incorrectly reversed) -- current plan resolution order: manual assignment → Pay subscription → default plan

lib/pricing_plans/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module PricingPlans
4-
VERSION = "0.3.0"
4+
VERSION = "0.3.1"
55
end

0 commit comments

Comments
 (0)