From e996a26af8e1123e7f5916fc05f76ce7cee9a8ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 10:59:18 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..a1ec61e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,29 @@ # Changelog + +## 1.0.0 (2026-04-28) + + +### Features + +* ability to run country import in the background ([239b305](https://github.com/DataLinx/eclipsephp-world-plugin/commit/239b3050a5e14a83f3fcc6c40306694b138fa0c4)) +* add translations ([b3dd833](https://github.com/DataLinx/eclipsephp-world-plugin/commit/b3dd8336250bc64e1659412550c16cabe50d3562)) +* **currencies:** implement currency seeder (WO-8) ([09699f6](https://github.com/DataLinx/eclipsephp-world-plugin/commit/09699f61566ac371182feb28beeb6795d67030a9)) +* implement countries ([406716e](https://github.com/DataLinx/eclipsephp-world-plugin/commit/406716e02148a0f46a9e9c362cf7eacc75e7f604)) +* implement currencies ([4934173](https://github.com/DataLinx/eclipsephp-world-plugin/commit/4934173e67704d3dd9c4d82525323810fa30f5c1)) +* implement posts ([95ab58c](https://github.com/DataLinx/eclipsephp-world-plugin/commit/95ab58c04dec1e8e63be3d7058266000b98132f3)) +* implement tariff codes (WO-10) ([2b08899](https://github.com/DataLinx/eclipsephp-world-plugin/commit/2b088993224fecd48fab1caf1e25e61671b1cb37)) +* **notifications:** add real-time notifications to imports ([#8](https://github.com/DataLinx/eclipsephp-world-plugin/issues/8)) ([b94692b](https://github.com/DataLinx/eclipsephp-world-plugin/commit/b94692bf28d73f599157d3fa0000c9a08065004a)) +* refactor country and post import jobs to simplify notification handling and execution ([93c0184](https://github.com/DataLinx/eclipsephp-world-plugin/commit/93c0184d1238586789d39f11ac3bea48f34787d9)) +* **regions:** implement world regions (WO-1) ([e1e3371](https://github.com/DataLinx/eclipsephp-world-plugin/commit/e1e33710458ff2beaa9b04684d9587ed3ace2087)) +* upgrade to Pest v4 and implement testing improvements ([#23](https://github.com/DataLinx/eclipsephp-world-plugin/issues/23)) ([09f46e0](https://github.com/DataLinx/eclipsephp-world-plugin/commit/09f46e09e19db8dba585443432356507f609bc3d)) +* **worbench-setup:** make plugin development self-contained (EC-197) ([421264d](https://github.com/DataLinx/eclipsephp-world-plugin/commit/421264dbd8aed0f988a45e50a7bf4d0e36823ef8)) + + +### Bug Fixes + +* change num_code validation to maxLength(3) (EC-213) ([9ca719c](https://github.com/DataLinx/eclipsephp-world-plugin/commit/9ca719c9fa1e72ea54d187872d82eda7344140b5)) +* fix country import when soft-deleted countries exist ([61d2805](https://github.com/DataLinx/eclipsephp-world-plugin/commit/61d28050b644137b0f4a1945455d66fb858ac48e)) +* fix resource classes imports ([2841385](https://github.com/DataLinx/eclipsephp-world-plugin/commit/2841385323dd3e3cda5dfe63e919cefcfa60770d)) +* set navigation group ([4be7039](https://github.com/DataLinx/eclipsephp-world-plugin/commit/4be70398d1455b3fb44ed838c46efc2ebcf97ed1)) + +## Changelog