From 4ad54206a0d9bb46a44e3ade91efe97da96a8717 Mon Sep 17 00:00:00 2001 From: Dave Ryan Date: Thu, 27 Feb 2025 06:58:28 -0700 Subject: [PATCH] Run build process to fix CSS issues in wordpress admin --- build/{1.3.1 => 1.3.2}/dataAttrListener.asset.php | 0 build/{1.3.1 => 1.3.2}/dataAttrListener.js | 0 build/{1.3.1 => 1.3.2}/installer.asset.php | 0 build/{1.3.1 => 1.3.2}/installer.css | 0 build/{1.3.1 => 1.3.2}/installer.js | 0 includes/Data/Constants.php | 2 +- package.json | 2 +- 7 files changed, 2 insertions(+), 2 deletions(-) rename build/{1.3.1 => 1.3.2}/dataAttrListener.asset.php (100%) rename build/{1.3.1 => 1.3.2}/dataAttrListener.js (100%) rename build/{1.3.1 => 1.3.2}/installer.asset.php (100%) rename build/{1.3.1 => 1.3.2}/installer.css (100%) rename build/{1.3.1 => 1.3.2}/installer.js (100%) diff --git a/build/1.3.1/dataAttrListener.asset.php b/build/1.3.2/dataAttrListener.asset.php similarity index 100% rename from build/1.3.1/dataAttrListener.asset.php rename to build/1.3.2/dataAttrListener.asset.php diff --git a/build/1.3.1/dataAttrListener.js b/build/1.3.2/dataAttrListener.js similarity index 100% rename from build/1.3.1/dataAttrListener.js rename to build/1.3.2/dataAttrListener.js diff --git a/build/1.3.1/installer.asset.php b/build/1.3.2/installer.asset.php similarity index 100% rename from build/1.3.1/installer.asset.php rename to build/1.3.2/installer.asset.php diff --git a/build/1.3.1/installer.css b/build/1.3.2/installer.css similarity index 100% rename from build/1.3.1/installer.css rename to build/1.3.2/installer.css diff --git a/build/1.3.1/installer.js b/build/1.3.2/installer.js similarity index 100% rename from build/1.3.1/installer.js rename to build/1.3.2/installer.js diff --git a/includes/Data/Constants.php b/includes/Data/Constants.php index 6b1a9ba..d78ae8e 100644 --- a/includes/Data/Constants.php +++ b/includes/Data/Constants.php @@ -15,7 +15,7 @@ class Constants { */ public function __construct( $container ) { if ( ! defined( 'NFD_INSTALLER_VERSION' ) ) { - define( 'NFD_INSTALLER_VERSION', '1.3.1' ); + define( 'NFD_INSTALLER_VERSION', '1.3.2' ); } if ( ! defined( 'NFD_INSTALLER_BUILD_DIR' ) && defined( 'NFD_INSTALLER_VERSION' ) ) { define( 'NFD_INSTALLER_BUILD_DIR', dirname( __DIR__, 2 ) . '/build/' . NFD_INSTALLER_VERSION ); diff --git a/package.json b/package.json index 7e77c69..208fee5 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.3.1", + "version": "1.3.2", "name": "@newfold-labs/wp-module-installer", "description": "An installer for WordPress plugins and themes.", "license": "GPL-2.0-or-later",