Skip to content

Commit

Permalink
chore(release): v1.13.2 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrutjes authored Aug 22, 2020
1 parent 4d5b12e commit 942973d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.13.2](https://github.com/rayrutjes/wc-order-search-admin/compare/1.13.1...1.13.2) (2020-08-22)



## [1.13.1](https://github.com/rayrutjes/wc-order-search-admin/compare/1.13.0...1.13.1) (2020-07-22)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**Requires at least:** 4.6
**Tested up to:** 5.5
**Requires PHP:** 5.3
**Stable tag:** 1.13.1
**Stable tag:** 1.13.2
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
4 changes: 2 additions & 2 deletions languages/wc-order-search-admin.pot
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
msgid ""
msgstr ""
"Project-Id-Version: WooCommerce Order Search Admin powered by Algolia "
"1.13.1\n"
"1.13.2\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/wc-order-search-admin\n"
"POT-Creation-Date: 2020-08-22 16:27:28+00:00\n"
"POT-Creation-Date: 2020-08-22 16:38:09+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wc-order-search-admin",
"version": "1.13.1",
"version": "1.13.2",
"main": "Gruntfile.js",
"author": "Raymond RUTJES",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: search, orders, woocommerce, algolia, admin, autocomplete, orders search,
Requires at least: 4.6
Tested up to: 5.5
Requires PHP: 5.3
Stable tag: 1.13.1
Stable tag: 1.13.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
4 changes: 2 additions & 2 deletions wc-order-search-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
* Description: Search for WooCommerce orders in the admin at the speed of thought with Algolia.
* Author: Raymond Rutjes
* Author URI: https://github.com/rayrutjes/
* Version: 1.13.1
* Version: 1.13.2
* Domain Path: /languages.
* WC requires at least: 2.2
* WC tested up to: 4.3
*/
define( 'WC_OSA_VERSION', '1.13.1' );
define( 'WC_OSA_VERSION', '1.13.2' );

if ( ! defined( 'WC_OSA_FILE' ) ) {
define( 'WC_OSA_FILE', __FILE__ );
Expand Down

0 comments on commit 942973d

Please sign in to comment.