From eefa5227c93a28e2926de147c23021574f7981db Mon Sep 17 00:00:00 2001 From: Edi Amin Date: Sat, 16 Nov 2024 15:15:14 +0600 Subject: [PATCH] Include license.txt in zip --- composer.json | 1 + zip.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1323702..84e03c2 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,7 @@ { "$schema": "https://getcomposer.org/schema.json", "name": "ediamin/css-class-manager", + "version": "1.1.0", "description": "An advanced autocomplete additional css class control for your blocks.", "type": "wordpress-plugin", "license": "GPL-3.0", diff --git a/zip.php b/zip.php index 67a9f54..cfd5e11 100644 --- a/zip.php +++ b/zip.php @@ -20,7 +20,7 @@ shell_exec( 'cp -r languages build/languages' ); shell_exec( 'cp css-class-manager.php build' ); shell_exec( 'cp index.php build' ); -shell_exec( 'cp LICENSE build' ); +shell_exec( 'cp license.txt build' ); shell_exec( 'cp readme.txt build' ); // WP CLI commands to read composer.json, remove `repositories`, `require-dev`