Skip to content

v0.4.0 — Search Console management, GA4 funnels/pivots/config, push-to-deploy

Choose a tag to compare

@Akxan Akxan released this 09 Sep 10:21
· 23 commits to main since this release

Added

  • Search Console management: gsc_delete_sitemap, gsc_add_site, gsc_delete_site.
  • GA4: ga_run_pivot_report, ga_batch_run_reports, ga_run_funnel_report (v1alpha), ga_check_compatibility, ga_property_config (read-only Admin API: streams, custom definitions, key events, audiences, Ads links, retention).
  • Production Docker image with SSH client and PHP helpers, health check, docker-compose.yml with mounted secrets.
  • Push-to-deploy: .github/workflows/deploy.yml triggers deploy/vps-self-update.sh on the server through a forced-command SSH key; deploy/deploy-vps.sh for manual updates.
  • scripts/sync-readme.mjs keeps tool counts in the READMEs and package.json in sync (checked by npm test); dynamic tools badge.

Changed

  • Server version is read from package.json.