Skip to content

Commit

Permalink
7.x-3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sherakama committed May 30, 2016
1 parent 08c3b3a commit 965a09a
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 10 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Stanford News x.x-x.x, xxxx-xx-xx
---------------------------------

Stanford News 7.x-3.2, 2016-05-30
---------------------------------
- Enable revisions by default on stanford_news_item content type
- Resolves BASIC-1363 update URL Cutoff settings to 160
- SOE-627: Added all the extra fields in SoE to make a new extras module
- SOE-745: Removed manage content from the news views module
- SOE-745: replaced manage content view
- SOE-745: removed project path from .info files
- SOE-745: Added install hook() to enable administration module
- SOE-811: added News Extras view mode
- Update news feature with strongarm variables
- SOE-790: Added stanford_news_extras_views
- SOE-790: updated to install() function to disable the conficting module: stanford_news_views
- SOE-811: added News Extras view mode
- Added new administration views module

Stanford News 7.x-3.1, 2015-06-25
---------------------------------
Changes since 7.x-3.0:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#[Stanford News](https://github.com/SU-SWS/stanford_news)
##### Version: 7.x-3.1
##### Version: 7.x-3.2

Maintainers: [jbickar](https://github.com/jbickar), [sherakama](https://github.com/sherakama)
[Changelog.txt](CHANGELOG.txt)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name = Stanford News Administration
description = Provides the manage content view for administering news items
core = 7.x
package = Stanford
version = 7.x-1.0-alpha5
version = 7.x-3.2
project = stanford_news_administration
dependencies[] = ctools
dependencies[] = views
dependencies[] = stanford_news
features[ctools][] = views:views_default:3.0
features[features_api][] = api:2
features[views_view][] = admin_manage_stanford_news_item
Expand Down
2 changes: 1 addition & 1 deletion modules/stanford_news_extras/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# [Stanford News Extras Importer](https://github.com/SU-SWS/stanford_news)
##### Version: 7.x-3.1
##### Version: 7.x-3.2

Stanford News Extras feature provides extra fields needed to support SoE needs.

Expand Down
2 changes: 1 addition & 1 deletion modules/stanford_news_extras/stanford_news_extras.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = Stanford News Extras
description = Extra fields and view mode for the Stanford News content type
core = 7.x
package = Stanford
version = 7.x-1.0
version = 7.x-3.2
project = stanford_news_extras
dependencies[] = context
dependencies[] = contextual_view_modes_nodes
Expand Down
4 changes: 2 additions & 2 deletions modules/stanford_news_extras_importer/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# [Stanford News Extras Importer](https://github.com/SU-SWS/stanford_news)
##### Version: 7.x-3.1
##### Version: 7.x-3.2

Stanford News Extras Importer feature provides an out of the box solution for importing news content on your website. This feature requires fields from the Stanford News Extras feature

Expand All @@ -21,7 +21,7 @@ Entity reference to other organizations
Taxonomy of research areas

* **School Theme**
Taxomomy of school news related themes
Taxomomy of school news related themes

* **Department**
Taxomomy of departments
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = Stanford News Extras Importer
description = Importer for the Stanford News content type using extra fields
core = 7.x
package = Stanford
version = 7.x-1.0
version = 7.x-3.2
project = stanford_news_extras_importer
dependencies[] = ctools
dependencies[] = features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = Stanford News Extras Views
description = Views using the fields in the News Extras
core = 7.x
package = Stanford
version = 7.x-1.0
version = 7.x-3.2
project = stanford_news_extras_views
dependencies[] = stanford_news
dependencies[] = stanford_news_extras
Expand Down
2 changes: 1 addition & 1 deletion modules/stanford_news_views/stanford_news_views.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = Stanford News Views
description = Views for the stanford_news module and content type.
core = 7.x
package = Stanford
version = 7.x-1.0-alpha5
version = 7.x-3.2
project = stanford_news_views
dependencies[] = ctools
dependencies[] = date
Expand Down
2 changes: 1 addition & 1 deletion stanford_news.info
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
version = 7.x-3.2
project = stanford_news
dependencies[] = ctools
dependencies[] = date
Expand Down

0 comments on commit 965a09a

Please sign in to comment.