Skip to content

Commit

Permalink
Merge pull request #30 from uriweb/release-2.3.0
Browse files Browse the repository at this point in the history
Merge release-2.3.0 into develop
  • Loading branch information
bjcfuller authored Mar 7, 2024
2 parents 070fbcd + c30e1bd commit de9e7c1
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 25 deletions.
29 changes: 9 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,17 @@ URI TEDx is a WordPress theme designed for the University of Rhode Island's TEDx

It is designed to be evergreen, and replaces the [uri-tedx-2018](https://github.com/uriweb/uri-tedx-2018) annual theme.

## What's new in 2.2.2
## What's new in 2.3.0

URI TEDx 2.2.2 is a bug fix release.
URI TEDx 2.3 is a minor release focused on style adjustments.

* Fixes an query issue on Talks archive pages
* Updates evergreen speakers page styles
* Adds styles for 2019 speakers page, previously in the WordPress customizer
* Changes header and footer "Speakers" link to "Presenters"
* Adjusts Talks post styles, including better support for non-square bio pictures
* Removes non-functioning YouTube video statistics on Talks posts

For complete details, see the [commit history](https://github.com/uriweb/uri-tedx/pull/27/commits) and the [issue tracker](https://github.com/uriweb/uri-tedx/issues).

## What's new in 2.2.0

URI TEDx 2.2.0 is a minor update.

> ★ URI TEDx is now available on [Packagist](https://packagist.org/packages/uriweb/uri-tedx)
* Updates TEDxURI logo
* Updates social media footer links
* Adds a custom field for sorting talks on archive pages
* Transitions some styles to evergreen branding
* Updates development tools

For complete details, see the [commit history](https://github.com/uriweb/uri-tedx/pull/23/commits) and the [issue tracker](https://github.com/uriweb/uri-tedx/issues).
For complete details, see the [commit history](https://github.com/uriweb/uri-tedx/pull/29/commits) and the [issue tracker](https://github.com/uriweb/uri-tedx/issues).

## How do I get set up?

Expand All @@ -39,10 +29,9 @@ For complete details, see the [commit history](https://github.com/uriweb/uri-ted
[![GitHub Release Date](https://img.shields.io/github/release-date/uriweb/uri-tedx.svg)](https://github.com/uriweb/uri-tedx/releases/latest)
[![Master Build Status](https://travis-ci.org/uriweb/uri-tedx.svg?branch=master "Master build status")](https://travis-ci.org/uriweb/uri-tedx)
[![CodeFactor](https://www.codefactor.io/repository/github/uriweb/uri-modern/badge/master)](https://www.codefactor.io/repository/github/uriweb/uri-tedx/overview/master)
[![Codacy Badge](https://img.shields.io/codacy/grade/88f277d0f16b4fa68ae52c2ec7ed3480.svg)](https://www.codacy.com/app/uriweb/uri-tedx?utm_source=github.com&utm_medium=referral&utm_content=uriweb/uri-tedx&utm_campaign=Badge_Grade)

Contributors: Brandon Fuller
Tags: themes
Requires at least: 4.0
Tested up to: 6.1
Stable tag: 2.2.2
Stable tag: 2.3.0
4 changes: 2 additions & 2 deletions js/script.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Theme URI: https://www.uri.edu/tedx
Author: University of Rhode Island
Author URI: https://today.uri.edu
Description: The WordPress theme for TEDxURI
Version: 2.2.2
Version: 2.3.0
License: GPL-3.0
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: uri
Tags: education, theme-options
@version v2.2.2
@version v2.3.0
@author Brandon Fuller <bjcfuller@uri.edu>
*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uri-tedx",
"version": "2.2.2",
"version": "2.3.0",
"description": "The WordPress theme for TEDxURI",
"themeName": "URI TEDx",
"textDomain": "uri",
Expand Down
4 changes: 2 additions & 2 deletions style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit de9e7c1

Please sign in to comment.