Skip to content

Commit

Permalink
Updates fixed files and installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Gokujo committed Feb 9, 2022
1 parent 87609dc commit 938bf44
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions upload/engine/inc/favall.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
'changelog' => [
'4.6' => [
'NULLED версия и адаптированная под 14.1 (by Skripters.biz)'
],
'4.6.1' => [
'Адаптация установщика под 15.х',
'Исправление ошибок: Если не заполнено в настройках поле о запрещённых именах, то не давало создавать закладку',
'Исправление ошибок: Ошибки заявленные пользователями',
]
],
'id' => 'favall',
Expand Down
10 changes: 5 additions & 5 deletions upload/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<name>FavAll</name>
<description>Модуль позволяет добавлять пользователям собственные закладки</description>
<icon></icon>
<version>4.6</version>
<version>4.6.1</version>
<dleversion>14.0</dleversion>
<versioncompare>greater</versioncompare>
<upgradeurl></upgradeurl>
Expand Down Expand Up @@ -36,8 +36,8 @@ DROP TABLE `{prefix}_favall_user`;]]></mysqldelete>
<phpenable><![CDATA[]]></phpenable>
<phpdisable><![CDATA[]]></phpdisable>
<phpdelete><![CDATA[]]></phpdelete>
<notice><![CDATA[<b>Адаптация для DLE 14.x</b>: <a href="https://devcraft.club?ref=favall" target="_blank">MaHarder</a> & SaNcHeS (специально для <a href="https://skripters.biz" target="_blank">SkriptersBiz</a>)<br>
<a href="https://github.com/Gokujo/dle_favall" target="_blank">Документация</a>]]></notice>
<notice><![CDATA[<b>Адаптация для DLE 14.x</b>: MaHarder (https://devcraft.club) & SaNcHeS (SkriptersBiz)<br>
<b>Документация:</b> https://github.com/Gokujo/dle_favall]]></notice>
<file name="engine/engine.php">
<operation action="before">
<searchcode><![CDATA[ case "feedback" :
Expand Down Expand Up @@ -78,7 +78,7 @@ $tpl->set( '{favall_link}', $favall_link );
</file>
<file name="engine/modules/profile.php">
<operation action="before">
<searchcode><![CDATA[$tpl->compile( 'content' );]]></searchcode>
<searchcode><![CDATA[$tpl->compile( 'content']]></searchcode>
<replacecode><![CDATA[/* favall v.4.2.0 */
$type_favall = 'profile';
include (DLEPlugins::Check(ENGINE_DIR . '/modules/favall/favall_link.php'));
Expand All @@ -88,7 +88,7 @@ $tpl->set( '{favall_link}', $favall_link );
</file>
<file name="engine/ajax/profile.php">
<operation action="before">
<searchcode><![CDATA[$tpl->compile( 'content' );]]></searchcode>
<searchcode><![CDATA[$tpl->compile( 'content']]></searchcode>
<replacecode><![CDATA[/* favall v.4.2.0 */
$type_favall = 'profile_popup';
include (DLEPlugins::Check(ENGINE_DIR . '/modules/favall/favall_link.php'));
Expand Down

0 comments on commit 938bf44

Please sign in to comment.