Skip to content

Commit

Permalink
- Updated changelog to note some of the changes made between 0.1.6 an…
Browse files Browse the repository at this point in the history
…d 0.9.0.

- Updated readme details.
- Updated composer.json.
  • Loading branch information
davidshq committed Jan 10, 2017
1 parent 50b9862 commit b43d032
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 9 deletions.
28 changes: 27 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,34 @@
# Changelog
All notable changes to this project will be documented in this file.

## 0.9.0 - 2017-01-09
### Enhancements

* Removed dependency on xrstf/composer-php52 (now requires PHP greater than 5.2).
* functions.php
** Added is_array_empty() function.
** Added get_plugin_settings_options() function, allows for integration with LiquidChurch Functionality plugin.
* Added GPLv2 license file.
* gc-sermons-admin.js
** Added check to warn of attempts to post duplicate messages based on video.
** Configured taxonomy to be auto-expanded on sermon admin page.
* class-sermon-post.php
** Added get_speaker function
** Added get_scriptures function
* class-template-loader.php
** CSS stylesheet moved to /assets/css/
* class-sermons.php
** Added check_sermon_duplicate_video() function.
** Added thumbnail of message feature to columns.
** Added columns_sortable() and columns_sort_func()
* shortcodes-search/class-run.php
** Added option to determine whether search results display on same page as search form or separate page.
* shortcodes-search/class-admin.php
** Added option for results pagination by year or normal # of results
** Added ability to make the first page of pagination by year include multiple years
* Replaced list-item.php with list-item-series.php and list-item-sermon.php to allow more differences in style between series and sermon pages.
* admin-column.css, play-button-shortcode-style.css and list-item-style.css moved to /templates/assets/css/
* Numerous other code changes throughout.

### Bug Fixes

## 0.1.6 - 2016-06-08
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ Justin Sternberg (@jsternberg) created the core GC-Sermons WordPress plugin. Liq
* [FitVid.js 1.1](http://fitvidsjs.com/) - Ensures that videos are responsive rather than fixed width allowing for proper display on a variety of viewports.
* Composer
* CMB2
**CMB2 Related Links
** CMB2 Term Select
** CMB2 Post Search Field
** CMB2 User Select
**CMB2 Related Links
** CMB2 Term Select
** CMB2 Post Search Field
** CMB2 User Select
* WordPress Shortcode Button
* TechCrunch WP Asynchronous Tasks
* TGMPA
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "jtsternberg/gc-sermons",
"name": "liquidchurch/liquid-messages",
"type": "wordpress-plugin",
"description": "Manage sermons and sermon content in WordPress",
"keywords": ["wordpress", "plugin", "generator-plugin-wp", "sermons"],
"homepage": "https://github.com/jtsternberg/GC-Sermons",
"description": "Manage messages (sermons) and message content in WordPress",
"keywords": ["wordpress", "plugin", "generator-plugin-wp", "sermons", "messages", "church"],
"homepage": "https://github.com/liquidchurch/lqd-messages/",
"license": "GPLv2",
"authors": [
{
Expand Down

0 comments on commit b43d032

Please sign in to comment.