Skip to content

Commit

Permalink
Merge pull request #9 from uriweb/release-1.0.4
Browse files Browse the repository at this point in the history
Bump version to 1.0.4
  • Loading branch information
alexandragauss committed Apr 3, 2024
2 parents 6325b07 + ece716e commit 76f3bff
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Contributors: Brandon Fuller, Alexandra Gauss, Sarah Pucino
Tags: plugins
Requires at least: 4.0
Tested up to: 5.7
Stable tag: 1.0.3
Stable tag: 1.0.4
90 changes: 45 additions & 45 deletions inc/uri-careers-fields.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,53 +18,53 @@ function uri_careers_create_program_post_type() {
register_post_type(
'career-data',
array(
'label' => 'Careers by Major',
'description' => 'Career data by major',
'public' => true,
'show_ui' => true,
'show_in_menu' => true,
'capability_type' => 'post',
'hierarchical' => true,
'rewrite' => array( 'slug' => 'careers-by-major' ),
'exclude_from_search' => false,
'supports' => array( 'title', 'editor', 'excerpt', 'thumbnail', 'revisions', 'author' ),
'show_in_rest' => true,
'has_archive' => true,
'labels' => array(
'name' => 'Career Data',
'singular_name' => 'Career Data',
'menu_name' => 'Career Data',
'all_items' => 'All Career Data',
'edit_item' => 'Edit Career Data',
'view_item' => 'View Career Data',
'view_items' => 'View All Career Data',
'add_new_item' => 'Add New Career Data',
'new_item' => 'New Career Data',
'parent_item_colon' => 'Parent Career Data:',
'search_items' => 'Search All Career Data',
'not_found' => 'No career data found',
'not_found_in_trash' => 'No career data found in Trash',
'archives' => 'Career Data Archives',
'attributes' => 'Career Data Attributes',
'insert_into_item' => 'Insert into Career Data',
'uploaded_to_this_item' => 'Uploaded to this career data',
'filter_items_list' => 'Filter career data list',
'filter_by_date' => 'Filter career data by date',
'items_list_navigation' => 'Career Data list navigation',
'items_list' => 'Career Data list',
'item_published' => 'Career Data published.',
'item_published_privately' => 'Career Data published privately.',
'item_reverted_to_draft' => 'Career Data reverted to draft.',
'item_scheduled' => 'Career Data scheduled.',
'item_updated' => 'Career Data updated.',
'item_link' => 'Career Data Link',
'item_link_description' => 'A link to career data.',
),
'menu_icon' => 'dashicons-businesswoman',
'delete_with_user' => false,
'label' => 'Careers by Major',
'description' => 'Career data by major',
'public' => true,
'show_ui' => true,
'show_in_menu' => true,
'capability_type' => 'post',
'hierarchical' => true,
'rewrite' => array( 'slug' => 'careers-by-major' ),
'exclude_from_search' => false,
'supports' => array( 'title', 'editor', 'excerpt', 'thumbnail', 'revisions', 'author' ),
'show_in_rest' => true,
'has_archive' => true,
'labels' => array(
'name' => 'Career Data',
'singular_name' => 'Career Data',
'menu_name' => 'Career Data',
'all_items' => 'All Career Data',
'edit_item' => 'Edit Career Data',
'view_item' => 'View Career Data',
'view_items' => 'View All Career Data',
'add_new_item' => 'Add New Career Data',
'new_item' => 'New Career Data',
'parent_item_colon' => 'Parent Career Data:',
'search_items' => 'Search All Career Data',
'not_found' => 'No career data found',
'not_found_in_trash' => 'No career data found in Trash',
'archives' => 'Career Data Archives',
'attributes' => 'Career Data Attributes',
'insert_into_item' => 'Insert into Career Data',
'uploaded_to_this_item' => 'Uploaded to this career data',
'filter_items_list' => 'Filter career data list',
'filter_by_date' => 'Filter career data by date',
'items_list_navigation' => 'Career Data list navigation',
'items_list' => 'Career Data list',
'item_published' => 'Career Data published.',
'item_published_privately' => 'Career Data published privately.',
'item_reverted_to_draft' => 'Career Data reverted to draft.',
'item_scheduled' => 'Career Data scheduled.',
'item_updated' => 'Career Data updated.',
'item_link' => 'Career Data Link',
'item_link_description' => 'A link to career data.',
),
'menu_icon' => 'dashicons-businesswoman',
'delete_with_user' => false,
)
);

}
add_action( 'init', 'uri_careers_create_program_post_type' );

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,7 +1,7 @@
{
"name": "uri-careers",
"description": "URI Careers",
"version": "1.0.3",
"version": "1.0.4",
"homepage": "https://www.uri.edu",
"repository": "https://github.com/uriweb/uri-careers",
"docs": "https://github.com/uriweb/uri-careers#readme",
Expand Down
2 changes: 1 addition & 1 deletion uri-careers.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: URI Careers
* Plugin URI: http://www.uri.edu
* Description: A plugin to display Major and Career data
* Version: 1.0.3
* Version: 1.0.4
* Author: URI Web Communications
* Author URI: https://today.uri.edu/
*
Expand Down

0 comments on commit 76f3bff

Please sign in to comment.