Skip to content

Rename plugin to WordPress Learn App - #3

Merged
akirk merged 1 commit into
mainfrom
rename-wordpress-learn-app
Jun 23, 2026
Merged

Rename plugin to WordPress Learn App#3
akirk merged 1 commit into
mainfrom
rename-wordpress-learn-app

Conversation

@akirk

@akirk akirk commented Jun 23, 2026

Copy link
Copy Markdown
Member

Summary

  • rename the plugin bootstrap to learn-app.php and update plugin/readme metadata
  • move course plan storage into CoursePlans and Learn WordPress API access into LearnApi
  • update app routes and blueprint install metadata to use /learn-app/ and the learn-app repository

Testing

  • php -l learn-app.php
  • php -l src/App.php
  • php -l src/CoursePlans.php
  • php -l src/LearnApi.php
  • php -l templates/index.php
  • php -r 'json_decode(file_get_contents("blueprint.json"), true); if (JSON_ERROR_NONE !== json_last_error()) { fwrite(STDERR, json_last_error_msg() . PHP_EOL); exit(1); } echo "blueprint.json valid JSON\n";'

@akirk
akirk merged commit 9955236 into main Jun 23, 2026
2 checks passed
@akirk
akirk deleted the rename-wordpress-learn-app branch June 23, 2026 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant