Skip to content

Commit

Permalink
Merge pull request #8 from uriweb/release-1.4
Browse files Browse the repository at this point in the history
Release 1.4
  • Loading branch information
alexandragauss authored Mar 8, 2023
2 parents 438f9d7 + 25843b2 commit 4008a8d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
4 changes: 2 additions & 2 deletions inc/blocks/blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' ) )
)
);


Expand Down
2 changes: 1 addition & 1 deletion uri-people-tool.php
Original file line number Diff line number Diff line change
Expand Up @@ -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:
*/
Expand Down

0 comments on commit 4008a8d

Please sign in to comment.