Skip to content

Releases: ucsc/ucsc-custom-functionality

v1.6.0

10 Jun 15:13
671f55b
Compare
Choose a tag to compare

What's Changed

  • Fix: 👍🏼 re-add "Edit site" link to the admin bar by @Herm71 in #23
  • Feat: ⚙️ make plugin fully "pluggable" by @Herm71 in #24

Full Changelog: v1.5.3...v1.6.0

v1.5.3

10 Jan 00:19
e72884e
Compare
Choose a tag to compare

Features

  • ✨ Add Github deployment workflow (#20) (444eea2)
  • 🐛 Remove xmlrpc link from wp_head since we've disabled the functionality in WordPress (#18) (56e2a7f)

Full Changelog: v1.4.0...v1.5.3

v1.4.0

10 Oct 22:07
Compare
Choose a tag to compare
  • ✨ Add shortcode site-search to display Google search results (#14) (6eac524)

This shortcode is built to be a zero-configuration way of adding Google site search to our WordPress theme. The short code [site-search] is replaced with the script tag and properly configured DOM element for displaying search results from Google. It changes Google's expected URL query parameter from q to s, which is the WordPress default. When added to the search page template, Google site search results replace default WordPress search results.

v1.3.0

09 Dec 18:58
Compare
Choose a tag to compare
  • Update last-modified date format in the shortcode

v1.2.2

24 Oct 21:33
Compare
Choose a tag to compare

v1.2.1

17 Aug 21:24
Compare
Choose a tag to compare

1.2.1 (2022-08-17)

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

v1.2.0

08 Aug 23:45
Compare
Choose a tag to compare

Features

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

Bug Fixes

  • 🐛 Remove Content-Security-Policy header (70aa81a)
  • fix: 📝 Remove additional security headers by @knice in #9

Full Changelog: v1.1.4...v1.2.0

v1.1.4

03 May 15:00
Compare
Choose a tag to compare

Features

This version adds some modifications in the dashboard to remove menus we don't use:

  • Remove the "Links" feature which was deprecated in WordPress 3.5.
  • Remove the customizer menu item since we don't use it in our theme.
  • Remove the theme editor from the top admin menu. It's still available in the left side bar under appearance.

1.1.3

20 Apr 23:56
Compare
Choose a tag to compare

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)