Skip to content

Commit 120b627

Browse files
authored
Merge pull request #20 from wsklad-source/dev
Dev 0.5.2
2 parents 1160479 + f86a703 commit 120b627

4 files changed

Lines changed: 12 additions & 9 deletions

File tree

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: мой склад, moy sklad, woocommerce, woo, warehouse, wsklad
44
Requires at least: 5.2
55
Tested up to: 6.2
66
Requires PHP: 7.0
7-
Stable tag: 0.5.1
7+
Stable tag: 0.5.2
88
License: GNU General Public License v3.0
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010
Donate link: https://wsklad.ru/market
@@ -54,6 +54,9 @@ Updates are released as needed, but only when available to the WSKLAD team. For
5454

5555
== Changelog ==
5656

57+
= 0.5.2 =
58+
* Fix: more.
59+
5760
= 0.5.1 =
5861
* Up: composer to latest.
5962
* Fix: more.

views/wizards/steps/check.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<p><?php _e('This quick setup wizard will help you configure the basic settings.', 'wsklad'); ?></p>
1919

20-
<?php if(0 !== wsklad()->environment()->get('php_max_execution_time') && 10 > wsklad()->environment()->get('php_max_execution_time')) : ?>
20+
<?php if(0 < (int)wsklad()->environment()->get('php_max_execution_time') && 10 > (int)wsklad()->environment()->get('php_max_execution_time')) : ?>
2121
<?php $available = false; ?>
2222
<p><?php _e('PHP scripts execution time is less than 10 seconds. WSKLAD requires at least 20. Set php_max_execution_time to more than 20 seconds.', 'wsklad'); ?></p>
2323
<?php endif; ?>

wsklad.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: WSKLAD
44
* Plugin URI: https://wordpress.org/plugins/wsklad
55
* Description: Implementation of a mechanism for flexible exchange of various data between Moy Sklad and a site running WordPress.
6-
* Version: 0.5.1
6+
* Version: 0.5.2
77
* Requires at least: 5.2
88
* Requires PHP: 7.0
99
* Text Domain: wsklad

0 commit comments

Comments
 (0)