Skip to content

Commit

Permalink
sh
Browse files Browse the repository at this point in the history
  • Loading branch information
astridx committed Oct 29, 2022
1 parent 40f7a24 commit 1d98436
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 207 deletions.
20 changes: 20 additions & 0 deletions aggpxtrack-update4.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,24 @@
<sha256>ed8c3dd2f80f279758d4753e61950c3c0d255da83b319c4fc6535ca7595c7bbf</sha256>
<sha384>830321c8a8e4907b23de751f2d220bbc36e69004098192a57943402a81a2dba8261f6687abef8060f6dc3695fdcdd39f</sha384>
</update>
<update>
<name>pkg_aggpxtrack</name>
<description>pkg_aggpxtrack</description>
<element>pkg_aggpxtrack</element>
<type>package</type>
<client>site</client>
<version>5.0.0</version>
<infourl title="aggpxtrack">https://github.com/astridx/pkg_aggpxtrack/blob/v5.0.0/README.md</infourl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/astridx/pkg_aggpxtrack/releases/download/v5.0.0/pkg-aggpxtrack-5.0.0.zip</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
</tags>
<maintainer>Astrid Günther</maintainer>
<maintainerurl>https://astrid-guenther.de</maintainerurl>
<targetplatform name="joomla" version="4.*"/>
<sha256>e0d19fa728f8806e9e61ce8c85377961036611167eeb3615e5ba90faf1e7ba51</sha256>
<sha384>546671c3c59b2c268f017ed95c9c78e87bb6d73a5d6a1b72a2b798359a93d4e34ce0f847edb4d15111324c9f9d8adf2d</sha384>
</update>
</updates>
8 changes: 8 additions & 0 deletions changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,12 @@
<item>Correct Panel Layer</item>
</note>
</changelog>
<changelog>
<element>pkg_aggpxtrack</element>
<type>package</type>
<version>5.0.0</version>
<note>
<item>Use Textfield instead of Mediafield</item>
</note>
</changelog>
</changelogs>
2 changes: 1 addition & 1 deletion j4/pkg_aggpxtrack/jorobo.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
extension = aggpxtrack
version = 4.0.6
version = 5.0.0
source = src
target = package

Expand Down
15 changes: 0 additions & 15 deletions j4/pkg_aggpxtrack/src/plugins/fields/aggpxtrack/aggpxtrack.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,4 @@
*/
class PlgFieldsAggpxtrack extends \Joomla\Component\Fields\Administrator\Plugin\FieldsPlugin
{

/**
* Constructor
*
* @param object &$subject The object to observe
* @param array $config An array that holds the plugin configuration
*
* @since 1.5
*/
public function __construct(&$subject, $config)
{
parent::__construct($subject, $config);

FormHelper::addFieldPath(__DIR__ . '/field');
}
}

This file was deleted.

131 changes: 0 additions & 131 deletions j4/pkg_aggpxtrack/src/plugins/fields/aggpxtrack/layouts/aggpxtrack.php

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,24 @@
<form>
<fields name="fieldparams" addfieldpath="plugins/fields/aggpxtrack/field">
<fieldset name="fieldparams">
<field name="directory" type="folderlist" label="PLG_FIELDS_AGGPXTRACK_PARAMS_DIRECTORY_LABEL" description="PLG_FIELDS_AGGPXTRACK_PARAMS_DIRECTORY_DESC" directory="images" hide_none="true" recursive="true" />

<field name="preview" type="hidden" default="false" label="PLG_FIELDS_AGGPXTRACK_PARAMS_PREVIEW_LABEL" description="PLG_FIELDS_AGGPXTRACK_PARAMS_PREVIEW_DESC">
<option value="false">JNO</option>
<field
name="filter"
type="list"
label="PLG_FIELDS_TEXT_PARAMS_FILTER_LABEL"
class="list"
validate="options"
>
<option value="0">JNO</option>
</field>
<field name="image_class" type="textarea" label="PLG_FIELDS_AGGPXTRACK_PARAMS_IMAGE_CLASS_LABEL" description="PLG_FIELDS_AGGPXTRACK_PARAMS_IMAGE_CLASS_DESC" size="40" />

<field
name="maxlength"
type="number"
label="PLG_FIELDS_TEXT_PARAMS_MAXLENGTH_LABEL"
filter="integer"
default="300"
/>


<field type="spacer" name="spacerpolylinecolor" hr="true" class="p-2 m-2" />

Expand Down

0 comments on commit 1d98436

Please sign in to comment.