Skip to content

Commit 6d69faf

Browse files
committed
Merge branch 'hotfix/plugin-update-issue'
2 parents 51eec65 + 6712055 commit 6d69faf

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
## [Unreleased]
88
n/a
99

10+
## [1.1.1] - 2018-01-25
11+
### Update
12+
- Update plugin version to re-trigger build.
13+
1014
## [1.1.0] - 2018-01-25
1115
### Added
12-
- Adds post by slug endpoint
16+
- Adds post by slug endpoint
1317

1418
## [1.0.2] - 2018-01-19
1519
### Fixed

better-wp-endpoints.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Better Rest Endpoints
44
Plugin URI: https://github.com/factor1/better-rest-endpoints/
55
Description: Serves up slimmer WordPress Rest API endpoints, with some great enhancements.
6-
Version: 1.1.0
6+
Version: 1.1.1
77
Author: Eric Stout, Factor1 Studios
88
Author URI: https://factor1studios.com/
99
License: GPL3

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "better-rest-endpoints",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Serves up slimmer WordPress Rest API endpoints.",
55
"main": "index.js",
66
"scripts": {

readme.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Contributors: factor1, erwstout
66
Tags: rest, api, endpoints, acf, json
77
Requires at least: 4.7.1
88
Tested up to: 4.9.2
9-
Stable Tag: 1.1.0
9+
Stable Tag: 1.1.1
1010
License: GNU Version 3 or Any Later Version
1111

1212
A WordPress plugin that serves up slimmer WP Rest API endpoints.
@@ -42,6 +42,9 @@ apps endpoints to use Better Rest Endpoints.
4242

4343
== Changelog ==
4444

45+
= 1.1.1, January 25, 2018 =
46+
* Update: update plugin version to retrigger build.
47+
4548
= 1.1.0, January 25, 2018 =
4649
* Add: get post by slug endpoint
4750

0 commit comments

Comments
 (0)