From de34bcb85d8eccbd6c0b5d1058f602c130deeffb Mon Sep 17 00:00:00 2001 From: Joe Maller Date: Fri, 6 Jan 2023 16:20:27 -0800 Subject: [PATCH] 2.10.1 --- CHANGELOG.md | 7 +++++++ README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3944e1b..1ee7730 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v2.10.1](https://github.com/ideasonpurpose/wp-theme-init/compare/v2.10.0...v2.10.1) + +- LastLogin admin column and tests [`070680d`](https://github.com/ideasonpurpose/wp-theme-init/commit/070680d5bbb13dab4207492cce50546d736a0989) +- Last Login admin column [`5797a47`](https://github.com/ideasonpurpose/wp-theme-init/commit/5797a47231ca25e251511a0b79bf0352d2d51900) + #### [v2.10.0](https://github.com/ideasonpurpose/wp-theme-init/compare/v2.9.1...v2.10.0) +> 3 January 2023 + - Override WP_POST_REVISIONS. Closes #32 [`#32`](https://github.com/ideasonpurpose/wp-theme-init/issues/32) - bump deps [`7b49160`](https://github.com/ideasonpurpose/wp-theme-init/commit/7b4916069c991ee08d4b56a95983ba49f47fe260) - LastLogin and test fixes [`516cdba`](https://github.com/ideasonpurpose/wp-theme-init/commit/516cdbafa06e3d07b4ad50224e03a6d2973f9832) diff --git a/README.md b/README.md index 47607af..1094b1b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # wp-theme-init -#### Version: 2.10.0 +#### Version: 2.10.1 A common baseline of repeated functions, filters and actions used across our WordPress themes. diff --git a/package-lock.json b/package-lock.json index 0874b56..628a5ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wp-theme-init", - "version": "2.10.0", + "version": "2.10.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "wp-theme-init", - "version": "2.10.0", + "version": "2.10.1", "license": "MIT", "devDependencies": { "@prettier/plugin-php": "^0.19.2", diff --git a/package.json b/package.json index 550f3ec..d22ef58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wp-theme-init", - "version": "2.10.0", + "version": "2.10.1", "private": true, "description": "A common baseline of repeated functions, filters and actions used across our WordPress themes.", "keywords": [