File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 44# Files and directories to exclude from the generated archive (export-ignore).
55# These will be omitted from GitHub/Packagist ZIP archives to keep packages small.
66
7+ /packages /client /src / export-ignore
8+ /packages /client /. * export-ignore
9+ /packages /client /* . * export-ignore
10+
711# Tests and test fixtures
812/tests / export-ignore
913
Original file line number Diff line number Diff line change 1212 * Plugin URI: https://github.com/WordPress/abilities-api
1313 * Description: Provides a framework for registering and executing AI abilities in WordPress.
1414 * Requires at least: 6.8
15- * Version: 0.3 .0
15+ * Version: 0.5 .0
1616 * Requires PHP: 7.2
1717 * Author: WordPress.org Contributors
1818 * Author URI: https://github.com/WordPress/abilities-api/graphs/contributors
Original file line number Diff line number Diff line change 1919
2020// Version of the plugin.
2121if ( ! defined ( 'WP_ABILITIES_API_VERSION ' ) ) {
22- define ( 'WP_ABILITIES_API_VERSION ' , '0.3 .0 ' );
22+ define ( 'WP_ABILITIES_API_VERSION ' , '0.5 .0 ' );
2323}
2424
2525// Load core classes if they are not already defined (for non-Composer installs or direct includes).
You can’t perform that action at this time.
0 commit comments