Other Updates
Good to know
Please check the
version
field in thepackage.json
file for the version number
1.2.4
Optimizations
- Style optimizations
- Multilingual file organization optimization
- Delete deprecated fields from
users
table:billing_address
,invite_code
,invite_user_id
and related code
1.2.5
Fixes
- Fixed incorrect definitions in
users
table - Added
id
field to pricing in Header and Footer to work with environment variableNEXT_PUBLIC_PRICING_PATH
for pricing page detection
1.2.6
Fixes
- Fixed the
checkUserSubscription
function for checking subscription users inactions/blogs/posts.ts
1.2.7
Fixes
- Removed stripe
apiVersion
definition - Removed default value from environment variable
R2_PUBLIC_URL
1.2.8 - 1.2.9
New Features
- Pricing card Feature content now supports bold formatting
- Added 404 page
1.2.10
Optimizations
- Updated three style classes:
gradient-text
,gradient-bg
,button-gradient-bg
tohighlight-text
,highlight-bg
,highlight-button
respectively
Fixes
- Modified
use_fedcm_for_prompt
inGoogleOneTap.tsx
to use environment variable instead of hardcodedtrue
, preventing errors in development environment - Fixed issue where editing pricing plans would reset display_price when coupon changes
1.2.11
New Features
- Added environment variable
NEXT_PUBLIC_LOGIN_MODE
to configure login entry point: set topage
to open login page,dialog
to open modal