Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
Taxonomy Dropdown Widget
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WP Plugins
Taxonomy Dropdown Widget
Commits
ded26962
Commit
ded26962
authored
2 years ago
by
Erick Hitter
Browse files
Options
Downloads
Patches
Plain Diff
Update composer.json
parent
edfa5932
No related branches found
No related tags found
1 merge request
!14
Update composer.json
Pipeline
#4990
passed with stages
in 2 minutes and 19 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
README.md
+1
-0
1 addition, 0 deletions
README.md
composer.json
+18
-0
18 additions, 0 deletions
composer.json
languages/tag-dropdown-widget.pot
+1
-1
1 addition, 1 deletion
languages/tag-dropdown-widget.pot
phpcs.xml
+1
-1
1 addition, 1 deletion
phpcs.xml
readme.txt
+1
-0
1 addition, 0 deletions
readme.txt
with
22 additions
and
2 deletions
README.md
+
1
−
0
View file @
ded26962
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
composer.json
0 → 100644
+
18
−
0
View file @
ded26962
{
"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"
}
}
This diff is collapsed.
Click to expand it.
languages/tag-dropdown-widget.pot
+
1
−
1
View file @
ded26962
...
...
@@ -164,4 +164,4 @@ msgstr ""
#. Author URI of the plugin/theme
msgid "https://ethitter.com/"
msgstr ""
msgstr ""
\ No newline at end of file
This diff is collapsed.
Click to expand it.
phpcs.xml
+
1
−
1
View file @
ded26962
...
...
@@ -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"
/>
...
...
This diff is collapsed.
Click to expand it.
readme.txt
+
1
−
0
View file @
ded26962
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment