Changeset 3107384
- Timestamp:
- 06/25/2024 10:40:47 AM (9 months ago)
- Location:
- fapi-member
- Files:
-
- 364 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
fapi-member/trunk/fapi-member.php
r3105006 r3107384 15 15 * Plugin URI: https://fapi.cz/ 16 16 * Description: Plugin FAPI pro jednoduchou správu členských sekcí na webu. 17 * Version: 2.0.0 217 * Version: 2.0.03 18 18 * Requires at least: 5.9 19 19 * Requires PHP: 8.1 … … 30 30 require __DIR__ . '/src/Utils/functions.php'; 31 31 32 define('FAPI_MEMBER_PLUGIN_VERSION', '2.0.0 2');32 define('FAPI_MEMBER_PLUGIN_VERSION', '2.0.03'); 33 33 34 34 $FapiPlugin = new FapiMemberPlugin(); -
fapi-member/trunk/readme.txt
r3105006 r3107384 6 6 Requires PHP: 8.1 7 7 License: GPLv2 or later 8 Stable tag: 2.0.0 28 Stable tag: 2.0.03 9 9 10 10 Plugin FAPI pro jednoduchou správu členských sekcí na webu. … … 24 24 == Changelog == 25 25 26 = 2.0.03 = 27 * Bug fixes 28 26 29 = 2.0.02 = 27 30 * Bug fixes 28 31 29 32 = 2.0.01 = 30 * Bug fixes 31 32 = 2.0.0 = 33 * Backend refactoring 33 * Redactored FM backend 34 34 35 35 = 1.9.47 = 36 36 * Bug Fixed 37 38 = 1.9.46 =39 * Refactored the entire backend - preparation for Fapi Member 2.0.040 37 41 38 = 1.9.45 = -
fapi-member/trunk/src/Service/RedirectService.php
r3103529 r3107384 156 156 } 157 157 158 if (count($pages) > 0) { 159 $pageId = array_shift($pages); 160 $pageUrl = $this->pageRepository->getPageUrlById($pageId); 161 162 if ($pageUrl !== null) { 163 return $pageUrl; 164 } 158 if (count($pages) > 1) { 159 define( 'FAPI_SHOWING_LEVEL_SELECTION', 1 ); 160 include __DIR__ . '/../Templates/levelSelection.php'; 161 162 exit; 165 163 } 166 164 -
fapi-member/trunk/vendor/composer/installed.php
r3105006 r3107384 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 1c0ad0c844ead6140c7329b8271c3286c0a24fe5',6 'reference' => '98374b7b567edb92fd250cf003cef670d07ede3c', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-master', 15 15 'version' => 'dev-master', 16 'reference' => ' 1c0ad0c844ead6140c7329b8271c3286c0a24fe5',16 'reference' => '98374b7b567edb92fd250cf003cef670d07ede3c', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.