Releases: wpengine/faustjs
Releases · wpengine/faustjs
@faustwp/wordpress-plugin@1.4.1
Patch Changes
- e80d80a: Tested up to WordPress v6.6.1
@faustwp/wordpress-plugin@1.4.0
Minor Changes
- 9ff1df8: Introduces a new setting on the Faust settings page that allows users to opt-in or out of Faust removing Nav Menu Locations that are not registered on the Faust Settings page.
@faustwp/experimental-app-router@0.4.0
Minor Changes
- 53bb9a6: Updated dependencies, peerDependencies and devDependencies to better support local development and debugging.
@faustwp/core@3.1.0
Minor Changes
-
2b7949b: - Added support for configuring a custom sitemap index path via the
sitemapIndexPath
option ingetSitemapProps
, enhancing compatibility with plugins like RankMath that modify the default sitemap path.import { getSitemapProps } from '@faustwp/core'; export default function Sitemap() {} export function getServerSideProps(ctx) { return getSitemapProps(ctx, { sitemapIndexPath: '/sitemap_index.xml', // RankMath changes the default sitemap path to this frontendUrl: process.env.NEXT_PUBLIC_SITE_URL, sitemapPathsToIgnore: ['/wp-sitemap-users-*'], }); }
Patch Changes
- 031c239: Fixes a bug where the WordPressTemplate component would return
null
on the server whenisPreview
was null.
@faustwp/cli@3.1.0
Patch Changes
- 031c239: Added "glob" as a dependency
@faustwp/blocks@4.1.0
Minor Changes
- 53bb9a6: Updated dependencies, peerDependencies and devDependencies to better support local development and debugging.
@faustwp/block-editor-utils@0.3.0
Minor Changes
- 53bb9a6: Updated dependencies, peerDependencies and devDependencies to better support local development and debugging.
@faustjs/react@0.16.0
Minor Changes
- 53bb9a6: Updated dependencies, peerDependencies and devDependencies to better support local development and debugging.
@faustjs/next@0.16.0
Minor Changes
- 53bb9a6: Updated dependencies, peerDependencies and devDependencies to better support local development and debugging.
@faustwp/wordpress-plugin@1.3.2
Patch Changes
- 84076cd: Bug: Fixes issue with blocks not showing in the block editor when running blockset command on WP >=v6.5