Skip to content

Commit

Permalink
Merge pull request #140 from brenoalvs/develop
Browse files Browse the repository at this point in the history
Updated release infos
  • Loading branch information
brenoalvs authored Feb 22, 2017
2 parents 2e66f52 + c53c9ed commit 31faf46
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ But if you find anything buggy [open a new issue](https://github.com/brenoalvs/m

> Where can I find a documentation?
Try in our [Wiki](https://github.com/brenoalvs/monk/wiki) or open a new issue so we can help you.
Try in our [Wiki](https://github.com/brenoalvs/monk/wiki) or [open a new issue](https://github.com/brenoalvs/monk/issues/new) so we can help you.

> Can I contribute or report bugs to Monk?
Expand All @@ -33,6 +33,9 @@ You must! We'll post some contribution guidelines soon.

- **0.1.0**
- Initial release.
- **0.2.0**
- Added medias translation support.
- Added language in permalinks.

## License
This plugin is licensed under [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html).
Expand Down
16 changes: 10 additions & 6 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
Contributors: breno-alves, ale-correa, leonofre
Tags: multilingual, translation, language, multilanguage, international, localization
Requires at least: 4.6
Tested up to: 4.7.1
Stable tag: 0.1.0
Tested up to: 4.7.2
Stable tag: 0.2.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Monk is an elegant and lightweight solution to make your content reach the world.

== Description ==

Monk is a free translation plugin that allows you to create translations for your posts, pages, tags, categories or any content you need.
Monk is a free translation plugin that allows you to create translations for your posts, pages, medias, tags, categories or any content you need.

= Highly user focused =

Expand All @@ -27,12 +27,12 @@ Activate the language switcher to allow visitors comfortably navigate in your we

= Will this plugin work with any theme? =

Yeah! Well, that's what we expect, right? :)
Yeah! That's what we expect, right? :)
But if you find anything buggy or weird get in touch or open a ticket.

= Where can I find a documentation? =

Try in our [GitHub Wiki](https://github.com/brenoalvs/monk/wiki) or open a new ticket so we can help you.
Try in our [GitHub Wiki](https://github.com/brenoalvs/monk/wiki) or [open a new forum topic](https://wordpress.org/support/plugin/monk) so we can help you.

= Can I contribute or report bugs to Monk? =

Expand All @@ -43,7 +43,11 @@ You must! Join us on our [GitHub repository](http://github.com/brenoalvs/monk/)
= 0.1.0 =
* Initial release.

= 0.2.0 =
* Added medias translation support.
* Added language in permalinks.

== Credits ==

Special thanks to Lipis for the [beautiful SVG icons](https://github.com/lipis/flag-icon-css).
Special thanks to Lipis for our [beautiful SVG icons](https://github.com/lipis/flag-icon-css).

2 changes: 1 addition & 1 deletion includes/class-monk.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class Monk {
public function __construct() {

$this->plugin_name = 'Monk';
$this->version = '0.1.0';
$this->version = '0.2.0';

$this->load_dependencies();
$this->set_locale();
Expand Down
2 changes: 1 addition & 1 deletion monk.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Monk
* Plugin URI: https://github.com/brenoalvs/monk
* Description: Monk is an elegant and lightweight solution to make your content reach the world.
* Version: 0.1.0
* Version: 0.2.0
* Author: Breno Alves
* Author URI: https://github.com/brenoalvs
* License: GPL-2.0 or later
Expand Down

0 comments on commit 31faf46

Please sign in to comment.