Skip to content

Commit

Permalink
Bump 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfelt committed Oct 21, 2024
1 parent 0cc8dc3 commit f572e32
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.1.1 (October 21, 2024)

* Register people meta fields for website, LinkedIn, X (Twitter), Facebook, and Instagram.

## 2.1.0 (October 17, 2024)

* Register a block binding source to render a `mailto:` link for a person's email address.
Expand Down
4 changes: 2 additions & 2 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": "organizational",
"version": "2.1.0",
"version": "2.1.1",
"description": "",
"author": "Happy Prime",
"license": "GPL-2.0-or-later",
Expand Down
4 changes: 2 additions & 2 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Associate people, projects, organizations, and publications.
* Author: Happy Prime
* Author URI: https://happyprime.co
* Version: 2.1.0
* Version: 2.1.1
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
*
Expand All @@ -19,7 +19,7 @@
die;
}

define( 'ORGANIZATIONAL_VERSION', '2.1.0' );
define( 'ORGANIZATIONAL_VERSION', '2.1.1' );
define( 'ORGANIZATIONAL_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'ORGANIZATIONAL_PLUGIN_FILE', __FILE__ );

Expand Down

0 comments on commit f572e32

Please sign in to comment.