Skip to content

Commit

Permalink
Build release
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomano committed Apr 13, 2023
1 parent d1af65f commit 07b499e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ The portal supports BBC, HTML, PHP, as well as Markdown, Pug, and even Twig (via
* Tree comments for pages.
* Open Graph markup for pages and comments.
* Manage blocks in Admin: drag-n-drop of blocks, including updating of the priority.
* Built-in ad manager (AdsBlock addon).
* Built-in ad manager (AdsBlock plugin).
* Import and export for pages and blocks.
* Support for addons (+ Plugin Maker).
* Support for plugins (+ PluginMaker).
* Support for standalone mode.

## Описание
Expand Down
2 changes: 1 addition & 1 deletion Sources/LightPortal/Areas/PluginArea.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ private function extendPluginList(): void
$this->context['lp_can_download'] = [];

if (($xml = $this->cache()->get('custom_addon_list', 259200)) === null) {
$link = 'https://api.jsonserve.com/rQgM8R';
$link = 'https://api.jsonserve.com/WlXlCi';

$addon_list = $this->fetchWebData($link);

Expand Down
1 change: 0 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<exclude name="Sources/LightPortal/Addons/Disqus/**" />
<exclude name="Sources/LightPortal/Addons/FaBoardIcons/**" />
<exclude name="Sources/LightPortal/Addons/FacebookComments/**" />
<exclude name="Sources/LightPortal/Addons/GalleryFrontPage/**" />
<exclude name="Sources/LightPortal/Addons/Giscus/**" />
<exclude name="Sources/LightPortal/Addons/KarmaPostRating/**" />
<exclude name="Sources/LightPortal/Addons/LineAwesomeIcons/**" />
Expand Down
2 changes: 1 addition & 1 deletion package-info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<version>2.1.2</version>
<type>modification</type>

<upgrade from="2.1" for="2.1.*">
<upgrade from="2.1.*" for="2.1.*">
<require-dir name="Sources" destination="$boarddir" />
<require-dir name="Themes" destination="$boarddir" />
</upgrade>
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.1
2.1.2

0 comments on commit 07b499e

Please sign in to comment.