Skip to content

Commit

Permalink
2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Feb 13, 2020
1 parent 7082c22 commit c4e0f26
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog #
## 2.2.1 ##

**Bug Fixes**

* Address mailing list bug in recent content block ([#113](https://github.com/platform-coop-toolkit/pcc-framework/issues/113)) ([f865839](https://github.com/platform-coop-toolkit/pcc-framework/commit/f8658394ae56b1f0c73f6e3b7f78b5fbe83b8783))
* Address linting errors ([26072cb](https://github.com/platform-coop-toolkit/pcc-framework/commit/26072cbe2ea5429f0a1ed406b4f8db9ffa38da16))

## 2.2.0 ##

**Minor Changes**
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platform-coop-toolkit/pcc-framework",
"version": "2.2.0",
"version": "2.2.1",
"description": "Utilities, custom post types and blocks for the Platform Cooperativism Consortium website.",
"author": "OCAD University",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion pcc-framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Domain Path: /languages
* License: BSD 3-Clause "New" License
* License URI: https://opensource.org/licenses/BSD-3-Clause
* Version: 2.2.0
* Version: 2.2.1
*
* @package PCCFramework
*/
Expand Down
9 changes: 8 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ License: BSD 3-Clause "New" License
License URI: https://opensource.org/licenses/BSD-3-Clause
Requires at least: 5.3
Tested up to: 5.3
Stable tag: 2.2.0
Stable tag: 2.2.1

[![License](https://badgen.net/github/license/platform-coop-toolkit/pcc-framework)](https://github.com/platform-coop-toolkit/pcc-framework/blob/master/LICENSE.md) [![Status](https://badgen.net/github/status/platform-coop-toolkit/pcc-framework)](https://circleci.com/gh/platform-coop-toolkit/pcc-framework/tree/master) [![GitHub Release](https://badgen.net/github/release/platform-coop-toolkit/pcc-framework)](https://github.com/platform-coop-toolkit/pcc-framework/releases/latest)

Expand Down Expand Up @@ -42,6 +42,13 @@ Custom Taxonomies:
None yet.

== Changelog ==
= 2.2.1 =

**Bug Fixes**

* Address mailing list bug in recent content block ([#113](https://github.com/platform-coop-toolkit/pcc-framework/issues/113)) ([f865839](https://github.com/platform-coop-toolkit/pcc-framework/commit/f8658394ae56b1f0c73f6e3b7f78b5fbe83b8783))
* Address linting errors ([26072cb](https://github.com/platform-coop-toolkit/pcc-framework/commit/26072cbe2ea5429f0a1ed406b4f8db9ffa38da16))

= 2.2.0 =

**Minor Changes**
Expand Down

0 comments on commit c4e0f26

Please sign in to comment.