Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.1.5 #26

Merged
merged 6 commits into from
Dec 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ Changelog formatting (https://keepachangelog.com/en/1.0.0/):
### Security (in case of vulnerabilities.)
-->

## 1.1.5 (2023-12-08)

### Changed

- Bump WordPress tested-to to 6.4.2.

## v1.1.4 (2023-09-11)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HRSWP GitHub Updater

[![Support Level](https://img.shields.io/badge/support-active-green.svg)](#support-level) [![Build Status](https://github.com/washingtonstateuniversity/hrswp-github-updater/actions/workflows/coding-standards.yml/badge.svg)](https://github.com/washingtonstateuniversity/hrswp-github-updater/actions) [![Release Version](https://img.shields.io/github/v/release/washingtonstateuniversity/hrswp-github-updater)](https://github.com/washingtonstateuniversity/hrswp-github-updater/releases/latest) ![WordPress tested up to version 6.3.1](https://img.shields.io/badge/WordPress-v6.3.1%20tested-success.svg) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![GPLv3 License](https://img.shields.io/github/license/washingtonstateuniversity/hrswp-github-updater)](https://github.com/washingtonstateuniversity/hrswp-github-updater/blob/develop/LICENSE.md)
[![Support Level](https://img.shields.io/badge/support-active-green.svg)](#support-level) [![Build Status](https://github.com/washingtonstateuniversity/hrswp-github-updater/actions/workflows/coding-standards.yml/badge.svg)](https://github.com/washingtonstateuniversity/hrswp-github-updater/actions) [![Release Version](https://img.shields.io/github/v/release/washingtonstateuniversity/hrswp-github-updater)](https://github.com/washingtonstateuniversity/hrswp-github-updater/releases/latest) ![WordPress tested up to version 6.4.2](https://img.shields.io/badge/WordPress-v6.4.2%20tested-success.svg) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![GPLv3 License](https://img.shields.io/github/license/washingtonstateuniversity/hrswp-github-updater)](https://github.com/washingtonstateuniversity/hrswp-github-updater/blob/develop/LICENSE.md)

## Overview

Expand Down
4 changes: 2 additions & 2 deletions hrswp-github-updater.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?php
/**
* Plugin Name: HRSWP GitHub Updater
* Version: 1.1.4
* Version: 1.1.5
* Description: A WSU HRS WordPress plugin to manage updates for GitHub-hosted plugins and themes.
* Author: Adam Turner, washingtonstateuniversity
* Author URI: https://hrs.wsu.edu/
* Plugin URI: https://github.com/washingtonstateuniversity/hrswp-github-updater
* Update URI: https://api.github.com/repos/washingtonstateuniversity/hrswp-github-updater/releases/latest
* Text Domain: hrswp-github-updater
* Requires at least: 5.8
* Tested up to: 6.3.1
* Tested up to: 6.4.2
* Requires PHP: 7.3
*
* @package HRSWP_GitHub_Updater
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@washingtonstateuniversity/hrswp-github-updater",
"version": "1.1.4",
"version": "1.1.5",
"description": "A WSU HRS WordPress plugin to manage updates for GitHub-hosted plugins and themes.",
"author": "Adam Turner",
"contributors": [
Expand Down
Loading