Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
4a98b9a
Update theme.json
JohnPixle Aug 12, 2025
228047c
Update header.html
JohnPixle Aug 14, 2025
393daca
Update header_s1.html
JohnPixle Aug 14, 2025
a649747
Update header_s2.html
JohnPixle Aug 14, 2025
1752665
Update header_s3.html
JohnPixle Aug 14, 2025
af24b94
Delete parts/header_s3.html
JohnPixle Aug 14, 2025
1a3caa3
Update header.html
JohnPixle Aug 14, 2025
6472aab
Update header_s1.html
JohnPixle Aug 14, 2025
d678b7f
Update header_s2.html
JohnPixle Aug 14, 2025
f03e232
Update theme.json
JohnPixle Aug 14, 2025
56bd9ab
Update footer.html
JohnPixle Aug 14, 2025
f8b9bba
Update footer_s1.html
JohnPixle Aug 14, 2025
e93e26b
Update footer_s2.html
JohnPixle Aug 14, 2025
09129e1
Delete parts/footer_s3.html
JohnPixle Aug 14, 2025
d3e87f2
Delete parts/footer_s4.html
JohnPixle Aug 14, 2025
e1e6a14
Update archive.html
JohnPixle Aug 14, 2025
16002bc
Update index.html
JohnPixle Aug 14, 2025
9377180
Update 404.html
JohnPixle Aug 14, 2025
c67e38b
Update archive.html
JohnPixle Aug 14, 2025
49facdd
Update index.html
JohnPixle Aug 14, 2025
e70beb7
Update page.html
JohnPixle Aug 14, 2025
8408b5c
Update search.html
JohnPixle Aug 14, 2025
b4986ad
Update single.html
JohnPixle Aug 14, 2025
4d64690
Update template-plain.html
JohnPixle Aug 14, 2025
6aa7abe
Delete assets/img/church-fse-logo.webp
JohnPixle Aug 14, 2025
33ad1c1
Add images
JohnPixle Aug 14, 2025
1c144bb
Delete assets/img/church-fse-1.webp
JohnPixle Aug 14, 2025
e823b23
Delete assets/img/church-fse-2.webp
JohnPixle Aug 14, 2025
42d52f8
Delete assets/img/church-fse-3.webp
JohnPixle Aug 14, 2025
71f3c19
Delete assets/img/church-fse-4.webp
JohnPixle Aug 14, 2025
861bf12
Delete assets/img/church-fse-5.webp
JohnPixle Aug 14, 2025
489c343
Delete assets/img/church-fse-6.webp
JohnPixle Aug 14, 2025
ae53fd2
Delete assets/img/church-fse-7.webp
JohnPixle Aug 14, 2025
c285dba
Add files via upload
JohnPixle Aug 14, 2025
530a620
Update and rename forest.json to branches.json
JohnPixle Aug 19, 2025
e16f346
Update and rename charcoal.json to darkmode.json
JohnPixle Aug 19, 2025
6e2a3ff
Update and rename violet.json to Orange.json
JohnPixle Aug 19, 2025
6057975
Add files via upload
JohnPixle Aug 19, 2025
d628d36
Add files via upload
JohnPixle Aug 19, 2025
bcd936e
Update theme screenshot
JohnPixle Aug 19, 2025
e346234
chore: replace package name
HardeepAsrani Aug 20, 2025
9e5cb8d
add masteriyo notice
HardeepAsrani Aug 25, 2025
055fd4c
Add patterns
HardeepAsrani Aug 25, 2025
58f31fb
Update pricing-1.php
JohnPixle Aug 26, 2025
b0dea7f
Update posts-1.php
JohnPixle Aug 26, 2025
abf09a2
Update posts-2.php
JohnPixle Aug 26, 2025
48a5b88
Update posts-3.php
JohnPixle Aug 26, 2025
6e96a3b
Update posts-4.php
JohnPixle Aug 26, 2025
c9bc9f0
Update page-title-1.php
JohnPixle Aug 26, 2025
cd625fe
Update content-1.php
JohnPixle Aug 26, 2025
c6ddd8a
Update front-page.html
JohnPixle Aug 26, 2025
b176bbf
Update pricing-1.php
JohnPixle Aug 26, 2025
c78216f
Update pricing-1.php
JohnPixle Aug 26, 2025
e9a7306
Update pricing-1.php
JohnPixle Aug 26, 2025
29973c3
replace images in content-1 pattern
HardeepAsrani Aug 26, 2025
e645b64
fix: update changelog
HardeepAsrani Aug 28, 2025
1078ad7
Merge pull request #2 from Codeinwp/theme-changes
HardeepAsrani Sep 10, 2025
5d4c9ac
update image license
HardeepAsrani Sep 14, 2025
0314077
fix: trt review issues
HardeepAsrani Sep 25, 2025
30e9eb2
chore(deps): bump codeinwp/themeisle-sdk from 3.3.46 to 3.3.58
dependabot[bot] Aug 4, 2026
f847241
Merge pull request #8 from Codeinwp/dependabot/composer/development/c…
selul Aug 4, 2026
6740887
Sync branch [skip ci]
pirate-bot Aug 31, 2026
2f9b1d6
ci: skip PR-comment job on Dependabot PRs (no secrets, always fails)
selul Sep 2, 2026
4c8c3d5
ci: pass BOT_TOKEN to PR-comment steps so they work on Dependabot PRs…
selul Sep 2, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/create-build-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ jobs:
id: find-comment
uses: peter-evans/find-comment@v1
with:
token: ${{ secrets.BOT_TOKEN }}
issue-number: ${{ steps.get-pr-number.outputs.num }}
comment-author: github-actions[bot]
comment-author: pirate-bot
body-includes: Download Eduacademy

