Plugin Directory

Changeset 3107384


Ignore:
Timestamp:
06/25/2024 10:40:47 AM (9 months ago)
Author:
fapi
Message:

Removed broken versions

Location:
fapi-member
Files:
364 added
4 edited

Legend:

Unmodified
Added
Removed
  • fapi-member/trunk/fapi-member.php

    r3105006 r3107384  
    1515 * Plugin URI:        https://fapi.cz/
    1616 * Description:       Plugin FAPI pro jednoduchou správu členských sekcí na webu.
    17  * Version:           2.0.02
     17 * Version:           2.0.03
    1818 * Requires at least: 5.9
    1919 * Requires PHP:      8.1
     
    3030require __DIR__ . '/src/Utils/functions.php';
    3131
    32 define('FAPI_MEMBER_PLUGIN_VERSION', '2.0.02');
     32define('FAPI_MEMBER_PLUGIN_VERSION', '2.0.03');
    3333
    3434$FapiPlugin = new FapiMemberPlugin();
  • fapi-member/trunk/readme.txt

    r3105006 r3107384  
    66Requires PHP: 8.1
    77License: GPLv2 or later
    8 Stable tag: 2.0.02
     8Stable tag: 2.0.03
    99
    1010Plugin FAPI pro jednoduchou správu členských sekcí na webu.
     
    2424== Changelog ==
    2525
     26= 2.0.03 =
     27* Bug fixes
     28
    2629= 2.0.02 =
    2730* Bug fixes
    2831
    2932= 2.0.01 =
    30 * Bug fixes
    31 
    32 = 2.0.0 =
    33 * Backend refactoring
     33* Redactored FM backend
    3434
    3535= 1.9.47 =
    3636* Bug Fixed
    37 
    38 = 1.9.46 =
    39 * Refactored the entire backend - preparation for Fapi Member 2.0.0
    4037
    4138= 1.9.45 =
  • fapi-member/trunk/src/Service/RedirectService.php

    r3103529 r3107384  
    156156        }
    157157
    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;
    165163        }
    166164
  • fapi-member/trunk/vendor/composer/installed.php

    r3105006 r3107384  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => '1c0ad0c844ead6140c7329b8271c3286c0a24fe5',
     6        'reference' => '98374b7b567edb92fd250cf003cef670d07ede3c',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-master',
    1515            'version' => 'dev-master',
    16             'reference' => '1c0ad0c844ead6140c7329b8271c3286c0a24fe5',
     16            'reference' => '98374b7b567edb92fd250cf003cef670d07ede3c',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.