Skip to content

Commit 370986c

Browse files
committed
FoBo v1.5 release settings.
1 parent e0e7ee5 commit 370986c

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Update log
44
For update history see the [History log](https://github.com/karma4u101/FoBo/tree/master/CHANGELOG.md#history-log) section
55

66
**Latest Stable Releases:**
7+
- **2015-12-28** -- Module v1.5
78
- **2015-08-09** -- Module v1.4
89
- **2014-07-15** -- Module v1.3
910
- **2014-03-15** -- Module v1.2
@@ -25,11 +26,15 @@ New features in FoBo v1.5
2526

2627
###FoBo v1.5 has updates to the following sub modules
2728
- [FoBo-AngularJS Material Design](https://github.com/karma4u101/FoBo/tree/master/AngularJS) Adds v1.0.1 - [Angular Material](https://material.angularjs.org/).
29+
2830
- [FoBo-TwBs-Bootstrap3](https://github.com/karma4u101/FoBo/tree/master/TwBs-Bootstrap3) Adds v3.3.6 - [Bootstrap 3.x](http://getbootstrap.com/)
2931
- [FoBo-AngularJS core modules](https://github.com/karma4u101/FoBo/tree/master/AngularJS) Adds v1.4.8 - [AngularJS](http://angularjs.org/).
32+
33+
For a list of already available toolkit versions see respective sub modules README.
34+
You can see a running demo of a Lift Template application using Material Design [here](http://www.media4u101.se/lift-advanced-md/).
3035

3136
###FoBo v1.5 API updates
32-
- FoBo v1.5 adds API integration with the MaterialMegaMetaProtoUser trait that adds Material Design styling to the ProtoUser form views.
37+
- FoBo v1.5 adds API integration with the **MaterialMegaMetaProtoUser** trait that adds Material Design styling to the ProtoUser form views.
3338
- FoBo v1.5 adds a integration of angular material design tosts component with lift messages.
3439
- For Lift 3.0 users FoBo has added complementary functions for handling script injection (bootstrap poppover,tooltip,...) and to avoid in-lining.
3540
To aid in supporting a strong CSP (Content Security Policy) with LiftRules.securityRules settings those complementary functions **avoids in-lining**

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ moduleName := "fobo-meta"
22

33
organization := "net.liftmodules"
44

5-
version in ThisBuild := "1.5-SNAPSHOT"
5+
version in ThisBuild := "1.5"
66

77
liftVersion in ThisBuild <<= liftVersion ?? "3.0-SNAPSHOT" //"2.6.2"
88

project/autobuildscript/build-publish-Lift26.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
alias pub=publish-signed
22

3-
set version in ThisBuild:="1.5-SNAPSHOT"
3+
set version in ThisBuild:="1.5"
44

55
set liftVersion in ThisBuild:="2.6.2"
66

project/autobuildscript/build-publish-Lift3.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
alias pub=publish-signed
22

3-
set version in ThisBuild:="1.5-SNAPSHOT"
3+
set version in ThisBuild:="1.5"
44

55
set liftVersion in ThisBuild:="3.0-SNAPSHOT"
66
set scalaVersion in ThisBuild:="2.11.4"

0 commit comments

Comments
 (0)