Skip to content

Commit

Permalink
Merge pull request #201 from newfold-labs/fix/handle-wordpress-6.2-up…
Browse files Browse the repository at this point in the history
…date

Fix react errors on WordPress 6.2-rc4
  • Loading branch information
arunshenoy99 authored Mar 27, 2023
2 parents 93ba3f9 + 8b3869f commit 15ff4d7
Show file tree
Hide file tree
Showing 69 changed files with 102 additions and 78 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint-check-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
paths:
- '**.php'
- '!build/**'
pull_request:
types: [opened, edited, reopened, ready_for_review]
paths:
Expand Down
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function nfd_wp_module_onboarding_register() {

// Set Global Constants
if ( ! defined( 'NFD_ONBOARDING_VERSION' ) ) {
define( 'NFD_ONBOARDING_VERSION', '1.2.1' );
define( 'NFD_ONBOARDING_VERSION', '1.2.2' );
}
if ( ! defined( 'NFD_ONBOARDING_DIR' ) ) {
define( 'NFD_ONBOARDING_DIR', __DIR__ );
Expand Down
9 changes: 0 additions & 9 deletions build/1.2.1/348.js

This file was deleted.

1 change: 0 additions & 1 deletion build/1.2.1/onboarding.css

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions build/1.2.1/181.js → build/1.2.2/181.js

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

File renamed without changes.
Loading

0 comments on commit 15ff4d7

Please sign in to comment.