Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

Commit

Permalink
version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hyyan committed Jun 12, 2018
1 parent 244aacf commit cc7d08f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

### 1.2.0

* [Implements #337 by enabling privacy strings translation](https://github.com/hyyan/woo-poly-integration/commit/d9592822d4041ce299c04576e0a5d2bb1de4d646)
* [Implements #339 by translating store notice](https://github.com/hyyan/woo-poly-integration/commit/244aacfb4a6135beca73876cc856d1868834a9aa)

### 1.1.0

* [add wc version to comment headers](https://github.com/hyyan/woo-poly-integration/commit/756a380a0ef7ee425a55230f429462c471a62328)
Expand Down
4 changes: 2 additions & 2 deletions __init__.php
Expand Up @@ -10,7 +10,7 @@
* Domain Path: /languages
* GitHub Plugin URI: hyyan/woo-poly-integration
* License: MIT License
* Version: 1.1.0
* Version: 1.2.0
* Requires At Least: 4.7
* Tested Up To: 4.9.5
* WC requires at least: 3.0.0
Expand Down Expand Up @@ -40,4 +40,4 @@
new Hyyan\WPI\Autoloader(__DIR__ . '/src/');

/* bootstrap the plugin */
new Hyyan\WPI\Plugin();
new Hyyan\WPI\Plugin();
9 changes: 8 additions & 1 deletion readme.txt
Expand Up @@ -3,7 +3,7 @@ Contributors: hyyan, jonathanmoorebcsorg, decarvalhoaa
Tags: cms, woocommerce, multilingual, polylang, bilingual, international, language, localization, multilanguage, multilingual, translate, translation
Requires at least: 3.8
Tested up to: 4.9
Stable tag: 1.1.0
Stable tag: 1.2.0
Requires PHP: 5.3
License: MIT
License URI: https://github.com/hyyan/woo-poly-integration/blob/master/LICENSE
Expand Down Expand Up @@ -123,6 +123,13 @@ Just make sure to setup your permalinks , and every thing will be fine , I promi

== Changelog ==

== 1.2.0 ==

**Thanks for : @jon007** For his amazing work which made releasing this new version possible

* [Implements #337 by enabling privacy strings translation](https://github.com/hyyan/woo-poly-integration/commit/d9592822d4041ce299c04576e0a5d2bb1de4d646)
* [Implements #339 by translating store notice](https://github.com/hyyan/woo-poly-integration/commit/244aacfb4a6135beca73876cc856d1868834a9aa)

== 1.1.0 ==

**Thanks for :**
Expand Down

0 comments on commit cc7d08f

Please sign in to comment.