Skip to content

Commit

Permalink
Merge pull request #14 from uriweb/release-1.0.6
Browse files Browse the repository at this point in the history
Release 1.0.6
  • Loading branch information
alexandragauss authored Aug 30, 2024
2 parents 58d6e8f + 57f7147 commit 9c73716
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ A tool to display URI alumni career data and information.
Contributors: Brandon Fuller, Alexandra Gauss, Sarah Pucino
Tags: plugins
Requires at least: 4.0
Tested up to: 5.7
Stable tag: 1.0.5
Tested up to: 6.1.7
Stable tag: 1.0.6
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.5",
"version": "1.0.6",
"homepage": "https://www.uri.edu",
"repository": "https://github.com/uriweb/uri-careers",
"docs": "https://github.com/uriweb/uri-careers#readme",
Expand Down
3 changes: 3 additions & 0 deletions templates/single-career-data.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
if ( function_exists( 'uri_cl_shortcode_tabs' ) ) {
if ( get_field( 'industry_a_name' ) ) {
$industry_a = get_field( 'industry_a_name' );
$industry_a_jobs = "";

if ( get_field( 'industry_a_entry_jobs' ) ) {
$industry_a_jobs .= uri_careers_table_template_entry( 'industry_a_entry_jobs' );
Expand All @@ -66,6 +67,7 @@
}
if ( get_field( 'industry_b_name' ) ) {
$industry_b = get_field( 'industry_b_name' );
$industry_b_jobs = "";

if ( get_field( 'industry_b_entry_jobs' ) ) {
$industry_b_jobs = uri_careers_table_template_entry( 'industry_b_entry_jobs' );
Expand All @@ -78,6 +80,7 @@
}
if ( get_field( 'industry_c_name' ) ) {
$industry_c = get_field( 'industry_c_name' );
$industry_c_jobs = "";

if ( get_field( 'industry_c_entry_jobs' ) ) {
$industry_c_jobs .= uri_careers_table_template_entry( 'industry_c_entry_jobs' );
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.5
* Version: 1.0.6
* Author: URI Web Communications
* Author URI: https://today.uri.edu/
*
Expand Down

0 comments on commit 9c73716

Please sign in to comment.