Skip to content

Commit 4b994a7

Browse files
authored
Merge pull request #40 from newfold-labs/update/modal-view
Update Modal styles/UX
2 parents decd749 + 427c7fd commit 4b994a7

File tree

14 files changed

+139
-39
lines changed

14 files changed

+139
-39
lines changed

build/1.2.1/installer.asset.php

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/1.2.1/installer.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/1.2.1/installer.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

build/1.2.2/installer.asset.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-dom-ready', 'wp-element', 'wp-i18n'), 'version' => '09a165a23da81a348e0d');

build/1.2.2/installer.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/1.2.2/installer.js

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

includes/Data/Constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Constants {
1515
*/
1616
public function __construct( $container ) {
1717
if ( ! defined( 'NFD_INSTALLER_VERSION' ) ) {
18-
define( 'NFD_INSTALLER_VERSION', '1.2.1' );
18+
define( 'NFD_INSTALLER_VERSION', '1.2.2' );
1919
}
2020
if ( ! defined( 'NFD_INSTALLER_BUILD_DIR' ) && defined( 'NFD_INSTALLER_VERSION' ) ) {
2121
define( 'NFD_INSTALLER_BUILD_DIR', dirname( __DIR__, 2 ) . '/build/' . NFD_INSTALLER_VERSION );

package-lock.json

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

0 commit comments

Comments
 (0)