Skip to content

Latest commit

 

History

History
103 lines (51 loc) · 6.08 KB

CHANGELOG.md

File metadata and controls

103 lines (51 loc) · 6.08 KB

Changelog

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

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)