In this update, you just need to update:
The Ncmaz-faust-core plugin on your WordPress. (v2.8.4)
The NextJS Ncmaz-faust project for your front end. (v3.1.3)
_____ update for "wp-plugin/ncmaz-faust-core"
Update: Update dependency requirements with plugins such as ACF, WPGraphQL, etc.
Fixed: Fixed a critical bug that occurred in version 2.8.3 - The register_graphql_enum_type and register_graphql_mutation functions were not being called correctly.
______ update for "front-end/ncmaz-faust"
Update: Update NextJS to version 15.7.7 to fix the security vulnerability React2Shell Security Bulletin - https://vercel.com/kb/bulletin/react2shell
(Thank ses-themes)
______ update for "front-end/ncmaz-faust"
Update: Version 3.1.2
Fixed: Fixed error - Field "approved" is not defined by type "CreateCommentInput".
Update: Update the next.config.js file
Update: "@Apollo/client": "^3.13.8"
Update: Remove /pages/api/cms-reaction-posts-by-reaction/[...]
Fixed: Fixed ts errors
______ update for "front-end/ncmaz-faust"
Update: Version 2.10.1
Fixed: Fix TOC not showing on single pages
Update: Version 2.10.0
Fixed: Fixed a build/deploy error when your site didn't have the pages "home-2/home-3/home-4..."
(update - getStaticPaths on [...wordpressNode])
Fixed: Fix the "More" dropdown menu on the single page overflowing when viewed on mobile devices
Updated: On the single page, the title button to share is labeled "More", but it should actually be "Share" or something similar.
Updated: Add Icon for the "By me a coffee" field on the author page
Update for: "front-end/ncmaz-faust"
Update: Version 2.9.0
Fixed: Fix <table> tags overflow error on mobile devices.
Update: Update the rendered content on the single page. Use WordPressBlocksViewer from @faustwp/blocks to render the block styles correctly. This helps the CustomHtml blocks to render and the script to run correctly.
Update: Improve SEO and sitemaps by updating next-sitemap.config.js and wordpress-sitemap.xml.ts files.
In this update, you just need to update:
The NextJs Ncmaz-faust project for your front end. (v2.8.0)
The Ncmaz-faust-core plugin on your WordPress. (v2.8.0)
How to update - 👉 https://nghiaxchis.gitbook.io/ncmaz...ordpres-blog-magazine/change-log/update-theme
Update for "front-end/ncmaz-faust"
Update: Version 2.8.0
Breakthrough update: Update/optimize data structure for Like/Save/View posts. Replace using Custom-post-type with User-meta, this helps optimize data and ensure performance in the future.
Update: Update all HeadlessUI components to version 2.2
Update: Default/hover color to good mode for buttons: Like/save/view/comment post, Reply/edit/delete comment
Add: Feature to allow users to comment without logging in. Settings in site-settings.json -> discussion_settings
Update: Allow rendering HTML in the author bio and copyright footer
Update/add some new words in the en.ts file
Added feature to allow custom date format. Settings in site-settings.json -> general_settings -> dateFormat
Fixed: Header/Footer menu not opening new page when adding target="blank" to menu items.
Add immediatelyRender = false on the Tiptap editor component
Update for "wp-plugin/ncmaz-faust-core"
Update: Version 2.8.0
Breakthrough update: Update/optimize data structure for Like/Save/View posts. Replace using Custom-post-type with User-meta, this helps optimize data and ensure performance in the future.
Minor security and performance updates
______ update for "front-end/ncmaz-faust"
Update: Version 2.7.0
Update: Add missing words to en.ts translation file: "Read more", "min read", "read"
Update: Add h1 to Home, Archive, Gutenberg page,... to improve SEO
New: Add settings hide/show "Create button" and "Dark mode switch" in the header in
site-settings.json ->
site_header -> desktop_header
Update to the latest versions of
@faustwp
packages
New: Create a REVALIDATE_TIME = 900 variable in the constant.ts file to use for revalidation throughout the project.
New: Create a default-site-settings.json file, this file will contain default settings and you can freely customize your settings in the site-settings.json file without worrying about losing data when updating the version.
_____ update for "wp-plugin/ncmaz-faust-core"
Update: Version 2.7.0
Update: Tested with WordPress 6.6.2
Update: Check all the latest versions of the required plugins.
New: Support for the latest version 4.2.0 of WPGRAPHQL_CONTENT_BLOCKS plugin
Update the XML demo data files in the
/includes/xmls/
folder
In this update, you just need to update:
The NextJs Ncmaz-faust project for your front end. (v2.6.3)
How to update - 👉Update theme?
______ update for "front-end/ncmaz-faust"
Update: Version 2.6.3
Update: Update Sticky for Sidebar-single page
Update consistency for all button and modal components
Update Relative for NcSlider components
Fixed single page UI issue when viewing on mobile
In this update, you just need to update:
The NextJs Ncmaz-faust project for your front end. (v2.5.0)
The Ncmaz-faust-core plugin on your WordPress. (v2.5.0)
How to update - 👉Update theme?
______ update for "front-end/ncmaz-faust"
Update: Version 2.5.0
Update: Updated/Rewritten the user registration feature on the sign-up page
New: Added account deletion feature in editor-profile dashboard page(The Ncmaz-faust-core plugin needs to be updated to version 2.5.0)
_____ update for "wp-plugin/ncmaz-faust-core"
Update: Version 2.5.0
New: Added WPgraphql mutations to support the account deletion feature.