From cb9ad7cf704ea967cd86ad6876573fcc91692ef4 Mon Sep 17 00:00:00 2001 From: Viktor Petersson Date: Fri, 27 Dec 2024 12:19:45 +0000 Subject: [PATCH] Prepare release v1.0.2 --- .distignore | 25 ++++++++++++++++++++++++- screenly-cast/readme.txt | 7 ++++++- screenly-cast/screenly-cast.php | 2 +- 3 files changed, 31 insertions(+), 3 deletions(-) diff --git a/.distignore b/.distignore index 49e0a0e..1976f5c 100644 --- a/.distignore +++ b/.distignore @@ -5,12 +5,22 @@ .distignore .editorconfig .phpcs.xml.dist +.eslintrc.js +.prompt +.stylelintrc.json composer.json composer.lock phpunit.xml +phpunit.xml.dist package.json package-lock.json webpack.config.js +wp-cli.phar +go-pear.phar +docker-compose.yml +VERSION +LICENSE +README.md # Development directories /tests @@ -18,6 +28,9 @@ webpack.config.js /vendor /bin /coverage +/build +/screenly-cast/tests +/screenly-cast/bin # IDE files .idea @@ -26,4 +39,14 @@ webpack.config.js # Build files *.map .DS_Store -Thumbs.db \ No newline at end of file +Thumbs.db + +# Ensure these don't get included in the root +/*.php +/*.txt +/*.json +/*.js +/*.yml +/*.xml +/*.phar +/*.md \ No newline at end of file diff --git a/screenly-cast/readme.txt b/screenly-cast/readme.txt index 2c0fefb..ba4394b 100644 --- a/screenly-cast/readme.txt +++ b/screenly-cast/readme.txt @@ -3,7 +3,7 @@ Contributors: vpetersson Tags: digital signage, screenly Requires at least: 6.2.4 Tested up to: 6.4.3 -Stable tag: 1.0.1 +Stable tag: 1.0.2 Requires PHP: 7.4 License: GPLv2 License URI: https://github.com/Screenly/Screenly-Cast-for-WordPress/blob/master/LICENSE @@ -50,6 +50,11 @@ For support, feature requests, and bug reports, please visit our [GitHub Issues == Changelog == += 1.0.2 = +* Fix: Remove all development files and directories from release package +* Fix: Improve .distignore patterns to match actual directory structure +* Fix: Clean up root directory files from WordPress.org deployment + = 1.0.1 = * Fix: Remove development files from release package * Fix: Clean up files included in WordPress.org deployment diff --git a/screenly-cast/screenly-cast.php b/screenly-cast/screenly-cast.php index e1b2b0f..5f8de39 100644 --- a/screenly-cast/screenly-cast.php +++ b/screenly-cast/screenly-cast.php @@ -3,7 +3,7 @@ * Plugin Name: Screenly Cast * Plugin URI: https://www.screenly.io * Description: A WordPress plugin to enable easy and beautiful casting of pages, posts and image media on Screenly digital signage devices. - * Version: 1.0.1 + * Version: 1.0.2 * Requires at least: 6.2.4 * Requires PHP: 7.4 * Author: Screenly, Inc