Ncmaz - NextJs Headless WordPress Blog, Magazine

Ncmaz - NextJs Headless WordPress Blog, Magazine v2.10.1

** 2.10.1 - Tue 11 Feb, 2025​

In this update, you just need to update:


  1. The NextJs Ncmaz-faust project for your front end. (v2.10.0)

  2. How to update - 👉 Update theme?


  1. Update: Version 2.10.1

  2. Fixed: Fix TOC not showing on single pages

** 2.10.0 - Tue 04 Feb, 2025​

In this update, you just need to update:

The NextJs Ncmaz-faust project for your front end. (v2.10.0)
How to update - 👉
Update theme?
  1. Update: Version 2.10.0

  2. Fixed: Fixed a build/deploy error when your site didn't have the pages "home-2/home-3/home-4..."(update - getStaticPaths on [...wordpressNode])
  3. Fixed: Fix the "More" dropdown menu on the single page overflowing when viewed on mobile devices
  4. Updated: On the single page, the title button to share is labeled "More", but it should actually be "Share" or something similar.
  5. Updated: Add Icon for the "By me a coffee" field on the author page
  1. Update for: "front-end/ncmaz-faust"
  2. Update: Version 2.9.0
  3. Fixed: Fix <table> tags overflow error on mobile devices.
  4. 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.
  5. Update: Improve SEO and sitemaps by updating next-sitemap.config.js and wordpress-sitemap.xml.ts files.
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
  1. ______

  2. Update: Version 2.7.0
  3. Update: Add missing words to en.ts translation file: "Read more", "min read", "read"
  4. Update: Add h1 to Home, Archive, Gutenberg page,... to improve SEO
  5. New: Add settings hide/show "Create button" and "Dark mode switch" in the header in site-settings.json -> site_header -> desktop_header
  6. Update to the latest versions of @faustwppackages
  7. New: Create a REVALIDATE_TIME = 900 variable in the constant.ts file to use for revalidation throughout the project.
  8. 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.
  9. _____

  10. Update: Version 2.7.0
  11. Update: Tested with WordPress 6.6.2
  12. Update: Check all the latest versions of the required plugins.
  13. New: Support for the latest version 4.2.0 of WPGRAPHQL_CONTENT_BLOCKS plugin
  14. Update the XML demo data files in the /includes/xmls/ folder
Top