Skip to content

Commit

Permalink
update wordpress.org readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandro-fazzi committed Oct 26, 2018
1 parent bf36f45 commit 397bf98
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -96,6 +96,8 @@ them by setting the following in your `wp-config.php`
define('WORDLESS_LEGACY', true);
```

Wordless 3 is planned to completely remove this support.

## Inline code documentation

You can find it [here](http://welaika.github.io/wordless/docs.html). If you are intrested in contribuing to the documentation:
Expand Down
5 changes: 5 additions & 0 deletions readme.txt
Expand Up @@ -53,6 +53,11 @@ You can find the changelog @ https://github.com/welaika/wordless/releases

== Upgrade Notice ==

= 2.5 =

* Old ruby preprocessors are no more activated by default. Please refer to
the changelog for more info.

= 0.5 =

* WARNING! Version 0.5 is not backward compatible! Wordless had always used `yield()` function in its template; starting from some point yield() become a reseved PHP function, so we had to rename it in Wordless code. If you get errors search and replace `yield()` inside the pugin directory with `wl_yield()`. Sorry for the inconvenient.

0 comments on commit 397bf98

Please sign in to comment.