- name: Get comment body
Expand All @@ -91,13 +92,15 @@ jobs:
if: ${{ steps.find-comment.outputs.comment-id == '' }}
uses: peter-evans/create-or-update-comment@v1
with:
token: ${{ secrets.BOT_TOKEN }}
issue-number: ${{ steps.get-pr-number.outputs.num }}
body: ${{ steps.get-comment-body.outputs.body }}

- name: Update comment on PR with links to plugin builds
if: ${{ steps.find-comment.outputs.comment-id != '' }}
uses: peter-evans/create-or-update-comment@v1
with:
token: ${{ secrets.BOT_TOKEN }}
comment-id: ${{ steps.find-comment.outputs.comment-id }}
edit-mode: replace
body: ${{ steps.get-comment-body.outputs.body }}
4 changes: 2 additions & 2 deletions assets/css/src/welcome-notice.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
}


.wpfp-preview {
.masteriyo-preview {
max-height: 300px;
width: auto;
justify-self: center;
Expand All @@ -125,7 +125,7 @@
}
}

.wpfp-logo {
.masteriyo-logo {
bottom: 30px;
right: 30px;
opacity: 0.75;
Expand Down
Binary file removed assets/img/church-fse-1.webp
Binary file not shown.
Binary file removed assets/img/church-fse-2.webp
Binary file not shown.
Binary file removed assets/img/church-fse-3.webp
Binary file not shown.
Binary file removed assets/img/church-fse-4.webp
Binary file not shown.
Binary file removed assets/img/church-fse-5.webp
Binary file not shown.
Binary file removed assets/img/church-fse-6.webp
Binary file not shown.
Binary file removed assets/img/church-fse-7.webp
Binary file not shown.
Binary file removed assets/img/church-fse-logo.webp
Binary file not shown.
Binary file added assets/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/theme-image-01.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/theme-image-02.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/theme-image-03.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/theme-image-04.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/theme-image-05.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/theme-image-06.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/theme-image-07.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/theme-image-08.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/theme-image-09.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/theme-image-10.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/theme-image-11.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/theme-image-12.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/theme-image-13.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/theme-image-14.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/theme-image-15.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/theme-image-16.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/theme-image-17.webp
Binary file added assets/img/theme-image-18.webp
Binary file added assets/img/theme-image-19.webp
Binary file added assets/img/theme-image-22.webp
Binary file removed assets/img/welcome-notice.png
Diff not rendered.
Binary file added assets/img/welcome-notice.webp
22 changes: 11 additions & 11 deletions assets/js/src/welcome-notice.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ function handleWelcomeNotice( $ ) {
redirectUrl,
ajaxUrl,
nonce,
wpfpRefNonce,
wpfpStatus,
masteriyoRefNonce,
masteriyoStatus,
} = eduacademyData;

const installBtn = $(
'.eduacademy-welcome-notice #eduacademy-install-wpfp'
'.eduacademy-welcome-notice #eduacademy-install-masteriyo'
);
const dismissBtn = $( '.eduacademy-welcome-notice .notice-dismiss' );
const notice = $( '.eduacademy-welcome-notice' );
Expand All @@ -31,13 +31,13 @@ function handleWelcomeNotice( $ ) {
} );
};

const activateWpfp = async () => {
const activateMasteriyo = async () => {
installText.text( activating );
await activatePlugin( activationUrl );

await $.post( ajaxUrl, {
nonce: wpfpRefNonce,
action: 'eduacademy_set_wpfp_ref',
nonce: masteriyoRefNonce,
action: 'eduacademy_set_masteriyo_ref',
} );

installSpinner.removeClass( 'dashicons-update' );
Expand All @@ -51,18 +51,18 @@ function handleWelcomeNotice( $ ) {
installSpinner.removeClass( 'hidden' );
installBtn.attr( 'disabled', true );

if ( wpfpStatus === 'active' ) {
if ( masteriyoStatus === 'active' ) {
return;
}

if ( wpfpStatus === 'installed' ) {
await activateWpfp();
if ( masteriyoStatus === 'installed' ) {
await activateMasteriyo();
return;
}

installText.text( installing );
await installPlugin( 'wp-full-stripe-free' );
await activateWpfp();
await installPlugin( 'learning-management-system' );
await activateMasteriyo();
} );

$( dismissBtn ).on( 'click', () => {
Expand Down
20 changes: 10 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function check_php() {
* @return void
*/
function define_constants() {
define( 'EDUACADEMY_VERSION', '0.1' );
define( 'EDUACADEMY_VERSION', '0.0.1' );
define( 'EDUACADEMY_DEBUG', defined( 'WP_DEBUG' ) && WP_DEBUG === true );
define( 'EDUACADEMY_DIR', trailingslashit( get_template_directory() ) );
define( 'EDUACADEMY_URL', trailingslashit( get_template_directory_uri() ) );
Expand Down
Loading