Skip to content

Commit

Permalink
Merge pull request #82 from SU-SWS/t20
Browse files Browse the repository at this point in the history
7.x-2.0
  • Loading branch information
sherakama authored Sep 23, 2016
2 parents c8427d2 + 9b3d69f commit 57564db
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Stanford CAPx 7.x-2.0, 2016-05-27
- Removed superfluous required text on field mapping
- Required fields with a default value are no longer required in the mapping.
- Added auto truncating of text fields in order to avoid the PDO exception error of value too long.
- Bugfix for invalid orphan checking
- Upgrade paths
- File timestamp and queue invalidation on mapper configuration change

Stanford CAPx 7.x-1.3, 2016-02-05
---------------------------------
Expand Down Expand Up @@ -52,4 +55,3 @@ By jbickar:
-Fixed typos in labels
-Added LICENSE.txt
-Added CHANGELOG.txt

2 changes: 1 addition & 1 deletion modules/capx_auto_nodetitle/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#[CAPX Auto Nodetitle](https://github.com/SU-SWS/stanford_capx/tree/7.x-1.x/modules/capx_auto_nodetitle)
##### Version: 7.x-2.0-rc3
##### Version: 7.x-2.0

Maintainers: [jbickar](https://github.com/jbickar), [sherakama](https://github.com/sherakama)
[Changelog.txt](CHANGELOG.txt)
Expand Down
2 changes: 1 addition & 1 deletion modules/capx_auto_nodetitle/capx_auto_nodetitle.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = CAPX Auto Node Title Support
description = Allows support for the auto_nodetitle module
core = 7.x
package = Stanford
version = 7.x-2.0-rc3
version = 7.x-2.0
project = capx_auto_nodetitle
dependencies[] = auto_nodetitle
dependencies[] = stanford_capx
Expand Down
2 changes: 1 addition & 1 deletion modules/capx_issue_collector/capx_issue_collector.info
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = Stanford CAPx Issue Collector
description = Provides a feedback link to the CAPx Working Group Jira project.
core = 7.x
version = 7.x-2.0-rc3
version = 7.x-2.0
package = Stanford CAPx
; scripts[] = capx_issue_collector.js
2 changes: 1 addition & 1 deletion stanford_capx.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = Provides the ability to import profiles into existing entity types
core = 7.x
package = Stanford CAPx
project = stanford_capx
version = 7.x-2.0-rc3
version = 7.x-2.0

dependencies[] = entity
dependencies[] = block
Expand Down

0 comments on commit 57564db

Please sign in to comment.