-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Vladimir Sklyar edited this page Jul 7, 2021
·
48 revisions
-
https://wordpress.org/plugins/display-metadata/ (github)
- 0 stars, 30+ installs active, 204 installs overall
- the cool UI idea for displaying of structured (serialized) data
-
https://wordpress.org/plugins/custom-field-finder/
- no github, 1k+ installs active, 7k installs overall
-
https://wordpress.org/plugins/post-meta-inspector/ (github)
- 42 stars, 3k+ installs active, 51k installs overall
-
https://wordpress.org/plugins/post-meta-viewer/
- no github, 40 installs active, 382 installs overall
- JSM plugins
-
https://wordpress.org/plugins/jsm-show-post-meta/ (github)
- 1 star, 3k+ installs active, 23k installs overall
-
https://wordpress.org/plugins/jsm-show-user-meta/ (github)
- 2 stars, 1k+ installs active, 12k installs overall
-
https://wordpress.org/plugins/jsm-show-term-meta/ (github)
- 2 stars, 200+ installs active, 5k installs overall
-
https://wordpress.org/plugins/jsm-show-comment-meta/ (github)
- 0 stars, <10 installs active, 295 installs overall
-
https://wordpress.org/plugins/jsm-show-post-meta/ (github)
- https://wordpress.org/plugins/show-hidden-post-meta/
- Query monitor & extensions
- Debug bar & extensions
- https://wordpress.org/plugins/custom-metadata/ (github)
- https://github.com/js-cookie/js-cookie
- https://github.com/lucatume/wp-browser
- React / Babel / Webpack
Used earlier:
- https://github.com/joequery/Stupid-Table-Plugin (jquery plugin, abaddoned, removed in v0.2.0)
- PHP 7.3. The idea is to follow PHP's schedule:
- Current version of WordPress core and the previous one. For example, if for now the current WP version is
5.7
, so the supported versions are5.6
and5.7
- WP PHP filters:
vsm/example_of_filter_name/second_level
--- ACF style - CSS classes:
vsm-name-of-class
- search by fields: meta_id, key, value
- a query and a row content are matched in lower case
- rows without a query are hidden
- highlight found queries in rows #23
- don't send a form on pressed "Enter" key
- don't break sorting, "pretty values"
Probably in the future:
- fuzzy search
A version looks like 1.2.3
(semver).
- change version in the entry PHP-file,
readme.txt
- add info about a new version to
CHANGELOG.md
andreadme.txt
- commit
git checkout {release-branch/commit}
git tag -a {version} -m "{version}"
git push origin {version}
- make release on Github
make release
- rename a result zip-file to the template
wp-meta-viewer.{version}.zip
- attach a result zip-file to a release on Github
- add a link to a milestone's issues to a release on Github
Changelog tags: New
, Enhancement
, Tweak
, Fix
, Dev
, i18n
, Maintenance
, Security