E5F0 Comparing v0.1.0...v0.1.1 · WordPress/abilities-api · GitHub
[go: up one dir, main page]

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: WordPress/abilities-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0
Choose a base ref
...
head repository: WordPress/abilities-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.1
Choose a head ref
  • 6 commits
  • 9 files changed
  • 13 contributors

Commits on Aug 29, 2025

  1. Documentation: Include specific nvm version needed (#33)

    * Documentation: Include specific nvm version needed
    
    * Update CONTRIBUTING.md
    
    ---------
    
    Co-authored-by: Greg Ziółkowski <grzegorz@gziolo.pl>
    rollybueno and gziolo authored Aug 29, 2025
    Configuration menu
    Copy the full SHA
    6e685d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50ae03a View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2025

  1. Introduce Props Bot workflow (#50)

    Props Bot is a GitHub Action that processes the activity on a pull request and any linked issues.
    
    The bot attempts to associate each GitHub use account with a linked w.org one and outputs a formatted list of `Co-authored-by` trailers that can be copied and pasted into the merge commit message.
    
    This ensures that everyone who contributed to a given merge receives props for their effort, and that the list of contributors is predictably formatted for easy processing.
    
    This bot is currently in the following repositories under the WordPress organization:
    - https://github.com/WordPress/wordpress-develop
    - https://github.com/WordPress/gutenberg
    - https://github.com/WordPress/plugin-check
    - https://github.com/WordPress/performance
    - https://github.com/WordPress/grunt-patch-wordpress
    
    More details about the bot can be found in the [original announcement post on the Make WordPress Core blog](https://make.wordpress.org/core/2024/02/01/new-commit-message-requirements-in-git-hello-props-bot/).
    
    Co-authored-by: Jonathan Desrosiers <desrosj@users.noreply.github.com>
    
    Co-authored-by: desrosj <desrosj@git.wordpress.org>
    Co-authored-by: justlevine <justlevine@git.wordpress.org>
    3 people authored Sep 1, 2025
    Configuration menu
    Copy the full SHA
    48c925e View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2025

  1. Updated Inline Documentation Order (#57)

    Co-authored-by: sandipr942 <sandipsinh007@git.wordpress.org>
    sandipr942 and sandipr942 authored Sep 4, 2025
    Configuration menu
    Copy the full SHA
    1b75e1d View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2025

  1. dev!: handle property registration inside WP_Ability. (#54)

    Co-authored-by: Greg Ziółkowski <grzegorz@gziolo.pl>
    
    Co-authored-by: justlevine <justlevine@git.wordpress.org>
    Co-authored-by: gziolo <gziolo@git.wordpress.org>
    Co-authored-by: felixarntz <flixos90@git.wordpress.org>
    4 people authored Sep 5, 2025
    Configuration menu
    Copy the full SHA
    769de9e View commit details
    Browse the repository at this point in the history
  2. Fix REST API initialization for composer package usage (#55)

    * Fix REST API initialization for composer package usage
    
    - Move REST API route registration from abilities-api.php to bootstrap.php
    - Ensure REST API routes are initialized when used as composer package
    - Prevent duplicate registration by placing hook inside class existence check
    - Consolidate initialization logic in single location
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    
    * Remove trailing whitespace
    
    * Use tabs for indent.
    
    ---------
    
    Co-authored-by: Claude <noreply@anthropic.com>
    Co-authored-by: Greg Ziółkowski <grzegorz@gziolo.pl>
    
    Co-authored-by: budzanowski <budzanowski@git.wordpress.org>
    Co-authored-by: gziolo <gziolo@git.wordpress.org>
    Co-authored-by: justlevine <justlevine@git.wordpress.org>
    4 people authored Sep 5, 2025
    Configuration menu
    Copy the full SHA
    21af812 View commit details
    Browse the repository at this point in the history
Loading
0