From 2e3988dde8f20e866a730478e156e71a6f2ebb4d Mon Sep 17 00:00:00 2001 From: Shea McKinney Date: Thu, 27 Nov 2014 11:20:17 -0800 Subject: [PATCH] 7.x-3.0 --- CHANGELOG.txt | 8 ++++++++ README.md | 22 +++++++++++----------- stanford_news.info | 2 +- 3 files changed, 20 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f20ae73..7c2aa8b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,14 @@ Stanford News x.x-x.x, xxxx-xx-xx --------------------------------- +Stanford News 7.x-3.0, 2014-11-27 +---------------------------------------- +- BASIC-826 | images link to content in news views +- BASIC-842 | See more news is sentence case BASIC-1012 | Fix See more news link on homepage block +- Added row to manage view +- Update and rename README.txt to README.md +- Support for dash syntax for field group classes + Stanford News 7.x-3.0-alpha2, 2014-05-16 ---------------------------------------- - BASIC-802 | Updated CSS for news category display diff --git a/README.md b/README.md index 44eb134..0f82d72 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ #[Stanford News](https://github.com/SU-SWS/stanford_news) -##### Version: 7.x-3.0-alpha2 +##### Version: 7.x-3.0 -Maintainers: [jbickar](https://github.com/jbickar), [sherakama](https://github.com/sherakama) +Maintainers: [jbickar](https://github.com/jbickar), [sherakama](https://github.com/sherakama) [Changelog.txt](CHANGELOG.txt) Stanford News feature provides an out of the box solution for displaying news content on your website. This feature contains a content type, fields, a news page layout, and taxonomy. This module is a great replacement for the default Article content type. @@ -10,25 +10,25 @@ Stanford News feature provides an out of the box solution for displaying news co Sub Modules --- -**[Stanford News Views](modules/stanford_news_views)** +**[Stanford News Views](modules/stanford_news_views)** This sub module contains a number of default page and block views for the Stanford News content type. Site administrators can choose to use these views with the Stanford News content type or create their own. Also included is a view that displays Stanford News content in an xml document that other sites could use. -* **Feeds** -The feeds view provides an xml feed of recent news information. This view provides a good way for other sites to gather your news information. +* **Feeds** +The feeds view provides an xml feed of recent news information. This view provides a good way for other sites to gather your news information. -* **2 Item recent news list block** +* **2 Item recent news list block** The 2 item recent news block provides a simple two item list containing a thumbnail, title, and date. No pager on this view block. -* **5 Item news list block with pager** -The 5 item news list block displays the 5 most recent news items in a formatted list. This list contains a thumbnail, title, date, tags, and a short description of the news item with a pager at the bottom. +* **5 Item news list block with pager** +The 5 item news list block displays the 5 most recent news items in a formatted list. This list contains a thumbnail, title, date, tags, and a short description of the news item with a pager at the bottom. -* **5 Item news list page with pager** +* **5 Item news list page with pager** The 5 items news list page is identical to the 5 item list block except for that it is a page with a URL and does not have to be placed as a block. * **3 Item news list block with page** r -The three item news list block displays exactly three of the most recent news items in a formatted list. The list contains a thumbnail, title, date, tags, and short description. +The three item news list block displays exactly three of the most recent news items in a formatted list. The list contains a thumbnail, title, date, tags, and short description. -* **Manage Content** +* **Manage Content** This contains a view for the stanford_manage feature. It provides a bulk operation view where content authors can make changes to multiple news items in one task. Installation diff --git a/stanford_news.info b/stanford_news.info index 434ca5e..76b524d 100644 --- a/stanford_news.info +++ b/stanford_news.info @@ -2,7 +2,7 @@ name = Stanford News description = News Item content type, and list Views with an image and taxonomy terms core = 7.x package = Stanford -version = 7.x-3.0-alpha2 +version = 7.x-3.0 project = stanford_news dependencies[] = ctools dependencies[] = date