Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: WebberZone/knowledgebase
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.0-RC2
Choose a base ref
...
head repository: WebberZone/knowledgebase
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.0-RC3
Choose a head ref
  • 7 commits
  • 36 files changed
  • 1 contributor

Commits on Mar 26, 2026

  1. Configuration menu
    Copy the full SHA
    0b8dd0e View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2026

  1. Configuration menu
    Copy the full SHA
    e6bf587 View commit details
    Browse the repository at this point in the history
  2. Update zipitup.yml workflow and composer.json zip script

    - Replace Docker-based zip and release actions with native solutions
    - Add AGENTS.md exclusion to zip archives
    - Use actions/checkout@v6 for latest version
    - Optimize zip compression with -1 flag for speed
    - Add contents: write permissions for release uploads
    ajaydsouza committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    49d5c08 View commit details
    Browse the repository at this point in the history
  3. Add term descriptions to taxonomy templates and fix HTML escaping

    - Add term-title and term-description blocks to taxonomy-wzkb_category.html block template
    - Add term-title and term-description blocks to taxonomy-wzkb_product.html block template
    - Add conditional taxonomy description output to taxonomy-wzkb_category.php classic template
    - Change esc_html() to wp_kses_post() for taxonomy descriptions in both classic templates to allow safe HTML formatting
    ajaydsouza committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    cfcfb88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d45137 View commit details
    Browse the repository at this point in the history
  5. Add AGENTS.md guidance

    ajaydsouza committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    83d903c View commit details
    Browse the repository at this point in the history
  6. Remove default values from KB block attributes and add ACF Pro stubs

    - Remove default values from limit, showArticleCount, showExcerpt, hasClickableSection, and showEmptySections attributes in block.json
    - Add php-stubs/acf-pro-stubs dependency to composer.json
    - Remove CLAUDE.md and AGENTS.md from zip exclusions
    - Remove vendor/.DS_Store and vendor/bin/* from zip exclusions
    - Remove build:vendor script from composer.json
    - Update block editor to use plugin settings as fallback defaults when attribute
    ajaydsouza committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    c0ef2b2 View commit details
    Browse the repository at this point in the history
Loading