Skip to content

Commit

Permalink
Merge pull request #112 from 47deg/upgrades-docs-and-version-to-0.4.0
Browse files Browse the repository at this point in the history
Bumps Version
  • Loading branch information
juanpedromoreno authored Dec 14, 2016
2 parents 010adcc + 889290e commit 54e4e77
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A microsite is an instance of Jekyll, ready to publish a static web page for you
To Begin, add the following lines to the `project/plugins.sbt` file within your project or sbt module where you want to use the `sbt-microsites` plugin.

```
addSbtPlugin("com.fortysevendeg" % "sbt-microsites" % "0.3.3")
addSbtPlugin("com.fortysevendeg" % "sbt-microsites" % "0.4.0")
```

Finally, to enable the plugin, add this to your `build.sbt` file:
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/tut/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To begin, add the following lines to the `project/plugins.sbt` file within your
Latest release:

```bash
addSbtPlugin("com.fortysevendeg" % "sbt-microsites" % "0.3.3")
addSbtPlugin("com.fortysevendeg" % "sbt-microsites" % "0.4.0")
```

Latest snapshot built from the `master` branch code:
Expand Down
7 changes: 7 additions & 0 deletions notes/0.4.0.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Version 0.4.0


- Provides the ability to import JS and CSS files from CDN services.
- Improves the `micrositeExtraMdFiles` setting. Now, you don't need to modify your markdown that are located in different path from tut. You can specify the layout version and the rest of the meta-properties when configuring this sbt setting. If your were using the previous version 0.3.x, and you are upgrading to 0.4.0, you need to rewrite this setting.
- Brings a new feature to make possible the total customization of the `_config.yml` Jekyll file, throug the new `micrositeConfigYaml` setting.
- Other minor improvements.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ addSbtPlugin("com.fortysevendeg" % "sbt-catalysts-extras" % "0
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "0.4.10")
libraryDependencies <+= sbtVersion("org.scala-sbt" % "scripted-plugin" % _)
// Plugin inception dependency to be able to generate the sbt-microsites' microsite
addSbtPlugin("com.fortysevendeg" % "sbt-microsites" % "0.3.3")
addSbtPlugin("com.fortysevendeg" % "sbt-microsites" % "0.4.0")

0 comments on commit 54e4e77

Please sign in to comment.