Skip to content

Commit a086d34

Browse files
author
A.Mirzorakhimov
committed
SL-2595: fix bugs
1 parent 08e7e6a commit a086d34

5 files changed

Lines changed: 11 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## RU
44

5-
Плагин Wordpress для sape.ru **[v0.15](https://github.com/sape-ru/client-code-wordpress/blob/v0.15/plugin/saperu-integration-v0.15.zip?raw=true)**
5+
Плагин Wordpress для sape.ru **[v0.16](https://github.com/sape-ru/client-code-wordpress/blob/v0.16/plugin/saperu-integration-v0.16.zip?raw=true)**
66

77
- встроенная версия клиентского кода Sape: 1.5.3
88

@@ -19,7 +19,7 @@ WordPress 4.2+ [системные требования для разных в
1919

2020
## EN
2121

22-
Wordpress plugin for sape.ru webmaster services integration **[v0.15](https://github.com/sape-ru/client-code-wordpress/blob/v0.15/plugin/saperu-integration-v0.15.zip?raw=true)**
22+
Wordpress plugin for sape.ru webmaster services integration **[v0.16](https://github.com/sape-ru/client-code-wordpress/blob/v0.16/plugin/saperu-integration-v0.16.zip?raw=true)**
2323

2424
- built in version of sape.ru's client code: 1.5.3
2525

src/readme.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Tags: sape, seo, link, site, teaser, rtb
88
Requires at least: 4.2
99
Tested up to: 5.8.1
1010
Stable tag: trunk
11-
Version: 0.15
11+
Version: 0.16
1212
Author: Sape.ru
1313
Author URI: https://www.sape.ru/
1414
License: GPLv2 or later
@@ -87,6 +87,9 @@ Upgrade translation
8787
### v 0.15
8888
Change readme text
8989

90+
### v 0.16
91+
fix bugs
92+
9093
## Changelog
9194
### v 0.01
9295
First version
@@ -133,4 +136,7 @@ Update translations
133136
Upgrade translations
134137

135138
### v 0.15
139+
Change readme text
140+
141+
### v 0.16
136142
Change readme text

src/sape/sape.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
class SAPE_base
2222
{
23-
protected $_version = '1.5.3 (WP v0.15)';
23+
protected $_version = '1.5.3 (WP v0.16)';
2424

2525
protected $_verbose = false;
2626

src/saperu-integration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Sape.ru integration
44
Plugin URI: https://github.com/sape-ru/client-code-wordpress/releases
55
Description: Plugin for Sape.ru webmaster services integration
6-
Version: 0.15
6+
Version: 0.16
77
Author: Sape.ru
88
Author URI: http://www.sape.ru/
99
License: GPLv2 or later

0 commit comments

Comments
 (0)