From 4ba96a23762387c668f68b1d08d9bb2526ff2975 Mon Sep 17 00:00:00 2001 From: tomByrer Date: Wed, 27 Nov 2013 07:32:52 -0700 Subject: [PATCH 1/4] referenced .min.css file for CDN put on dev branch per #2485 --- src/get-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/get-started.html b/src/get-started.html index 15f02e8cd..d2b0658f0 100644 --- a/src/get-started.html +++ b/src/get-started.html @@ -27,7 +27,7 @@ relative_path: ../
  • Paste the following code into the <head> section of your site's HTML. {% highlight html %} - + {% endhighlight %}

    Immediately after release, it takes a bit of time for BootstrapCDN to catch up and get the newest version live on their CDN.

  • From 9a269bf55d86cec8b37d6be39aba9353b7b3f168 Mon Sep 17 00:00:00 2001 From: tomByrer Date: Wed, 27 Nov 2013 08:14:17 -0700 Subject: [PATCH 2/4] ensure PR on the dev branch prevents re-submittals --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 874d76c7e..af1a6f74d 100644 --- a/README.md +++ b/README.md @@ -75,3 +75,7 @@ Build the project and documentation: Or serve it on a local server on http://localhost:7998/Font-Awesome/: $ bundle exec jekyll serve + +### Submitting Pull Requests + +Pull requests are welcome, but please ensure you are on the next development [version](#versioning), which is the branch labeled #.#.#-wip. From c67253b626fbdea09357721aa2a21bb7f956d6db Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Wed, 27 Nov 2013 17:02:09 +0100 Subject: [PATCH 3/4] Update README.md Added contributing section --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 874d76c7e..6156fa933 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#[Font Awesome v4.0.3](http://fontawesome.io) +#[Font Awesome v4.0.4](http://fontawesome.io) ###the iconic font designed for Bootstrap Font Awesome is a full suite of 369 pictographic icons for easy scalable vector graphics on websites, created and @@ -29,6 +29,11 @@ Get started at http://fontawesome.io! - [v4.0.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=7&page=1&state=closed) - [v4.0.2 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=8&page=1&state=closed) - [v4.0.3 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=9&page=1&state=closed) +- [v4.0.4 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=10&page=1&state=closed) + +## Contributing + +Please read through our [contributing guidelines](https://github.com/FortAwesome/Font-Awesome/blob/master/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development. ##Versioning From 68b4c0352d12839e15f64e94edeb9ce77f478740 Mon Sep 17 00:00:00 2001 From: tomByrer Date: Wed, 27 Nov 2013 09:36:48 -0700 Subject: [PATCH 4/4] hand-deleted changes [Better update](https://github.com/FortAwesome/Font-Awesome/commit/c67253b626fbdea09357721aa2a21bb7f956d6db) --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index af1a6f74d..874d76c7e 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,3 @@ Build the project and documentation: Or serve it on a local server on http://localhost:7998/Font-Awesome/: $ bundle exec jekyll serve - -### Submitting Pull Requests - -Pull requests are welcome, but please ensure you are on the next development [version](#versioning), which is the branch labeled #.#.#-wip.