Skip to content

Commit 5515841

Browse files
authored
Merge pull request #22 from dragomano/develop
Update to 1.6
2 parents 371e3c5 + 33b79fc commit 5515841

File tree

180 files changed

+4780
-1464
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

180 files changed

+4780
-1464
lines changed

.gitattributes

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
* text eol=lf
1+
* text eol=lf
2+
3+
*.png binary

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Light Portal
22
![SMF 2.1](https://img.shields.io/badge/SMF-2.1-ed6033.svg?style=flat)
33
![License](https://img.shields.io/github/license/dragomano/light-portal)
4-
![PHP](https://img.shields.io/badge/PHP-^7.2-blue.svg?style=flat)
4+
![PHP](https://img.shields.io/badge/PHP-^7.3-blue.svg?style=flat)
55

66
* **Author:** Bugo [dragomano.ru](https://dragomano.ru/mods/light-portal)
77
* **License:** [GNU GPLv3](https://github.com/dragomano/Light-Portal/blob/master/LICENSE)
8-
* **Compatible with:** SMF 2.1 RC2+ / PHP 7.2+
9-
* **Tested on:** PHP 7.4.13, 8.0.0 / MySQL 5.7.25 / MariaDB 10.5.6 / PostgreSQL 9.6.18
8+
* **Compatible with:** SMF 2.1 RC3+ / PHP 7.3+
9+
* **Tested on:** PHP 7.4.14, 8.0.1 / MariaDB 10.5.6 / MySQL 5.7.25 / PostgreSQL 9.6.18
1010
* **Hooks only:** Yes
1111
* **Languages:** Spanish, Ukrainian, Polish, English, Russian
1212

1313
## Description
1414
This modification will transform your forum into a portal that includes:
15-
* the frontpage
15+
* the customizable frontpage
1616
* separate pages with keywords
1717
* blocks within 12-column flexbox grid
1818

@@ -34,7 +34,7 @@ The portal supports BBC, HTML, PHP, and Markdown content within pages and bloc
3434

3535
## Описание
3636
Модификация преобразует ваш форум в портал:
37-
* главная страница
37+
* настраиваемая главная страница
3838
* отдельные страницы с ключевыми словами
3939
* блоки внутри 12-колоночной flexbox-сетки.
4040

Sources/LightPortal/Block.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* @copyright 2019-2021 Bugo
1212
* @license https://spdx.org/licenses/GPL-3.0-or-later.html GPL-3.0-or-later
1313
*
14-
* @version 1.5
14+
* @version 1.6
1515
*/
1616

1717
if (!defined('SMF'))

0 commit comments

Comments
 (0)