Skip to content

Commit

Permalink
Update to beta 4
Browse files Browse the repository at this point in the history
  • Loading branch information
arunshenoy99 committed Oct 22, 2024
1 parent d9ef7e3 commit 569bcdf
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 7 deletions.
1 change: 0 additions & 1 deletion build/1.2.0-beta.3/installer.asset.php

This file was deleted.

2 changes: 0 additions & 2 deletions build/1.2.0-beta.3/installer.js

This file was deleted.

File renamed without changes.
1 change: 1 addition & 0 deletions build/1.2.0-beta.4/installer.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-dom-ready', 'wp-element', 'wp-i18n'), 'version' => '0d7170526bf9b8a49427');
File renamed without changes.
2 changes: 2 additions & 0 deletions build/1.2.0-beta.4/installer.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion includes/Data/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Constants {
*/
public function __construct( $container ) {
if ( ! defined( 'NFD_INSTALLER_VERSION' ) ) {
define( 'NFD_INSTALLER_VERSION', '1.2.0-beta.3' );
define( 'NFD_INSTALLER_VERSION', '1.2.0-beta.4' );
}
if ( ! defined( 'NFD_INSTALLER_BUILD_DIR' ) && defined( 'NFD_INSTALLER_VERSION' ) ) {
define( 'NFD_INSTALLER_BUILD_DIR', dirname( __DIR__, 2 ) . '/build/' . NFD_INSTALLER_VERSION );
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.0-beta.3",
"version": "1.2.0-beta.4",
"name": "@newfold-labs/wp-module-installer",
"description": "An installer for WordPress plugins and themes.",
"license": "GPL-2.0-or-later",
Expand Down

0 comments on commit 569bcdf

Please sign in to comment.