diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0987bc53de..93638cef72 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,4 @@ -* @thomasplevy +* @ideadude # Full Site Editing. -includes/class-llms-block-templates.php @eri-trabiccolo +includes/class-llms-block-templates.php @ideadude diff --git a/.wordpress-org/readme/05-description.md b/.wordpress-org/readme/05-description.md index 07b4b54ada..7a8dd20b85 100644 --- a/.wordpress-org/readme/05-description.md +++ b/.wordpress-org/readme/05-description.md @@ -404,7 +404,7 @@ Install the free LifterLMS plugin on your website, then ... [lift]: https://blog.lifterlms.com/liftoff/?utm_source=LifterLMS%20Plugin&utm_medium=Readme&utm_campaign=Readme%20to%20Sale [aca]: https://academy.lifterlms.com/?utm_source=LifterLMS%20Plugin&utm_medium=Readme&utm_campaign=Readme%20to%20Sale [resources]: https://lifterlms.com/recommended-resources/?utm_source=LifterLMS%20Plugin&utm_medium=Readme&utm_campaign=Readme%20to%20Sale -[team]: https://lifterlms.com/our-team/?utm_source=LifterLMS%20Plugin&utm_medium=Readme&utm_campaign=Readme%20to%20Sale +[team]: https://lifterlms.com/about-us/?utm_source=LifterLMS%20Plugin&utm_medium=Readme&utm_campaign=Readme%20to%20Sale#h-meet-the-team [webinar]: https://lifterlms.com/lifterlms-webinars/?utm_source=LifterLMS%20Plugin&utm_medium=Readme&utm_campaign=Readme%20to%20Sale @@ -412,7 +412,6 @@ Install the free LifterLMS plugin on your website, then ... [aq]: https://lifterlms.com/product/advanced-quizzes//?utm_source=LifterLMS%20Plugin&utm_medium=README&utm_campaign=Readme%20to%20Sale [ass]: https://lifterlms.com/product/lifterlms-assignments//?utm_source=LifterLMS%20Plugin&utm_medium=README&utm_campaign=Readme%20to%20Sale [av]: https://lifterlms.com/product/advanced-video/?utm_source=LifterLMS%20Plugin&utm_medium=Readme&utm_campaign=Readme%20to%20Sale -[dfy]: https://lifterlms.com/dfy/?utm_source=LifterLMS%20Plugin&utm_medium=README&utm_campaign=Readme%20to%20Sale [cf]: https://lifterlms.com/product/custom-fields/?utm_source=LifterLMS%20Plugin&utm_medium=README&utm_campaign=Readme%20to%20Sale [ck]: https://lifterlms.com/product/lifterlms-convertkit/?utm_source=LifterLMS%20Plugin&utm_medium=README&utm_campaign=Readme%20to%20Sale [coh]: https://lifterlms.com/product/course-cohorts/?utm_source=LifterLMS%20Plugin&utm_medium=README&utm_campaign=Readme%20to%20Sale @@ -435,9 +434,5 @@ Install the free LifterLMS plugin on your website, then ... [wc]: https://lifterlms.com/product/woocommerce-extension/?utm_source=LifterLMS%20Plugin&utm_medium=README&utm_campaign=Readme%20to%20Sale [features]: https://lifterlms.com/features/?utm_source=LifterLMS%20Plugin&utm_medium=README&utm_campaign=Readme%20to%20Sale -[feature-lms]: https://lifterlms.com/features/lms/?utm_source=LifterLMS%20Plugin&utm_medium=README&utm_campaign=Readme%20to%20Sale -[feature-ecomm]: https://lifterlms.com/features/e-commerce/?utm_source=LifterLMS%20Plugin&utm_medium=README&utm_campaign=Readme%20to%20Sale -[feature-membership]: https://lifterlms.com/features/membership/?utm_source=LifterLMS%20Plugin&utm_medium=README&utm_campaign=Readme%20to%20Sale -[feature-engagement]: https://lifterlms.com/features/engagement/?utm_source=LifterLMS%20Plugin&utm_medium=README&utm_campaign=Readme%20to%20Sale diff --git a/README.md b/README.md index e595db9c2d..8af08359b0 100644 --- a/README.md +++ b/README.md @@ -99,13 +99,13 @@ Endless thanks to all our incredible contributors! + - - + @@ -133,6 +133,7 @@ Endless thanks to all our incredible contributors! + @@ -145,6 +146,7 @@ Endless thanks to all our incredible contributors! + [//]: contributor-faces diff --git a/docs/releases.md b/docs/releases.md index 0ed0bfcc80..fab3689226 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -74,14 +74,14 @@ Run `npm run dev release create`. The following steps are performed automatically by the above task: 1. Publish to GitHub - A. The contents of the distribution archive is force-pushed to the `release` branch. - B. A new release tag draft is created for the current version number using `release` as the commit target. - C. The distribution archive is uploaded to the release. - D. The release is published. - E. A webhook ping notifies the `llms-releaser` server which performs the remaining steps of the release: -2. Publish to WordPress plugin repository - A. Create a new SVN tag using the release asset (distribution archive) as the base. - B. Update the `trunk` branch to match the new tag. -3. A changelog blog post is published to make.lifterlms.com. -4. The number is updated at LifterLMS.com -5. The distribution archive is synced to the release asset bucket in AWS S3 as a backup. + 1. The contents of the distribution archive is force-pushed to the `release` branch. + 1. A new release tag draft is created for the current version number using `release` as the commit target. + 1. The distribution archive is uploaded to the release. + 1. The release is published. + 1. A webhook ping notifies the `llms-releaser` server which performs the remaining steps of the release: +1. Publish to WordPress plugin repository + 1. Create a new SVN tag using the release asset (distribution archive) as the base. + 1. Update the `trunk` branch to match the new tag. +1. A changelog blog post is published to make.lifterlms.com. +1. The number is updated at LifterLMS.com +1. The distribution archive is synced to the release asset bucket in AWS S3 as a backup.