Skip to content

Commit

Permalink
Prepare release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vpetersson committed Dec 27, 2024
1 parent dd5bee4 commit cb9ad7c
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
25 changes: 24 additions & 1 deletion .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,32 @@
.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
/node_modules
/vendor
/bin
/coverage
/build
/screenly-cast/tests
/screenly-cast/bin

# IDE files
.idea
Expand All @@ -26,4 +39,14 @@ webpack.config.js
# Build files
*.map
.DS_Store
Thumbs.db
Thumbs.db

# Ensure these don't get included in the root
/*.php
/*.txt
/*.json
/*.js
/*.yml
/*.xml
/*.phar
/*.md
7 changes: 6 additions & 1 deletion screenly-cast/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion screenly-cast/screenly-cast.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb9ad7c

Please sign in to comment.