Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
tecpromotion committed Jun 25, 2018
2 parents 6406709 + ac217d2 commit 7d72628
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
4 changes: 2 additions & 2 deletions kickgdpr.php
Original file line number Diff line number Diff line change
Expand Up @@ -357,9 +357,9 @@ public function onBeforeCompileHead()
{
$customcssarray = array();
$customcssarray[] = '';
$customcssarray[] = '// Custom CSS';
$customcssarray[] = '/* Custom CSS */';
$customcssarray[] = $customcss;
$customcssarray[] = '// End Custom CSS';
$customcssarray[] = '/* End Custom CSS */';
$customcssarray[] = '';

$headcss = implode("\n", $customcssarray);
Expand Down
2 changes: 1 addition & 1 deletion kickgdpr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<license>GNU General Public License version 3 or later; see LICENSE.txt</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.kicktemp.com</authorUrl>
<version>2.3.1</version>
<version>2.3.2</version>
<description>PLG_SYSTEM_KICKGDPR_XML_DESCRIPTION</description>
<files>
<folder>language</folder>
Expand Down
25 changes: 25 additions & 0 deletions update.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<updates>
<update>
<version>2.3.2</version>
<name>System - KickGDPR</name>
<description>KickGDPR Plugin</description>
<element>kickgdpr</element>
<type>plugin</type>
<folder>system</folder>
<client>0</client>
<infourl title="KickGDPR Plugin">https://github.com/nielsnuebel/kickgdpr/</infourl>

<downloads>
<downloadurl type="full" format="zip">https://github.com/nielsnuebel/kickgdpr/archive/2.3.2.zip</downloadurl>
</downloads>

<tags>
<tag>stable</tag>
</tags>

<section>updates</section>
<maintainer>Niels Nübel / Stefan Wendhausen</maintainer>
<maintainerurl>https://www.kicktemp.com</maintainerurl>

<php_minimum>7.0.0</php_minimum>
<targetplatform name="joomla" version="3.[89]"/>
</update>
<update>
<version>2.3.1</version>
<name>System - KickGDPR</name>
Expand Down

0 comments on commit 7d72628

Please sign in to comment.