Skip to content

Commit

Permalink
Preparing release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswrks committed Apr 20, 2017
1 parent 3f08c8a commit 2cdf9fb
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## $v
## v170420.14768

- Adding `s::wcProductPost()`.
- Adding `s::wcProductParent()`.
Expand Down
18 changes: 9 additions & 9 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @wp-plugin
*
* Version: 170419.39834
* Version: 170420.14768
* Text Domain: wp-sharks-core
* Plugin Name: WP Sharks Core
*
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=== WP Sharks Core ===

Stable tag: 170419.39834
Stable tag: 170420.14768
Requires at least: 4.7
Tested up to: 4.8-alpha
Text Domain: wp-sharks-core
Expand Down
2 changes: 1 addition & 1 deletion src/includes/classes/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class App extends CoreClasses\App
*
* @type string Version.
*/
const VERSION = '170419.39834'; //v//
const VERSION = '170420.14768'; //v//

/**
* ReST action API version.
Expand Down
4 changes: 2 additions & 2 deletions src/includes/classes/SCore/Utils/WcProduct.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function bySlug(string $slug, bool $no_cache = false)
/**
* Product post.
*
* @since 17xxxx WC product utils.
* @since 170420.14768 WC product utils.
*
* @param \WC_Product $WC_Product Product.
*
Expand All @@ -115,7 +115,7 @@ public function post(\WC_Product $WC_Product)
/**
* Product parent.
*
* @since 17xxxx WC product utils.
* @since 170420.14768 WC product utils.
*
* @param \WC_Product $WC_Product Product.
*
Expand Down
4 changes: 2 additions & 2 deletions src/includes/traits/Facades/WcProduct.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public static function wcProductBySlug(...$args)
}

/**
* @since 17xxxx WC product utils.
* @since 170420.14768 WC product utils.
*
* @param mixed ...$args Variadic args to underlying utility.
*
Expand All @@ -64,7 +64,7 @@ public static function wcProductPost(...$args)
}

/**
* @since 17xxxx WC product utils.
* @since 170420.14768 WC product utils.
*
* @param mixed ...$args Variadic args to underlying utility.
*
Expand Down
4 changes: 2 additions & 2 deletions src/includes/translations/wp-sharks-core.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is distributed under the same license as the WP Sharks Core package.
msgid ""
msgstr ""
"Project-Id-Version: WP Sharks Core 170419.39834\n"
"Project-Id-Version: WP Sharks Core 170420.14768\n"
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-sharks-core\n"
"POT-Creation-Date: 2017-04-19 11:04:51+00:00\n"
"POT-Creation-Date: 2017-04-20 04:08:19+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down

0 comments on commit 2cdf9fb

Please sign in to comment.