This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to canary, this PR will be updated.
Releases
@faustwp/block-editor-utils@0.3.0
Minor Changes
53bb9a6d: Updated dependencies, peerDependencies and devDependencies to better support local development and debugging.
@faustwp/blocks@4.1.0
Minor Changes
53bb9a6d: Updated dependencies, peerDependencies and devDependencies to better support local development and debugging.
@faustwp/experimental-app-router@0.4.0
Minor Changes
53bb9a6d: Updated dependencies, peerDependencies and devDependencies to better support local development and debugging.
@faustwp/core@3.1.0
Minor Changes
2b7949bb: - Added support for configuring a custom sitemap index path via the sitemapIndexPath option in getSitemapProps, 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-*'],
});
}
@faustjs/next@0.16.0
Minor Changes
53bb9a6d: Updated dependencies, peerDependencies and devDependencies to better support local development and debugging.
@faustjs/react@0.16.0
Minor Changes
53bb9a6d: Updated dependencies, peerDependencies and devDependencies to better support local development and debugging.
@faustwp/wordpress-plugin@1.4.0
Minor Changes
9ff1df86: 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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to canary, this PR will be updated.
Releases
@faustwp/block-editor-utils@0.3.0
Minor Changes
@faustwp/blocks@4.1.0
Minor Changes
@faustwp/experimental-app-router@0.4.0
Minor Changes
@faustwp/core@3.1.0
Minor Changes
2b7949bb: - 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.@faustjs/next@0.16.0
Minor Changes
@faustjs/react@0.16.0
Minor Changes
@faustwp/wordpress-plugin@1.4.0
Minor Changes