Skip to content
2 changes: 1 addition & 1 deletion apps/studio/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ export const IPC_VOID_HANDLERS = [
// Flip to `true` when shipping new modal content so users who haven't seen the
// current app version get the modal once. Keep at `false` otherwise — the modal
// will only auto-show for first-time users of Studio.
export const FORCE_SHOW_WHATS_NEW = false;
export const FORCE_SHOW_WHATS_NEW = true;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

3 changes: 3 additions & 0 deletions apps/studio/src/lib/get-localized-link.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ const DOCS_LINKS = {
docsSkills: {
en: 'https://developer.wordpress.com/docs/developer-tools/studio/agent-skills-wordpress-studio/',
},
docsPhpRuntimes: {
en: 'https://developer.wordpress.com/docs/developer-tools/studio/php-runtimes/',
},
} satisfies Record< `docs${ string }`, TranslatedLink >;

const BLOG_LINKS = {
Expand Down
Loading