Plugin Directory

Changeset 1774104


Ignore:
Timestamp:
11/23/2017 02:31:56 PM (8 years ago)
Author:
sapeofficial
Message:

SAPE-21393 fix SAPE_context::replace_in_text_segment

Location:
saperu-integration/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • saperu-integration/trunk/readme.txt

    r1622694 r1774104  
    99Tested up to: 4.7
    1010Stable tag: trunk
    11 Version: 0.02
     11Version: 0.03
    1212Author: Sape.ru
    1313Author URI: https://www.sape.ru/
     
    9393Fix Sape Articles Integration
    9494
     95### v 0.03
     96Fix context back links placement
     97
    9598## Changelog
    9699### v 0.01
     
    99102### v 0.02
    100103Change SAPE_USER.php generation
     104
     105### v 0.03
     106Change SAPE_context::replace_in_text_segment
  • saperu-integration/trunk/sape/sape.php

    r1586338 r1774104  
    2121class SAPE_base
    2222{
    23     protected $_version = '1.3.8';
     23    protected $_version = '1.3.9';
    2424
    2525    protected $_verbose = false;
     
    14891489                            }
    14901490                        }
    1491                     } else {
     1491                    } elseif (count($open_tags) == 0) {
    14921492                        //Если нет названия тега, то считаем, что перед нами текст
    14931493                        foreach ($source_sentences as $n => $sentence) {
     
    21082108            case 'index':
    21092109                return '/?user=' . _SAPE_USER . '&host=' .
    2110                 $this->_host . '&rtype=' . $this->_request_mode;
     2110                    $this->_host . '&rtype=' . $this->_request_mode;
    21112111                break;
    21122112            case 'article':
    21132113                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;
    21152115                break;
    21162116            case 'image':
  • saperu-integration/trunk/saperu-integration.php

    r1592486 r1774104  
    44Plugin URI: https://github.com/sape-ru/client-code-wordpress/releases
    55Description: Plugin for Sape.ru webmaster services integration
    6 Version: 0.02
     6Version: 0.03
    77Author: Sape.ru
    88Author URI: http://www.sape.ru/
Note: See TracChangeset for help on using the changeset viewer.