Skip to content

Commit

Permalink
prepare 1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-24 committed Feb 8, 2018
1 parent ac0c13a commit 95a0a89
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions privacycheckbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
JLoader::import('components.com_fields.libraries.fieldsplugin', JPATH_ADMINISTRATOR);

/**
* Fields Checkboxes Plugin
* PrivacyCheckbox Plugin
*
* @since 1.0.0
*/
Expand Down Expand Up @@ -50,7 +50,7 @@ public function onCustomFieldsPrepareDom($field, DOMElement $parent, JForm $form
}

/**
* Returns an array of key values to put in a list from the given field.
* Returns the text value from the given field.
*
* @param stdClass $field The field.
*
Expand Down
4 changes: 2 additions & 2 deletions privacycheckbox.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<extension type="plugin" version="3.8" group="fields" method="upgrade">
<name>plg_fields_privacycheckbox</name>
<author>Tobias Zulauf</author>
<creationDate>07.02.2018</creationDate>
<creationDate>08.02.2018</creationDate>
<copyright>Copyright (C) 2018 Tobias Zulauf All rights reserved.</copyright>
<license>GNU General Public License version 2 or later</license>
<authorUrl>www.jah-tz.de</authorUrl>
<version>1.0.0</version>
<version>1.0.1</version>
<description>PLG_FIELDS_PRIVACYCHECKBOX_XML_DESCRIPTION</description>
<scriptfile>script.php</scriptfile>
<files>
Expand Down
4 changes: 2 additions & 2 deletions update.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<type>plugin</type>
<folder>fields</folder>
<client>site</client>
<version>1.0.0</version>
<version>1.0.1</version>
<infourl title="PrivacyCheckbox Plugin">https://github.com/zero-24/plg_fields_privacycheckbox</infourl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/zero-24/plg_fields_privacycheckbox/releases/download/1.0.0/plg_fields_privacycheckbox.zip</downloadurl>
<downloadurl type="full" format="zip">https://github.com/zero-24/plg_fields_privacycheckbox/releases/download/1.0.1/plg_fields_privacycheckbox.zip</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
Expand Down

0 comments on commit 95a0a89

Please sign in to comment.