Skip to content

Commit

Permalink
Remove old pre-1.0 upgrading instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
remailednet committed Dec 27, 2018
1 parent a45bc58 commit 0836ffa
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions readme.md
Expand Up @@ -3,14 +3,3 @@
Simple static sites with Laravel's [Blade](https://laravel.com/docs/blade).

For documentation, visit https://jigsaw.tighten.co/docs/installation/

---

### Upgrading from an earlier version?

__Version 1.0 includes a change to the way site variables are referenced in your templates.__

Site variables defined in `config.php`, as well as any variables defined in the YAML front matter of a page, are now accessible under the `$page` object, rather than by referencing the variable name itself. Blade templates that include variables will need to be updated so that all variables are prefixed with `$page->`.

Check out https://jigsaw.tighten.co/docs/upgrading/ for an example.

0 comments on commit 0836ffa

Please sign in to comment.