diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 848bea5..0452fff 100755 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,20 @@ Stanford Subsites x.x-x.x xxxx-xx-xx ------------------------------------ +Stanford Subsites 7.x-2.0 2015-09-14 +------------------------------------------ +* Created all new dashboard with many new and useful blocks +* Created new `shortcuts` menu for subsites +* Simplified the relationships and removed the entity reference fields +* Restricted the menu options for new nodes to the menu for the selected subsite. +* New context plugins for subsite conditions and responses +* Added upgrade path hook 7200 +* Support for mulitple_node_menu contrib module +* Moar better styles from meganem +* Added documentation +* Fixed many many bugs! + + Stanford Subsites 7.x-1.0-beta2 2014-02-06 ------------------------------------------ Fixed taxonomy breaking node save bug where field_stanford_subsite_sub_tags was having a null value inserted into it. diff --git a/README.MD b/README.MD index c895973..0de322f 100755 --- a/README.MD +++ b/README.MD @@ -1,7 +1,8 @@ #[Stanford Subsites](https://github.com/SU-SWS/stanford_subsites) -##### Version 7.x-2.x +##### Version 7.x-2.0 + +Maintainers: [Caryl Westerberg](https://github.com/cjwest), [Shea McKinney](https://github.com/sherakama) -Maintainers: [Caryl Westerberg](https://github.com/cjwest), [Shea McKinney](https://github.com/sherakama) [Changelog.txt](CHANGELOG.txt) This module provides the ability to create a site in a site, sort of. This module is unline other implementations of subsite like functionality. This subsite module allows content authors to create subsite nodes in which automatically have their own context and menu associated with it. Content editors can select a new logo, title, slogan, and/or theme to go with the subsite node and all other pages within a subsite. Other content types can be added to a subsite by placing them within the menu structure of the subsite or by tagging them with the subsite specific term. This module does not provide any sort of editorial permission strucutre. You may add your own using a contrib module such as Taxonomy Access Control, or Content Access Control. diff --git a/modules/stanford_subsites_admin_dash/stanford_subsites_admin_dash.info b/modules/stanford_subsites_admin_dash/stanford_subsites_admin_dash.info index 28b2e0e..4e85f96 100755 --- a/modules/stanford_subsites_admin_dash/stanford_subsites_admin_dash.info +++ b/modules/stanford_subsites_admin_dash/stanford_subsites_admin_dash.info @@ -1,7 +1,7 @@ name = Stanford Subsites Administration Dashboard description = Creates a dashboard block at admin/config/subsites/dashboard. package = Stanford -version = 1.0 +version = 7.x-2.0 core = 7.x files[] = "stanford_subsites_admin_dash.pages.inc" diff --git a/modules/stanford_subsites_content_types/stanford_subsites_content_types.info b/modules/stanford_subsites_content_types/stanford_subsites_content_types.info index bb67527..4181bc2 100755 --- a/modules/stanford_subsites_content_types/stanford_subsites_content_types.info +++ b/modules/stanford_subsites_content_types/stanford_subsites_content_types.info @@ -2,7 +2,7 @@ name = Stanford Subsites Content Types And Fields description = The Sanford Subsites dependent content types and their fields core = 7.x package = Stanford -version = 7.x-1.1 +version = 7.x-2.0 project = stanford_subsites_content_types dependencies[] = entityreference dependencies[] = features diff --git a/modules/stanford_subsites_page_template/stanford_subsites_page_template.info b/modules/stanford_subsites_page_template/stanford_subsites_page_template.info index de2da11..76ec884 100755 --- a/modules/stanford_subsites_page_template/stanford_subsites_page_template.info +++ b/modules/stanford_subsites_page_template/stanford_subsites_page_template.info @@ -2,5 +2,5 @@ name = Stanford Subsites Page Template description = Stanford Subsites Page Template for Stanford Framework core = 7.x package = Stanford -version = 7.x-1.0 +version = 7.x-2.0 dependencies[] = stanford_subsites diff --git a/modules/stanford_subsites_vocabularies_and_terms/stanford_subsites_vocabularies_and_terms.info b/modules/stanford_subsites_vocabularies_and_terms/stanford_subsites_vocabularies_and_terms.info index 7d840ec..b7e20ba 100755 --- a/modules/stanford_subsites_vocabularies_and_terms/stanford_subsites_vocabularies_and_terms.info +++ b/modules/stanford_subsites_vocabularies_and_terms/stanford_subsites_vocabularies_and_terms.info @@ -2,7 +2,7 @@ name = Stanford Subsites Vocabularies and Terms description = Stanford Subsites Vocabularies and Terms Feature core = 7.x package = Stanford -version = 7.x-1.1 +version = 7.x-2.0 project = stanford_subsites_vocabularies_and_terms dependencies[] = features dependencies[] = taxonomy diff --git a/stanford_subsites.info b/stanford_subsites.info index def895f..df6cb9e 100755 --- a/stanford_subsites.info +++ b/stanford_subsites.info @@ -1,7 +1,7 @@ name = Stanford Subsites description = Creates the ability for content authors to create branded "Subsites" within one Drupal installation. Originally developed for use at Stanford University. package = Stanford -version = 2.0 +version = 7.x-2.0 core = 7.x ; DEFAULT FILES