Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
WP Plugins
Taxonomy Dropdown Widget
Commits
dc660844
Commit
dc660844
authored
Jul 01, 2022
by
Erick Hitter
Browse files
Merge branch 'add/composer-file' into 'master'
Update composer.json See merge request
!14
parents
edfa5932
ded26962
Pipeline
#4992
passed with stages
in 56 seconds
Changes
5
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
dc660844
...
...
@@ -5,6 +5,7 @@
**Requires at least:**
2.8
**Tested up to:**
6.0
**Stable tag:**
2.3.3
**Requires PHP:**
5.6
**License:**
GPLv2 or later
**License URI:**
http://www.gnu.org/licenses/gpl-2.0.html
...
...
composer.json
0 → 100644
View file @
dc660844
{
"name"
:
"ethitter/taxonomy-dropdown-widget"
,
"description"
:
"Creates a dropdown list of non-hierarchical taxonomies as an alternative to the term (tag) cloud. Formerly known as Tag Dropdown Widget."
,
"homepage"
:
"https://ethitter.com/"
,
"type"
:
"wordpress-plugin"
,
"keywords"
:
[
"tag"
,
"tags"
,
"taxonomy"
,
"sidebar"
,
"widget"
,
"widgets"
,
"dropdown"
,
"drop down"
],
"license"
:
"GPL-2.0+"
,
"authors"
:
[
{
"name"
:
"Erick Hitter"
,
"email"
:
"wp@ethitter.com"
,
"homepage"
:
"https://ethitter.com/"
}
],
"require"
:
{
"php"
:
">=5.6.0"
}
}
languages/tag-dropdown-widget.pot
View file @
dc660844
...
...
@@ -164,4 +164,4 @@ msgstr ""
#. Author URI of the plugin/theme
msgid "https://ethitter.com/"
msgstr ""
msgstr ""
\ No newline at end of file
phpcs.xml
View file @
dc660844
...
...
@@ -19,7 +19,7 @@
<!-- Rules: Check PHP version compatibility -->
<!-- https://github.com/PHPCompatibility/PHPCompatibility#sniffing-your-code-for-compatibility-with-specific-php-versions -->
<config
name=
"testVersion"
value=
"
7.2
-"
/>
<config
name=
"testVersion"
value=
"
5.6
-"
/>
<!-- https://github.com/PHPCompatibility/PHPCompatibilityWP -->
<rule
ref=
"PHPCompatibilityWP"
/>
...
...
readme.txt
View file @
dc660844
...
...
@@ -5,6 +5,7 @@ Tags: tag, tags, taxonomy, sidebar, widget, widgets, dropdown, drop down
Requires at least: 2.8
Tested up to: 6.0
Stable tag: 2.3.3
Requires PHP: 5.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment