Skip to content

Commit

Permalink
Merge branch 'hotfix/0.11.6' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
admturner committed Apr 10, 2024
2 parents 227ea6e + 021beff commit 862f8d7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Changelog formatting (http://semver.org/):
### Security (in case of vulnerabilities.)
-->

## 0.11.6 (2024-04-10)

- Bump WordPress tested-to to 6.5.2.

## 0.11.5 (2024-04-09)

### Changed
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 Sqlsrv DB

[![Support Level](https://img.shields.io/badge/support-active-green.svg)](#support-level) [![Build Status](https://github.com/washingtonstateuniversity/hrswp-plugin-sqlsrv-db/actions/workflows/coding-standards.yml/badge.svg)](https://github.com/washingtonstateuniversity/hrswp-plugin-sqlsrv-db/actions) [![Release Version](https://img.shields.io/github/v/release/washingtonstateuniversity/hrswp-plugin-sqlsrv-db)](https://github.com/washingtonstateuniversity/hrswp-plugin-sqlsrv-db/releases/latest) ![WordPress tested up to version 6.5.0](https://img.shields.io/badge/WordPress-v6.5.0%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-plugin-sqlsrv-db)](https://github.com/washingtonstateuniversity/hrswp-plugin-sqlsrv-db/blob/develop/LICENSE.md)
[![Support Level](https://img.shields.io/badge/support-active-green.svg)](#support-level) [![Build Status](https://github.com/washingtonstateuniversity/hrswp-plugin-sqlsrv-db/actions/workflows/coding-standards.yml/badge.svg)](https://github.com/washingtonstateuniversity/hrswp-plugin-sqlsrv-db/actions) [![Release Version](https://img.shields.io/github/v/release/washingtonstateuniversity/hrswp-plugin-sqlsrv-db)](https://github.com/washingtonstateuniversity/hrswp-plugin-sqlsrv-db/releases/latest) ![WordPress tested up to version 6.5.2](https://img.shields.io/badge/WordPress-v6.5.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-plugin-sqlsrv-db)](https://github.com/washingtonstateuniversity/hrswp-plugin-sqlsrv-db/blob/develop/LICENSE.md)

## Overview

Expand Down
4 changes: 2 additions & 2 deletions hrswp-sqlsrv-db.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?php
/**
* Plugin Name: HRSWP Sqlsrv DB
* Version: 0.11.5
* Version: 0.11.6
* Description: A WSU HRS WordPress plugin to connect to and query external Microsoft SQL Server databases.
* Author: Adam Turner, washingtonstateuniversity
* Author URI: https://hrs.wsu.edu/
* Plugin URI: https://github.com/washingtonstateuniversity/hrswp-plugin-sqlsrv-db
* Update URI: https://api.github.com/repos/washingtonstateuniversity/hrswp-plugin-sqlsrv-db/releases/latest
* Text Domain: hrswp-sqlsrv-db
* Requires at least: 5.0
* Tested up to: 6.5.0
* Tested up to: 6.5.2
* Requires PHP: 7.4
*
* @package HRSWP_Sqlsrv_DB
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-plugin-sqlsrv-db",
"version": "0.11.5",
"version": "0.11.6",
"description": "A WSU HRS WordPress plugin to connect to and query external Microsoft SQL Server databases.",
"author": "Adam Turner",
"contributors": [
Expand Down

0 comments on commit 862f8d7

Please sign in to comment.