Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ansi-regex from 5.0.0 to 5.0.1 in /j4/pkg_aggpxtrack/src/media/plg_fields_aggpxtrack/layerstree/test-types #33

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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
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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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