Skip to content

v1.0.2 - WordPress Plugin Handbook compliance

Choose a tag to compare

@github-actions github-actions released this 14 Apr 04:41
· 13 commits to main since this release

v1.0.2 — WordPress Plugin Handbook 준수

WordPress Plugin Handbook 가이드라인에 맞춰 코드 품질 개선

Changes

  • Prefix 변경: pc_/PC_dwcat_/DWCAT_ (최소 5자, WP 가이드라인 준수)
  • Plugin Header: Description 140자 이내로 축소, Update URI 추가
  • uninstall.php 추가: 플러그인 삭제 시 wp_options 정리
  • Deactivation hook 수정: unregister_post_type() + unregister_taxonomy() 호출 후 flush_rewrite_rules()
  • CSS handle: pc-admin-styledwcat-admin-style

References