Changeset 1774104
- Timestamp:
- 11/23/2017 02:31:56 PM (8 years ago)
- Location:
- saperu-integration/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (3 diffs)
-
sape/sape.php (modified) (3 diffs)
-
saperu-integration.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
saperu-integration/trunk/readme.txt
r1622694 r1774104 9 9 Tested up to: 4.7 10 10 Stable tag: trunk 11 Version: 0.0 211 Version: 0.03 12 12 Author: Sape.ru 13 13 Author URI: https://www.sape.ru/ … … 93 93 Fix Sape Articles Integration 94 94 95 ### v 0.03 96 Fix context back links placement 97 95 98 ## Changelog 96 99 ### v 0.01 … … 99 102 ### v 0.02 100 103 Change SAPE_USER.php generation 104 105 ### v 0.03 106 Change SAPE_context::replace_in_text_segment -
saperu-integration/trunk/sape/sape.php
r1586338 r1774104 21 21 class SAPE_base 22 22 { 23 protected $_version = '1.3. 8';23 protected $_version = '1.3.9'; 24 24 25 25 protected $_verbose = false; … … 1489 1489 } 1490 1490 } 1491 } else {1491 } elseif (count($open_tags) == 0) { 1492 1492 //Если нет названия тега, то считаем, что перед нами текст 1493 1493 foreach ($source_sentences as $n => $sentence) { … … 2108 2108 case 'index': 2109 2109 return '/?user=' . _SAPE_USER . '&host=' . 2110 $this->_host . '&rtype=' . $this->_request_mode;2110 $this->_host . '&rtype=' . $this->_request_mode; 2111 2111 break; 2112 2112 case 'article': 2113 2113 return '/?user=' . _SAPE_USER . '&host=' . 2114 $this->_host . '&rtype=' . $this->_request_mode . '&artid=' . $this->_article_id;2114 $this->_host . '&rtype=' . $this->_request_mode . '&artid=' . $this->_article_id; 2115 2115 break; 2116 2116 case 'image': -
saperu-integration/trunk/saperu-integration.php
r1592486 r1774104 4 4 Plugin URI: https://github.com/sape-ru/client-code-wordpress/releases 5 5 Description: Plugin for Sape.ru webmaster services integration 6 Version: 0.0 26 Version: 0.03 7 7 Author: Sape.ru 8 8 Author URI: http://www.sape.ru/
Note: See TracChangeset
for help on using the changeset viewer.