Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions fapi-member.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* Plugin Name: FAPI Member
* Plugin URI: https://fapi.cz/
* Description: Plugin FAPI pro jednoduchou správu členských sekcí na webu.
* Version: 2.2.33
* Version: 2.2.34
* Requires at least: 5.9
* Requires PHP: 8.1
* Author: FAPI Business s.r.o.
Expand All @@ -29,7 +29,7 @@
require __DIR__ . '/src/Elementor/fapi-member.php';
require __DIR__ . '/src/Utils/functions.php';

define('FAPI_MEMBER_PLUGIN_VERSION', '2.2.33');
define('FAPI_MEMBER_PLUGIN_VERSION', '2.2.34');
define('FAPI_MEMBER_PLUGIN_PATH', plugin_dir_path(__FILE__));
define('FAPI_MEMBER_PLUGIN_URL', plugin_dir_url(__FILE__));

Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Requires at least: 5.9
Tested up to: 6.7
Requires PHP: 8.1
License: GPLv2 or later
Stable tag: 2.2.33
Stable tag: 2.2.34

Plugin FAPI pro jednoduchou správu členských sekcí na webu.

Expand All @@ -26,6 +26,9 @@ Ohodnotit tento plugin můžete na stránkách [WordPress](https://wordpress.org

== Changelog ==

= 2.2.34 =
* bug fix

= 2.2.33 =
* security update & DIVI builder fix

Expand Down
4 changes: 2 additions & 2 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => 'fapi-cz/fapi-member',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => 'a6e2f5e910bccb45b23c221b3cb7e30a4ae7fa63',
'reference' => 'ffbe750c5d91a02446a786c6f345d7c7651e7e7e',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand All @@ -13,7 +13,7 @@
'fapi-cz/fapi-member' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => 'a6e2f5e910bccb45b23c221b3cb7e30a4ae7fa63',
'reference' => 'ffbe750c5d91a02446a786c6f345d7c7651e7e7e',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down