Release of v2.0.0
This commit is contained in:
parent
b68ab9e1a8
commit
6f4fa877a4
@ -24,6 +24,7 @@ use VDM\Joomla\Utilities\StringHelper;
|
|||||||
use VDM\Joomla\Componentbuilder\Compiler\Utilities\Indent;
|
use VDM\Joomla\Componentbuilder\Compiler\Utilities\Indent;
|
||||||
use VDM\Joomla\Componentbuilder\Compiler\Utilities\Line;
|
use VDM\Joomla\Componentbuilder\Compiler\Utilities\Line;
|
||||||
use VDM\Joomla\Componentbuilder\Compiler\Utilities\Placefix;
|
use VDM\Joomla\Componentbuilder\Compiler\Utilities\Placefix;
|
||||||
|
use Joomla\CMS\Component\ComponentHelper;
|
||||||
/**
|
/**
|
||||||
* Extension - Componentbuilder Privacy Compiler plugin.
|
* Extension - Componentbuilder Privacy Compiler plugin.
|
||||||
*
|
*
|
||||||
@ -744,7 +745,7 @@ class PlgExtensionComponentbuilderPrivacyCompiler extends CMSPlugin
|
|||||||
if ($hasPermissional)
|
if ($hasPermissional)
|
||||||
{
|
{
|
||||||
$methods .= PHP_EOL . PHP_EOL . Indent::_(3) . "//" . Line::_(__Line__, __Class__) . " Get global permissional control activation. (default is inactive)";
|
$methods .= PHP_EOL . PHP_EOL . Indent::_(3) . "//" . Line::_(__Line__, __Class__) . " Get global permissional control activation. (default is inactive)";
|
||||||
$methods .= PHP_EOL . Indent::_(3) . "\$strict_permission_per_field = \JComponentHelper::getParams('com_" . Placefix::_("component") . "')->get('strict_permission_per_field', 0);";
|
$methods .= PHP_EOL . Indent::_(3) . "\$strict_permission_per_field = ComponentHelper::getParams('com_" . Placefix::_("component") . "')->get('strict_permission_per_field', 0);";
|
||||||
$methods .= PHP_EOL . Indent::_(3) . "if(\$strict_permission_per_field)";
|
$methods .= PHP_EOL . Indent::_(3) . "if(\$strict_permission_per_field)";
|
||||||
$methods .= PHP_EOL . Indent::_(3) . "{";
|
$methods .= PHP_EOL . Indent::_(3) . "{";
|
||||||
$methods .= PHP_EOL . Indent::_(4) . "//" . Line::_(__Line__, __Class__) . " remove all fields that is not permitted to be changed";
|
$methods .= PHP_EOL . Indent::_(4) . "//" . Line::_(__Line__, __Class__) . " remove all fields that is not permitted to be changed";
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<extension type="plugin" version="5.0" group="extension" method="upgrade">
|
<extension type="plugin" version="5.0" group="extension" method="upgrade">
|
||||||
<name>PLG_EXTENSION_COMPONENTBUILDERPRIVACYCOMPILER</name>
|
<name>PLG_EXTENSION_COMPONENTBUILDERPRIVACYCOMPILER</name>
|
||||||
<creationDate>24th April, 2024</creationDate>
|
<creationDate>27th April, 2024</creationDate>
|
||||||
<author>Llewellyn van der Merwe</author>
|
<author>Llewellyn van der Merwe</author>
|
||||||
<authorEmail>joomla@vdm.io</authorEmail>
|
<authorEmail>joomla@vdm.io</authorEmail>
|
||||||
<authorUrl>https://dev.vdm.io</authorUrl>
|
<authorUrl>https://dev.vdm.io</authorUrl>
|
||||||
|
Loading…
Reference in New Issue
Block a user