Skip to content

v1.25.0

Choose a tag to compare

@luberan luberan released this 29 May 13:39
55cf4c6

1.25.0 (2026-05-29)

🚀 Nové funkce

  • ci: include full changelog history in release ZIP readme.txt (2fa9110)
  • GitHub-driven auto-updates via Plugin Update Checker (e29f487)
  • implement official CP picker payload and Podani Online CSV format (146501a)
  • per-method admin setting for CP service codes (CSV column I) (cdd6771)

🐛 Opravy chyb

  • ci: anchor release ZIP excludes so PUC vendor Parsedown survives (95c4c86)
  • ci: build release ZIP in the same workflow as release-please (a8d9fc7)
  • ci: clone without --depth so PR branch is available for merge (d8dde35)
  • ci: remove broken auto-merge to prevent release-please loop (9a7dbde)
  • ci: sync readme.txt changelog back to main so PUC sees it (7007386)
  • ci: use 'chore:' prefix in sync commit to avoid release-please bump loop (d769d86)
  • declare shipping method instance properties (PHP 8.2+ deprecation) (524ab83)
  • do not break block checkout when picker not yet selected (0000a78)
  • harden Plugin Update Checker bootstrap against fatals (ad7a70c)
  • load textdomain on init hook (WP 6.7+ requirement) (c1a03dc)
  • override changelog modal with local readme.txt history (5901ee4)
  • trigger release to publish synced readme.txt changelog to main (44ef828)
  • use POST_OFFICE widget type and persist picker selection (54a0f7d)

🔧 Kompatibilita

  • bump targets to WP 7.0, PHP 8.5, WC 10.8 (4b758ff)
  • declare realistic PHP minimum 7.4 (tested up to 8.5) (58367d3)
  • declare realistic WordPress minimum 6.0 (tested up to 7.0) (f2bdaf6)

📚 Dokumentace

  • add Author URI to plugin header (295b9de)
  • align license metadata with GPL-3.0-or-later (597a953)
  • fix plugin and POT repository URL to luberan/balikovna-woocommerce (8ed2e22)
  • refresh README with current feature set and CP-confirmed details (c9064f2)
  • sync readme.txt changelog with v1.3.1 [skip ci] (943209c)
  • sync readme.txt changelog with v1.3.2 [skip ci] (4a6ccf9)
  • sync readme.txt changelog with v1.3.3 [skip ci] (e04b302)
  • sync readme.txt changelog with v1.3.4 [skip ci] (aa075f1)

🛠 CI

  • add least-privilege permissions to workflow (ffb6701)
  • add release-please for automated changelog and version bumps (a5cd194)
  • add workflow_dispatch trigger to release-please for manual re-runs (698f6d9)
  • allow phpcodesniffer-composer-installer plugin (Composer 2.2+) (d60fe6b)
  • auto-merge release-please PR via PAT for fully unattended releases (c7f7a9b)
  • build proper plugin ZIP on release publish (314c053)
  • bump actions/checkout from 4 to 6 (#2) (aeb12f2)
  • merge release PR via git+PAT instead of gh CLI to bypass anti-loop (136cb84)
  • use PAT for release-please to break GITHUB_TOKEN anti-loop (445e8be)