Skip to content

Latest commit

 

History

History
278 lines (132 loc) · 15.5 KB

File metadata and controls

278 lines (132 loc) · 15.5 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

2.0.6 (2026-04-15)

Bug Fixes

  • news: 🚑️ Fix issue on news site where custom blocks failed to load their stylesheets (dfd2295)

2.0.5 (2026-04-15)

Bug Fixes

  • news: 🚑️ Fix issue on news site where custom blocks failed to load their stylesheets (dfd2295)

2.0.4 (2026-04-13)

Bug Fixes

  • 🔒️ Remove option to enable XML-RPC, since it is a security risk (#95) (54ee38d)

2.0.3 (2026-04-10)

Bug Fixes

  • 🐛 Resolve babel runtime issue introduced by the update to wp-scripts (267d5cd)

2.0.2 (2026-04-10)

2.0.1 (2026-04-10)

Bug Fixes

2.0.0 (2026-04-10)

1.10.1 (2026-04-10)

1.10.0 (2026-04-10)

Features

  • ✨ Add a toggle button in the admin dashboard for XMLRPC to enable external editing when needed (#94) (a808f55), closes #91

1.9.8 (2026-04-09)

Bug Fixes

  • ensure image_meta is always an array in Featured_News_Block_Controller (d33874f)

1.9.7 (2026-03-24)

Bug Fixes

  • 🐛 Use block name instead of path in Assets_Enqueuer to prevent PHP 8.1 fatal error (#93) (f6100e8)
  • 🚀 Revert release.yml file to previous (832988e)

1.9.6 (2026-03-24)

Bug Fixes

  • 🐛 Use block name instead of path in Assets_Enqueuer to prevent PHP 8.1 fatal error (#93) (f6100e8)
  • 🚀 Revert release.yml file to previous (832988e)

1.9.5 (2025-05-23)

Bug Fixes

1.9.4 (2025-05-23)

1.9.3 (2025-05-22)

Bug Fixes

  • 🛠️ Embeds on other sites get proper embed template (#86) (1bafaab), closes #83

1.9.2 (2025-05-21)

Bug Fixes

  • 🛠 Missing padding in post header when no featured image (#77) (0d0c078), closes #76

1.9.1 (2025-05-13)

1.9.0 (2025-05-12)

Features

  • ✨ Add block variation for aligned images (#81) (0ba47a2), closes #80

1.8.4 (2025-04-22)

Bug Fixes

  • 🚑 Set environment type accurately so news block fetches data from the correct source (#75) (edf1a96), closes #74

1.8.3 (2025-04-17)

1.8.2 (2025-04-17)

Features

  • 🎉 Add ability to choose 3, 6, or 9 posts to be displayed in the News Block (#71) (b0472b9), closes #66

Bug Fixes

  • 🚑 Fix taxonomies available in the News Block settings. Fixes #64 (60449e1)
  • 🚑 Fix taxonomies available in the News Block settings. Fixes #64 (1734807)
  • 🛠 Sets styled 'related terms' to appear on single posts only. Resolves #67 (#73) (dd1dfe5)

1.8.1 (2025-04-03)

Bug Fixes

  • 🚑️ Update allowed taxonomies on News Block selector to include tags (f1eb1bd), closes #63
  • 🚑️ Update allowed taxonomies on News Block selector to include tags (bc4ff82)

1.8.0 (2025-04-03)

1.7.5 (2025-03-18)

1.7.4 (2025-02-07)

Bug Fixes

  • 🚑️ Add assets folder to built plugin (da1d761)

1.7.3 (2025-02-06)

Bug Fixes

  • 🚑️ Update node modules 🤞 (92e9baf)
  • 🚑️ Update node version in the Github release action (c33766f)

1.7.2 (2025-02-06)

Bug Fixes

  • 🚑️ Add webpack config to builds (714e7f8)

1.7.1 (2025-02-06)

Bug Fixes

  • 🚑️ Add src directory to the build manifest (4acfec8)

1.7.0 (2025-02-06)

[1.6.1]

Features

  • Add new News Block

1.6.0 (2024-06-10)

Features

  • ensure the plugin properly checks for functions before calling them (ba4f8b4), closes #21

1.5.3 (2024-01-10)

1.5.2 (2024-01-10)

Bug Fixes

  • 🐛 Numeric node version it is :-( (a250457)

1.5.1 (2024-01-09)

Bug Fixes

  • 🐛 Fix for Node version so we always use lts (898d934)
  • 🐛 Setup action node version to numeric value (5b6a9fe)
  • 🐛 Wrap release node version in quotes (899f836)

1.5.0 (2024-01-09)

Features

  • ✨ Add Github deployment workflow (#20) (444eea2)

Bug Fixes

  • 🐛 Remove xmlrpc link from wp_head since we've disabled the functionality in WordPress (#18) (56e2a7f)

1.4.0 (2023-10-10)

Features

  • ✨ Add shortcode site-search to display Google search results (#14) (6eac524)

1.3.0 (2022-12-09)

Features

  • ⚡️ Update date format in last-modified shortcode (05c9b9a)

1.2.2 (2022-10-19)

1.2.1 (2022-08-17)

Bug Fixes

  • 🔒 Function to prevent Site Manager from elevating a user to Administrator. Fixes #7 (52b631c)

1.2.0 (2022-08-08)

Features

  • ✨ Add GA, SiteImprove, Security Headers and other scripts to functionality. (024accc)

Bug Fixes

  • 🐛 Remove Content-Security-Policy header (70aa81a)
  • 📝 Remove additional security headers (#9) (c8538fa)
  • Bump plugin version to match last release (924212b)

1.1.4 (2022-05-03)

1.1.3 (2022-04-20)

1.1.2 (2022-04-20)

1.1.1 (2022-04-20)

1.1.0 (2022-04-20)

Features

  • ✨ Add and enque shortcodes.php, moved shortcodes from themes functions.php per WP Theme Check (d45ce61)
  • ✨ Add PHP/WP coding standards check, add standard-version via npm (e93d80d)
  • 🎉 Scaffold out new ucsc-main-core-functionality-plugin and create a basic role function for a Site Admin (5c39d5b)
  • ✨ Remove ucsc_site_manager role on plugin deactivation. Resolves #1 (4fe0cae)
  • 🚀 Add build/zip script and file manifest (d82f8da)

Bug Fixes

  • 🎨 replace theme function prefix with plugin function prefix. (303dabb)
  • 🐛 Remove breadcrumb library since we don't use it in this plugin (87c7cc5)
  • 🐛 Update slug and label; Set proper capabilities. Resolves #2 (27a0444)