YUKI Hiroshi
null+****@clear*****
Fri Feb 28 15:05:27 JST 2014
YUKI Hiroshi 2014-02-28 15:05:27 +0900 (Fri, 28 Feb 2014) New Revision: 329fcf8de931c6542991073d4a085f40d0446fb3 https://github.com/droonga/droonga.org/commit/329fcf8de931c6542991073d4a085f40d0446fb3 Message: Add descriptions for new declaration style Modified files: news/_posts/2014-02-28-release.md Modified: news/_posts/2014-02-28-release.md (+6 -5) =================================================================== --- news/_posts/2014-02-28-release.md 2014-02-28 14:48:30 +0900 (d0baaa2) +++ news/_posts/2014-02-28-release.md 2014-02-28 15:05:27 +0900 (9fe12c2) @@ -41,7 +41,7 @@ The release has the following changes: Now you can develop plugins working with the data storage. See the [plugin development tutorial for the handling phase][tutorial-handler] for more details. * Declaration style of plugins is changed a little. - Old: + Old (Droonga 0.9.9): ~~~ruby module MyPlugin @@ -50,7 +50,7 @@ The release has the following changes: end ~~~ - New: + New (Droonga 1.0.0): ~~~ruby module MyPlugin @@ -60,15 +60,16 @@ The release has the following changes: end ~~~ - You have to migrate your plugins written for Droonga 0.9.9. + The old style still works, but it is deprecated. + You should migrate your plugins written for Droonga 0.9.9. ## Conclusion * Droonga 1.0.0 has been released! * "catalog.json" becomes more readable. * Plugins can work with the data storage. - * You have to migrate your plugin written for Droonga 0.9.9. - You'll complete it with just a tiny modification. + * Declaration style of plugins is changed. + You should migrate your plugin written for Droonga 0.9.9, as soon as possible. * Droonga project will release a new version every month! Droonga project welcomes you to join us as a user and/or a developer! See [community][] to contact us! -------------- next part -------------- HTML����������������������������...Download