Skip to content

Commit

Permalink
Merge branch 'stable' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
admturner committed Apr 9, 2024
2 parents 762eb9f + 227ea6e commit 07d1ea7
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
.gitattributes export-ignore
.gitignore export-ignore
.npmpackagejsonlintrc.json export-ignore
.npmrc export-ignore
.nvmrc export-ignore
composer.json export-ignore
composer.lock export-ignore
CONTRIBUTING.md export-ignore
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,21 @@ Changelog formatting (http://semver.org/):
### Security (in case of vulnerabilities.)
-->

## 0.11.5 (2024-04-09)

### Changed

- Bump WordPress tested-to to 6.5.0 to close #101. (762eb9f)
- Fix #102 upgrade Node.js and track in project. (904dfc4)
- Update composer packages and allow select plugins. (30f2005)
- Update @wordpress/npm-package-json-lint-config from 4.2.0 to 4.39.0. (ef5580c)
- Upgrade npm-package-json-lint from 6.4.0 to 7.1.0. (ef5580c)

### Removed

- Remove `lodash` package. (ef5580c)
- Remove `classnames` package. (ef5580c)

## 0.11.4 (2023-12-06)

- Bump WP tested-to to 6.4.1. (9928fd5)
Expand Down
2 changes: 1 addition & 1 deletion hrswp-sqlsrv-db.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Plugin Name: HRSWP Sqlsrv DB
* Version: 0.11.4
* Version: 0.11.5
* 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/
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.4",
"version": "0.11.5",
"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 07d1ea7

Please sign in to comment.