Skip to content

Commit 63591d9

Browse files
committed
chore(release): 2.0.4
1 parent 54ee38d commit 63591d9

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

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 [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [2.0.4](https://github.com/ucsc/ucsc-custom-functionality/compare/v2.0.3...v2.0.4) (2026-04-13)
6+
7+
8+
### Bug Fixes
9+
10+
* 🔒️ Remove option to enable XML-RPC, since it is a security risk ([#95](https://github.com/ucsc/ucsc-custom-functionality/issues/95)) ([54ee38d](https://github.com/ucsc/ucsc-custom-functionality/commit/54ee38d6e4e910e69ddb7d903bc2b943f24e82db))
11+
512
## [2.0.3](https://github.com/ucsc/ucsc-custom-functionality/compare/v2.0.2...v2.0.3) (2026-04-10)
613

714

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

0 commit comments

Comments
 (0)