-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Vladimir Sklyar edited this page Jun 27, 2021
·
48 revisions
- https://wordpress.org/plugins/display-metadata/
- https://wordpress.org/plugins/custom-field-finder/
- https://wordpress.org/plugins/post-meta-inspector/ (github)
- https://wordpress.org/plugins/post-meta-viewer/
- https://wordpress.org/plugins/jsm-show-post-meta/ & siblings (see the plugin's description)
- 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 and 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