diff --git a/assets/js/admin.js b/assets/js/admin.js index 9dc06c9..955c49f 100644 --- a/assets/js/admin.js +++ b/assets/js/admin.js @@ -428,7 +428,7 @@ * - `fields_review` → templates, amber highlight, "Verify" chip + notice * * All state is client-side. The bundle at window.EtticOTCCatalog is injected - * only on post-new.php for eotc_subprocessor / eotc_data_practice screens. + * only on post-new.php for ettotc_subprocessor / ettotc_data_practice screens. */ (function () { 'use strict'; diff --git a/includes/class-ettic-otc-catalog.php b/includes/class-ettic-otc-catalog.php index 064a7b4..2f163f4 100644 --- a/includes/class-ettic-otc-catalog.php +++ b/includes/class-ettic-otc-catalog.php @@ -87,7 +87,7 @@ private static function load_catalog( string $file_basename, string $filter_name * Return the default FAQ catalog as a list of question/answer pairs. * * Unlike the other catalogs, FAQ entries are seeded once into real - * `eotc_faq` posts on first activation and then owned by the user. This + * `ettotc_faq` posts on first activation and then owned by the user. This * loader is only consulted by the seeder. * * @return array @@ -132,7 +132,7 @@ public static function faqs(): array { } /** - * Seed the default FAQs as published `eotc_faq` posts. + * Seed the default FAQs as published `ettotc_faq` posts. * * Gated by the `ettic_otc_faqs_seeded` option so deletions stick: once a * site has been seeded, re-activating the plugin will not recreate the diff --git a/includes/class-ettic-otc-chat-summarizer.php b/includes/class-ettic-otc-chat-summarizer.php index fb80797..1cba4ee 100644 --- a/includes/class-ettic-otc-chat-summarizer.php +++ b/includes/class-ettic-otc-chat-summarizer.php @@ -1,6 +1,6 @@ self::SUBPROCESSOR, 'opentr_data_practice' => self::DATA_PRACTICE, 'opentr_faq' => self::FAQ, + // early review build (eotc_*) + 'eotc_policy' => self::POLICY, + 'eotc_certification' => self::CERTIFICATION, + 'eotc_subprocessor' => self::SUBPROCESSOR, + 'eotc_data_practice' => self::DATA_PRACTICE, + 'eotc_faq' => self::FAQ, ]; /** diff --git a/includes/class-ettic-otc-io.php b/includes/class-ettic-otc-io.php index aec1332..551899a 100644 --- a/includes/class-ettic-otc-io.php +++ b/includes/class-ettic-otc-io.php @@ -451,7 +451,7 @@ public static function read_zip(string $zip_path): array { /** * Rewrite legacy CPT slugs (v1.0.x `ot_*`, v1.1.x `opentr_*`) in an - * inbound manifest to the current `eotc_*` slugs. Touches top-level + * inbound manifest to the current `ettotc_*` slugs. Touches top-level * record keys only — record bodies carry __post_ref values as UUIDs * (not slugs) and resolve fine once the outer key is corrected. Phase 8 * extends Ettic_OTC_CPT::LEGACY_MAP with the v1.1.x entries. diff --git a/includes/data/certification-catalog.php b/includes/data/certification-catalog.php index 56c16a4..14e8cca 100644 --- a/includes/data/certification-catalog.php +++ b/includes/data/certification-catalog.php @@ -3,7 +3,7 @@ * Certification catalog. * * Curated list of common compliance frameworks, regulations, and - * certifications shown in the admin typeahead on the eotc_certification + * certifications shown in the admin typeahead on the ettotc_certification * create screen. Each entry sets `_ettic_otc_cert_type` to either `certified` * (third-party audited, has a certificate with dates and an issuing body) * or `compliant` (self-attested adherence to a standard or regulation). diff --git a/includes/data/data-practice-catalog.php b/includes/data/data-practice-catalog.php index a01636f..821aa2a 100644 --- a/includes/data/data-practice-catalog.php +++ b/includes/data/data-practice-catalog.php @@ -3,7 +3,7 @@ * Data-practice catalog. * * Templates for common data-practice categories. Used by the admin typeahead - * on the eotc_data_practice create screen. Every entry is a starting point — + * on the ettotc_data_practice create screen. Every entry is a starting point — * users must review legal basis, retention, and shared-with lists before * publishing. All template fields live under `fields_review` so the UI marks * them as "verify before publishing". diff --git a/includes/data/faq-catalog.php b/includes/data/faq-catalog.php index 5d065a0..050c877 100644 --- a/includes/data/faq-catalog.php +++ b/includes/data/faq-catalog.php @@ -2,7 +2,7 @@ /** * Default FAQ catalog. * - * Generic, content-agnostic glossary entries seeded into the eotc_faq CPT on + * Generic, content-agnostic glossary entries seeded into the ettotc_faq CPT on * first plugin activation. These explain universal trust-center concepts and * make no claims about the specific company running the plugin. * diff --git a/includes/data/subprocessor-catalog.php b/includes/data/subprocessor-catalog.php index 0502a5c..164573a 100644 --- a/includes/data/subprocessor-catalog.php +++ b/includes/data/subprocessor-catalog.php @@ -3,7 +3,7 @@ * Subprocessor catalog. * * Curated list of common SaaS vendors with factual information that can be - * auto-filled into the eotc_subprocessor meta box from the admin typeahead. + * auto-filled into the ettotc_subprocessor meta box from the admin typeahead. * * Schema per entry: * 'slug' => [ diff --git a/languages/open-trust-center-by-ettic-nl_NL.po b/languages/open-trust-center-by-ettic-nl_NL.po index 4a8d877..0c87749 100644 --- a/languages/open-trust-center-by-ettic-nl_NL.po +++ b/languages/open-trust-center-by-ettic-nl_NL.po @@ -23,7 +23,7 @@ msgstr "" #. Plugin URI of the plugin #: open-trust-center-by-ettic.php -msgid "https://plugins.ettic.nl/open-trust-center-by-ettic" +msgid "https://plugins.ettic.nl/opentrust" msgstr "" #. Description of the plugin diff --git a/languages/open-trust-center-by-ettic.pot b/languages/open-trust-center-by-ettic.pot index dd4f112..b43a96e 100644 --- a/languages/open-trust-center-by-ettic.pot +++ b/languages/open-trust-center-by-ettic.pot @@ -22,7 +22,7 @@ msgstr "" #. Plugin URI of the plugin #: open-trust-center-by-ettic.php -msgid "https://plugins.ettic.nl/open-trust-center-by-ettic" +msgid "https://plugins.ettic.nl/opentrust" msgstr "" #. Description of the plugin diff --git a/open-trust-center-by-ettic.php b/open-trust-center-by-ettic.php index a730e16..806d3c1 100644 --- a/open-trust-center-by-ettic.php +++ b/open-trust-center-by-ettic.php @@ -1,9 +1,9 @@  ·  - + diff --git a/uninstall.php b/uninstall.php index 6832c55..9212347 100644 --- a/uninstall.php +++ b/uninstall.php @@ -21,11 +21,11 @@ // here. The list below MUST stay in sync with that constant; if a CPT is // added or renamed there, mirror the change here. $ot_post_types = [ - 'eotc_policy', - 'eotc_subprocessor', - 'eotc_certification', - 'eotc_data_practice', - 'eotc_faq', + 'ettotc_policy', + 'ettotc_subprocessor', + 'ettotc_certification', + 'ettotc_data_practice', + 'ettotc_faq', ]; foreach ($ot_post_types as $ot_post_type) { diff --git a/wpml-config.xml b/wpml-config.xml index e90e61c..69ef890 100644 --- a/wpml-config.xml +++ b/wpml-config.xml @@ -17,10 +17,10 @@ --> - eotc_policy - eotc_certification - eotc_subprocessor - eotc_data_practice + ettotc_policy + ettotc_certification + ettotc_subprocessor + ettotc_data_practice