Skip to content

Commit 027a7ac

Browse files
committed
chore(release): 1.9.2
1 parent 71f8863 commit 027a7ac

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.2](https://github.com/ucsc/ucsc-custom-functionality/compare/v1.9.1...v1.9.2) (2025-05-21)
6+
7+
8+
### Bug Fixes
9+
10+
* 🛠 Missing padding in post header when no featured image ([#77](https://github.com/ucsc/ucsc-custom-functionality/issues/77)) ([0d0c078](https://github.com/ucsc/ucsc-custom-functionality/commit/0d0c078bf893d2b1831fc785c74d9b308dadc95d)), closes [#76](https://github.com/ucsc/ucsc-custom-functionality/issues/76)
11+
512
### [1.9.1](https://github.com/ucsc/ucsc-custom-functionality/compare/v1.9.0...v1.9.1) (2025-05-13)
613

714
## [1.9.0](https://github.com/ucsc/ucsc-custom-functionality/compare/v1.8.4...v1.9.0) (2025-05-12)

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.1",
3+
"version": "1.9.2",
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.1
6+
* Version: 1.9.2
77
* Author: UC Santa Cruz
88
* Author URI: https://github.com/ucsc
99
* License: GPL2

0 commit comments

Comments
 (0)