Skip to content
Vladimir Sklyar edited this page Jul 7, 2021 · 48 revisions

Similar plugins

Related plugins

Dependencies

Used earlier:

Requirements

Naming

  • WP PHP filters: vsm/example_of_filter_name/second_level --- ACF style
  • CSS classes: vsm-name-of-class

Search specification

  • 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

How to release

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 and readme.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

Clone this wiki locally