diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..1e1663c --- /dev/null +++ b/composer.json @@ -0,0 +1,17 @@ +{ + "name": "uriweb/uri-people-tool", + "type": "wordpress-plugin", + "description": "URI People Tool is a Wordpress plugin that makes it easy to create and edit bibliographic posts for people.", + "authors": [ + { + "name": "URI Web Communications", + "email": "web-group@uri.edu", + "homepage": "https://github.com/uriweb" + } + ], + "homepage": "https://www.uri.edu", + "license": "GPL-3.0-only", + "require": { + "php": ">=7.4" + } +} \ No newline at end of file diff --git a/inc/blocks/blocks.php b/inc/blocks/blocks.php index 73995a0..36c0e5b 100644 --- a/inc/blocks/blocks.php +++ b/inc/blocks/blocks.php @@ -22,8 +22,8 @@ function uri_people_tool_add_block_patterns() { 'content' => $pattern, 'description' => ( isset( $description ) ? $description : '' ), 'keywords' => ( isset( $keywords ) ? $keywords : 'uri' ), - 'categories' => ( isset( $categories ) ? $categories : array( 'uri' ) ), - ), + 'categories' => ( isset( $categories ) ? $categories : array( 'uri' ) ) + ) ); diff --git a/uri-people-tool.php b/uri-people-tool.php index 6f1d07c..d97f42e 100755 --- a/uri-people-tool.php +++ b/uri-people-tool.php @@ -3,7 +3,7 @@ Plugin Name: URI People Tool Plugin URI: Description: Create custom people post type for WordPress Department Sites -Version: 1.3 +Version: 1.4 Author: URI Web Communications Author URI: */