Updated the admin settings page to display plugin version, add documentation and support links, and improve the CSV import UI with a 'skip header' option. Adjusted the CSV import logic to support skipping the first row. Updated plugin name, author, and version in the main file. Refreshed Chinese translations and localization files to reflect new UI elements and messages.
Refactors the admin template to enhance the layout of scope checkboxes and improves tab persistence using localStorage and URL hash. Refactors JavaScript to define text variables globally and improves user feedback on term updates. Updates PHP to better sanitize and handle scope values, applies more filters for widgets and comments, adds a method to remove filters, and ensures filters are reapplied when settings change. Adds validation for CSV import (file type, size, and content) and fixes a bug with static cache clearing when editing terms.
Refactored the admin settings template to use tabbed navigation for better organization of Trademark Terms, Application Scope, Exclusion Settings, and Import/Export. All static text is now internationalized using translation functions. Added and updated Chinese translation files (.po, .mo, .l10n.php) to support the new UI and messages.
Refactored admin-template.php for better compatibility and internationalization, including dynamic text, custom symbol support, and improved edit/delete logic. Added Chinese and template translation files. Updated main plugin class for improved option handling, AJAX endpoints, and i18n support. Improved term editing, import/export, and settings management for robustness and localization.
Introduce the initial implementation of the WenPai Trademark Symbol WordPress plugin, including the main plugin logic (wenpai-trademark.php), admin interface template (admin-template.php), and admin styles (admin-styles.css). Features include term management, scope and exclusion settings, import/export functionality, and AJAX-based admin operations.