Changeset 1973833
- Timestamp:
- 11/13/2018 08:55:11 PM (7 years ago)
- Location:
- perelink
- Files:
-
- 4 edited
- 17 copied
-
tags/2.1.1 (copied) (copied from perelink/trunk)
-
tags/2.1.1/PerelinkPlugin.php (copied) (copied from perelink/trunk/PerelinkPlugin.php)
-
tags/2.1.1/PerelinkPluginAdmin.php (copied) (copied from perelink/trunk/PerelinkPluginAdmin.php)
-
tags/2.1.1/PerelinkPluginBaseClass.php (copied) (copied from perelink/trunk/PerelinkPluginBaseClass.php)
-
tags/2.1.1/PerelinkPluginImages.php (copied) (copied from perelink/trunk/PerelinkPluginImages.php)
-
tags/2.1.1/PerelinkPluginOptions.php (copied) (copied from perelink/trunk/PerelinkPluginOptions.php)
-
tags/2.1.1/PerelinkPluginSource.php (copied) (copied from perelink/trunk/PerelinkPluginSource.php) (1 diff)
-
tags/2.1.1/PerelinkPluginWork.php (copied) (copied from perelink/trunk/PerelinkPluginWork.php)
-
tags/2.1.1/PerelinkPluginWorkAfterText.php (copied) (copied from perelink/trunk/PerelinkPluginWorkAfterText.php)
-
tags/2.1.1/PerelinkPluginWorkInContent.php (copied) (copied from perelink/trunk/PerelinkPluginWorkInContent.php)
-
tags/2.1.1/functions.php (copied) (copied from perelink/trunk/functions.php)
-
tags/2.1.1/helpers (copied) (copied from perelink/trunk/helpers)
-
tags/2.1.1/img (copied) (copied from perelink/trunk/img)
-
tags/2.1.1/perelink.php (copied) (copied from perelink/trunk/perelink.php)
-
tags/2.1.1/readme.txt (copied) (copied from perelink/trunk/readme.txt) (1 diff)
-
tags/2.1.1/views (copied) (copied from perelink/trunk/views)
-
tags/2.1.1/views/admin_after_text_main.php (copied) (copied from perelink/trunk/views/admin_after_text_main.php)
-
tags/2.1.1/views/admin_main.php (modified) (1 diff)
-
trunk/PerelinkPluginSource.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/views/admin_main.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
perelink/tags/2.1.1/PerelinkPluginSource.php
r1960270 r1973833 14 14 class PerelinkPluginSource { 15 15 16 const SERVER_URL = 'http ://perelink.binet.pro';16 const SERVER_URL = 'https://perelink.pro'; 17 17 18 18 private static $data = []; -
perelink/tags/2.1.1/readme.txt
r1960590 r1973833 22 22 == Changelog == 23 23 24 = 2.1.1 = 25 26 * Переключена отправка запросов по API на новый домен сервиса: https://perelink.pro 27 24 28 = 2.1.0 = 25 29 -
perelink/tags/2.1.1/views/admin_main.php
r1960270 r1973833 12 12 <h2>Общие настройки</h2> 13 13 <ul class="perelink-block"> 14 <li>Код защиты <input type="text" name="protectionCode" value="<?php echo $options->protectionCode; ?>" />< /li>14 <li>Код защиты <input type="text" name="protectionCode" value="<?php echo $options->protectionCode; ?>" /><br /><em>Для генерации кода защиты посетите настройки проекта в сервисе</em></li> 15 15 <li>Типы страниц учавствующие в перелинковке 16 16 <ul class="subitem"> -
perelink/trunk/PerelinkPluginSource.php
r1960270 r1973833 14 14 class PerelinkPluginSource { 15 15 16 const SERVER_URL = 'http ://perelink.binet.pro';16 const SERVER_URL = 'https://perelink.pro'; 17 17 18 18 private static $data = []; -
perelink/trunk/readme.txt
r1960590 r1973833 22 22 == Changelog == 23 23 24 = 2.1.1 = 25 26 * Переключена отправка запросов по API на новый домен сервиса: https://perelink.pro 27 24 28 = 2.1.0 = 25 29 -
perelink/trunk/views/admin_main.php
r1960270 r1973833 12 12 <h2>Общие настройки</h2> 13 13 <ul class="perelink-block"> 14 <li>Код защиты <input type="text" name="protectionCode" value="<?php echo $options->protectionCode; ?>" />< /li>14 <li>Код защиты <input type="text" name="protectionCode" value="<?php echo $options->protectionCode; ?>" /><br /><em>Для генерации кода защиты посетите настройки проекта в сервисе</em></li> 15 15 <li>Типы страниц учавствующие в перелинковке 16 16 <ul class="subitem">
Note: See TracChangeset
for help on using the changeset viewer.