Change log
Change log
** 2.10.1 - Tue 11 Feb, 2025
Update: Version 2.10.1
Fixed: Fix TOC not showing on single pages
** 2.10.0 - Tue 04 Feb, 2025
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
** 2.9.0 - Thu 16 Jan, 2025
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
andwordpress-sitemap.xml.ts
files Thanks to the great contribution of @Atul Kumar SinghA few other minor updates.
** 2.8.1 - Wed 04 Dec, 2024
Update: Version 2.8.1
Fixed: Handling typescript errors in ModalEditComment form component
Update: Version 2.8.1
Security and performance updates with WP plugin check
Updated plugin author name and Readme file
Update: Handling some small parts of graphql Like/Save/View handling
** 2.8.0 - Fri 29 Nov, 2024
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 componentUpdate: 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
** 2.7.0 - Mon 11 Nov, 2024
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
packagesNew: Create a
REVALIDATE_TIME = 900
variable in theconstant.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 thesite-settings.json
file without worrying about losing data when updating the version.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
** 2.6.3 - Fri 02 Aug, 2024
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
** 2.6.2 - Wed 25 Jul, 2024
Update: Version 2.6.2
Update: ReUpdated frontend submission editor page. When entering additional tags on mobile, you can now press the "
space
", "comma
" or "enter
" button to add a new tag (previously, you could only press "enter
" to add a new tag)Revert
"inline: true"
toImage.config
in Frontend submission to fix some images not being displayed in previous versions.Fixed an error where BubbleMenu was displayed over the Link modal when clicking to add a Link on the editor page.
Fixed the error of the Prev button being hidden in the Terms slider block
Improved UI for
View All
button in Ncmaz Magazine Slider blocks.
** 2.6.1 - Tue 23 Jul, 2024
Update: Version 2.6.1
Update: Update the ViewAll button on the Slider Posts block
New: Update Heading dropdown UI on the Frontend submission editor page.
** 2.6.0 - Tue 23 Jul, 2024
Update: Version 2.6.0
New ๐ฅ: Add a new page to filter posts by authors/categories/tags/... ๐https://ncmaz-faust-delta.vercel.app/posts
New: Added
"See all"
button in Ncmaz Magazine Gutenberg blocks, which when clicked will redirect to/posts/
page with exact query parameters as of that block.Update: Updated frontend submission editor page. You can now press
"enter"
to get to a new line after adding an image.Update: Updated frontend submission editor page. When entering additional tags, you can now press the "
space
", "comma
" or "enter
" button to add a new tag (previously, you could only press "enter
" to add a new tag)Update: Updated frontend submission editor page. Now temporary data changes will be saved in localStorage, and you will not lose your changes if you accidentally exit the page without saving.
Update: Improve UX for the Reset-password page.
Update: Update the favicon icon.
Fixed: Fixed an error where text overflowed when it was too long on a single page. (add CSS
overflow-wrap: break-word;
)Update: Reduce the number of post excerpt lines in mega-menu header style 1 to a maximum of 3 lines
Update: Version 2.6.0
New: Added the
"Show See all button"
setting in the block-settings section of the Ncmaz Magazine Gutenberg blocks.Update: Improved plugin performance, reducing CSS size by more than 60%
Update: Update the preview of Ncmaz Magazine and Ncmaz Term blocks. It is now possible to preview blocks with the exact style of the block variants.
๐๐๐ Thanks @Chadathorn Masusai for the feedbacks and suggestions ๐ฉท
** Tue 11 Jun, 2024
Update: Version 2.5.0
Update: Updated/Rewritten the user registration feature on the sign-up page
New: Added account deletion feature in profile dashboard page (The Ncmaz-faust-core plugin needs to be updated to version 2.5.0)
Update: Version 2.5.0
New: Added WPgraphql mutations to support the account deletion feature.
** Sun 09 Jun, 2024
Update: Version 2.4.0
Update: Update dependent packages to the latest versions.
Fixed: Fixed style issue "In the single page, the audio player and the reading rate float message, overlap".
Update: Show the logo on the header in the dashboard pages.
New: Modal quick search displays when clicking on the search form in the header.
New: Add more customization to frontend-submission page features (
site-settings.json -> submissions-settings
), e.g. Customizations for post_options, allow_upload_media_max_size_mb, etc.New: Display the Privacy Policy on the registration page (Set the Privacy Policy page in
site-settings.json -> privacy_policy_page
)Update: update UI for sign up/sign in pages
Update: Remove scrollbar in preview style iframes of Ncmaz Gutenberg blocks
Fixed: Add @parcel/watcher package, to fix the error of not finding module @parcel/watcher
Fixed: Updated post-card gallery in home-5 to not display thumbnail images when the post is not in Gallery format
Update: Updated style for single style 3 when viewed on mobile devices.
New: Add epicweb-dev config to Ncmaz-faust project, which improves code quality
New: Add the wordpress-sitemap.xml
New: In the frontend-submission page, when adding "link" you will have the option "open link in new tab"
New: Avatar in the header, now when logging in, the avatar will display instead of the icon
New: Add header style1, you can choose in
site-settings.json -> site_header -> desktop_header
(style1, style2 or style3)Update: Version 2.4.0
Fixed: Fixed error Reading-time not updated when updating the post
Update: Updated compatibility with WPGraphQL Content Blocks plugin version 4.0 (If you are using the old version 1.1.3, deactivate and remove the WPGraphQL Content Blocks plugin, then go to Dashboard > Appearance > Install Plugins and install version 4.0 of the WPGraphQL Content Blocks plugin)
** Fri 31 May, 2024
Update: Ncmaz-faust to v2.3.1
Fixed: Fix bug for Ncmaz Magazine 7 block. Pages containing Magazine 7 block cannot be built if the number of posts is less than 2.
** Tue 28 May, 2024
Update: Version 2.3.0
Fixed: Fixed image not being saved after uploading and saving (profile, posting)
New: Add the nextjs-google-analytics script (
NEXT_PUBLIC_GA_MEASUREMENT_ID
env) - Read more Nextjs-google-analyticsUpdate: Update HeadlessUI package to version 2.0
New: Add options post_style & show/hide_sidebar on the frontend-submission page.
Update: Reprocess featured image size of articles.
Update: Version 2.3.0
Update: Reprocess the GraphQL mutation when uploading images from the device. (fixed image not being saved)
New: Update the GraphQL mutation for create/update posts from frontend-submission with
post_style
andshow_right_sidebar
inputs.
** Sun 26 May, 2024
Update: Ncmaz-faust to v2.2.1
Update: Updated translations for dashboard pages (en.ts)
New: Allows hiding/customizing the "Documents" tab on the dashboard page (
site-settings.json -> document_page
)Fixed: Fixed an issue where the page was not reloaded after logging in in modal-login
Fixed: Fixed an issue where the "Show me more" button in Gutenberg blocks was not hidden when all data was loaded.
New: Add custom "recommended_searches" on the search page (
site-settings.json -> search_page
)Update: Updated to display "view_counts" as default on the single page.
** Sat 25 May, 2024
Update: Version 2.2.0
New: Add style2 for the header. This time there will be a logo in the header when viewed on mobile devices (Setting in the file
site-settings.json -> site_header -> desktop_header -> header_style
)New: Add the contact-form & contact page (/contact)
Fixed: Handle the error of images being uploaded twice when uploading images from the device.
Update: Update the search-form section in the mobile-side-nav section. Users can click the submit button more easily.
Update: Improved login handling.
Update: Version 2.2.0
Update: Handle the GraphQL mutation when uploading images from the device.
New: Add a mutation to receive and process when a user sends a message from the contact-form in the frontend.
** Tue 21 May, 2024
Update: Ncmaz-faust to v2.1.0
Update: Update some words to the translation file
Update: Update the style for the image upload feature.
Update: Update/Move some client useQuery queries to router api ๐ Avoid CORS errors and increase performance.
** Mon 20 May, 2024
Update: Version 2.1.0
Update: Compatibility update to use the WPGraphQL for ACF plugin instead of plugin WPGraphQL for Advanced Custom Fields
The theme will be compatible with both plugins, however, as recommended by the plugin author you should use the new plugin WPGraphQL for ACF
** 2.0.0 - Wed 15 May, 2024
Update: Version 2.0.0
Update: Improved performance/speed as Gutenberg blocks are now fully SSR components.
New: Add lost password feature - https://your_site_/reset-password
Update: Version 2.0.0
Update: Performance improvements for Ncmaz Gutenberg blocks.
New: Variants of Ncmaz Gutenberg blocks on the editor page now have styles for preview (Requires your Ncmaz Nextjs project to be updated to version 2.0 or higher)
** Sat 11 May, 2024
Update: Use Prerequisite queries to improve performance
Fixed: Issue where views were not displayed correctly on post cards
Fixed: Error of page 404 not displaying when an incorrect author URL is entered
Fixed: Dropdown style in dashboard/post page
** Mon 08 May, 2024
(Urgent update version 1.1.1)
Urgent update: Resolved nextjs@canary's dependency conflict error. Return to Nextjs 14.2.3 and React ^18.2
New: Images now support placeholder blur.
Delete some unnecessary images in the public/images/ folder.
** Mon 06 May, 2024
New: Released the upload-image feature that allows users to upload images on the frontend-submission page and on the profile page.
Fixed: Fix the error of image placement in the gallery images option section.
New: Add customization: hide/show comment count and view count in post-cards and in the single page.
Fixed: Fixed an issue where the styles of some options were hidden when the list of posts was 1 or 2 posts, in the posts-dashboard page
New: Add notification message when user logs in successfully.
New: Add YouTube block in the frontend-submission page.
Fixed a few other small errors.
______end
** Wed 24 Apr, 2024
Fixed: GraphQL errors: Fields "attributes" conflict because subfields "style" conflict because they return conflicting types BlockAttributesObject! and BlockAttributesObject.
______end
** Thu 04 Apr, 2024
Fixed: Fixed redux-logger error tsc
______end
** Fri 29 Mar, 2024
Update: Update the edit page header when in dark mode
Fixed: Update error of not displaying images in gallrey post section on edit page
______end
** Sun 17 Mar, 2024
Update: Update Pre-build urls on
myGetPaths
in the[...wordpressNode].tsx
fileFixed: Fixed the meta description on SEO component include html tags
______end
** Tue 05 Dec, 2023
New: Add NEXT_PUBLIC_SITE_API_METHOD .env variable for APIs method (Read more here)
Fixed: Fixed Favico.ico file
______end
** Thu 30 Nov, 2023
Hot update: Update SEO meta, and improve performance.
Update: Add NEXT_PUBLIC_SITE_DIRECTION .env variable for RTL mode.
Update: Add NEXT_PUBLIC_SITE_GEAR_ICON .env variable for show/hide gear setting icon.
Fixed: Fixed cannot click header menu.
Update: Add Nextjs revalidate for 404 page
Update: Update for edit comment function.
Update: Update UI of SignIn/SignUp page on mobile.
New: Add the public/lang/en.ts file, Now you can quickly translate the theme into your language
______end
** Thu 21 Sep, 2023
Hot update: Update useAuth hook. Only use one time on the
SiteWrap
component.Update: Fix redirect to the home page after login or update posts.
Update: Update UI responsive for slider posts.
_____end
** Wed 20 Sep, 2023
Update: Update UI for MenuBar/Search icon on the header.
Fixed: Fixed bug redirect to 404 when clicking on the search icon on the mobile sidebar.
Update: Update UI for the grid-col
card
onsearch/categories
andsearch/author
page.Fixed: Fixed Cookies-box color issue on dark mode.
New: Add option for custom
enable/disable
frontend submission
feature.____end
** Sat 26 Aug, 2023
Release: Release the first version
Last updated
Was this helpful?