Skip to content

Commit a9cb31a

Browse files
dkotterdkotterJasonTheAdamsfelixarntzjeffpaul
authored
Merge pull request #67 from dkotter/feature/title-generation-execute
Add the Title Generation execute functionality Unlinked contributors: matysanchez, prabinjha, Meenakshi-bose. Co-authored-by: dkotter <dkotter@git.wordpress.org> Co-authored-by: JasonTheAdams <jason_the_adams@git.wordpress.org> Co-authored-by: felixarntz <flixos90@git.wordpress.org> Co-authored-by: jeffpaul <jeffpaul@git.wordpress.org> Co-authored-by: karmatosed <karmatosed@git.wordpress.org> Co-authored-by: justlevine <justlevine@git.wordpress.org> Co-authored-by: swissspidy <swissspidy@git.wordpress.org> Co-authored-by: Ref34t <mokhaled@git.wordpress.org> Co-authored-by: t-hamano <wildworks@git.wordpress.org>
2 parents 63db1c1 + 7e9c935 commit a9cb31a

11 files changed

Lines changed: 987 additions & 81 deletions

File tree

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@
3131
"autoload": {
3232
"psr-4": {
3333
"WordPress\\AI\\": "includes/"
34-
}
34+
},
35+
"files": [
36+
"includes/helpers.php"
37+
]
3538
},
3639
"autoload-dev": {
3740
"psr-4": {
@@ -47,7 +50,6 @@
4750
"dealerdirect/phpcodesniffer-composer-installer": true,
4851
"php-http/discovery": true,
4952
"phpstan/extension-installer": true
50-
5153
},
5254
"platform": {
5355
"php": "7.4"

composer.lock

Lines changed: 119 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)