Skip to content

Commit f825c96

Browse files
committed
chore(release): 1.9.7
1 parent 121f0c6 commit f825c96

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.9.7](https://github.com/ucsc/ucsc-custom-functionality/compare/v1.9.5...v1.9.7) (2026-03-24)
6+
7+
8+
### Bug Fixes
9+
10+
* 🐛 Use block name instead of path in Assets_Enqueuer to prevent PHP 8.1 fatal error ([#93](https://github.com/ucsc/ucsc-custom-functionality/issues/93)) ([f6100e8](https://github.com/ucsc/ucsc-custom-functionality/commit/f6100e8a2abd85dca52e061c9a5f48b7f79dea80))
11+
* 🚀 Revert release.yml file to previous ([832988e](https://github.com/ucsc/ucsc-custom-functionality/commit/832988e23a89ae14ce78765b2d76b0191cf2ec33))
12+
513
### [1.9.6](https://github.com/ucsc/ucsc-custom-functionality/compare/v1.9.5...v1.9.6) (2026-03-24)
614

715

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ucsc-custom-functionality",
3-
"version": "1.9.6",
3+
"version": "1.9.7",
44
"description": "Contains custom functionality for UCSC WordPress Websites.",
55
"scripts": {
66
"build": "wp-scripts build",

plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: UCSC Custom Functionality
44
* Plugin URI: https://github.com/ucsc/ucsc-custom-functionality.git
55
* Description: Adds custom functionality to UCSC WordPress Websites.
6-
* Version: 1.9.6
6+
* Version: 1.9.7
77
* Author: UC Santa Cruz
88
* Author URI: https://github.com/ucsc
99
* License: GPL2

0 commit comments

Comments
 (0)