]633;E;echo "Read the README.txt first to understand how to use changelog.txt and/or changed-files";64991073-5488-460d-af80-7bdb21f66378]633;CRead the README.txt first to understand how to use changelog.txt and/or changed-files

M = modified ( replace file in your project )
A = added    ( add     file in your project )
D = deleted  ( delete  file in your project )
R = renamed  ( rename  file in your project )

14 Added | 0 Deleted | 121 Modified | 0 Renamed
---
M	next.config.ts
M	package.json
A	public/assets/files/Admin.json
A	public/assets/files/App.json
A	public/assets/files/Front.json
M	public/assets/svg/icon-sprite.svg
M	public/assets/svg/landing-icons.svg
M	public/assets/video/auth-bg.mp4
M	src/app/(mainBody)/ai_intelligence/create/page.tsx
M	src/app/(mainBody)/ai_intelligence/edit/[modelName]/page.tsx
M	src/app/(mainBody)/layout.tsx
M	src/app/(mainBody)/manage_profile/page.tsx
M	src/app/(mainBody)/permissions_control/add/page.tsx
M	src/app/(mainBody)/permissions_control/edit/[id]/page.tsx
M	src/app/MainProvider.tsx
A	src/app/api/impersonation/start/route.ts
A	src/app/api/manage_user/[id]/send-reset-password-link/route.ts
A	src/app/api/subscription/[id]/override-limits/route.ts
A	src/app/api/subscription/[id]/reset-limits/route.ts
M	src/app/auth/forgot-password/page.tsx
M	src/app/auth/reset-password/ResetPasswordContent.tsx
A	src/app/auth/restore-session/page.tsx
M	src/app/auth/verify-otp/VerifyOtpContent.tsx
M	src/app/globals.css
M	src/app/layout.tsx
M	src/app/loading.tsx
M	src/components/ai_models/AIModelForm.tsx
M	src/components/ai_models/AIModelsList.tsx
M	src/components/ai_models/index.tsx
M	src/components/auth/LoginForm.tsx
M	src/components/auth/common/DynamicLogo.tsx
M	src/components/currencies/CurrencyForm.tsx
M	src/components/currencies/CurrencyList.tsx
M	src/components/currencies/index.tsx
M	src/components/dashboard/AdminCharts.tsx
M	src/components/dashboard/AdminStatCards.tsx
M	src/components/dashboard/AdminTables.tsx
M	src/components/dashboard/index.tsx
M	src/components/faq/AddFaqPage.tsx
M	src/components/faq/FaqHeader.tsx
M	src/components/faq/FaqList.tsx
M	src/components/faq/index.tsx
M	src/components/inquiry/InquiryContainer.tsx
M	src/components/inquiry/InquiryHeader.tsx
M	src/components/inquiry/InquiryList.tsx
M	src/components/landing_page/LandingPageContainer.tsx
M	src/components/landing_page/sections/ContactForm.tsx
M	src/components/landing_page/sections/FaqForm.tsx
M	src/components/landing_page/sections/FeaturesForm.tsx
M	src/components/landing_page/sections/HeroForm.tsx
M	src/components/landing_page/sections/PlatformForm.tsx
M	src/components/landing_page/sections/TestimonialsForm.tsx
M	src/components/languages/AddLanguagePage.tsx
M	src/components/languages/LanguageList.tsx
M	src/components/languages/TranslationManagement.tsx
M	src/components/languages/index.tsx
M	src/components/layouts/header/LanguageDropdown.tsx
M	src/components/layouts/header/LeftHeader.tsx
M	src/components/layouts/header/index.tsx
M	src/components/layouts/sidebar/index.tsx
M	src/components/manage_user/AddUserPage.tsx
M	src/components/manage_user/AssignPlanModal.tsx
A	src/components/manage_user/OverrideLimitsModal.tsx
M	src/components/manage_user/UserList.tsx
M	src/components/manage_user/index.tsx
M	src/components/pages/PageForm.tsx
M	src/components/pages/PageList.tsx
M	src/components/pages/index.tsx
M	src/components/payments_transaction/PaymentsTable.tsx
M	src/components/payments_transaction/index.tsx
M	src/components/plan/AddPlanPage.tsx
M	src/components/plan/FreeTrialModal.tsx
M	src/components/plan/PlanHeader.tsx
M	src/components/plan/PlanPricing.tsx
M	src/components/profile/ChangePasswordForm.tsx
M	src/components/profile/ProfileForm.tsx
A	src/components/providers/ToastManager.tsx
M	src/components/quick_reply/QuickReplyHeader.tsx
M	src/components/quick_reply/QuickReplyList.tsx
M	src/components/quick_reply/index.tsx
M	src/components/roles/PermissionPicker.tsx
M	src/components/roles/RoleForm.tsx
M	src/components/roles/RoleList.tsx
M	src/components/roles/index.tsx
M	src/components/setting/index.tsx
A	src/components/setting/tabs/AWSSettings.tsx
M	src/components/setting/tabs/EmailSettings.tsx
M	src/components/setting/tabs/GeneralSettings.tsx
A	src/components/setting/tabs/GoogleSettings.tsx
M	src/components/setting/tabs/LimitsSettings.tsx
M	src/components/subscription_plans/SubscriptionPlansSummary.tsx
M	src/components/subscription_plans/SubscriptionPlansTable.tsx
M	src/components/subscription_plans/index.tsx
M	src/components/tax/TaxForm.tsx
M	src/components/tax/TaxList.tsx
M	src/components/tax/index.tsx
M	src/components/templates/AdminTemplateForm.tsx
M	src/components/templates/form/FormLivePreview.tsx
M	src/components/templates/form/hooks/useAdminTemplateForm.ts
M	src/components/templates/form/sections/BasicInfoSection.tsx
M	src/components/templates/form/sections/BodySection.tsx
M	src/components/templates/index.tsx
M	src/components/testimonial/AddTestimonialPage.tsx
M	src/components/testimonial/TestimonialHeader.tsx
M	src/components/testimonial/TestimonialList.tsx
M	src/components/testimonial/index.tsx
M	src/components/users_links/index.tsx
M	src/data/Plans.tsx
M	src/data/sidebarList.ts
M	src/elements/ui/alert-dialog.tsx
M	src/elements/ui/card.tsx
M	src/elements/ui/dialog.tsx
M	src/elements/ui/input.tsx
M	src/elements/ui/switch.tsx
A	src/elements/ui/tooltip.tsx
M	src/hooks/usePermissions.ts
M	src/i18n/locales/en.json
M	src/proxy.ts
M	src/redux/api/authApi.ts
A	src/redux/api/impersonationApi.ts
M	src/redux/api/settingApi.ts
M	src/redux/api/subscriptionApi.ts
M	src/redux/api/userApi.ts
M	src/shared/CkEditor.tsx
M	src/shared/CommonHeader.tsx
M	src/shared/ConfirmModal.tsx
M	src/shared/CountrySelect.tsx
M	src/shared/DataTable.tsx
M	src/shared/TruncatedText.tsx
M	src/types/components.ts
M	src/types/shared.ts
M	src/types/store.ts
M	src/utils/exportUtils.ts
M	src/utils/validation-schemas/index.ts
M	tailwind.config.ts
