Skip to content

Commit

Permalink
chore: bump Screenly Cast version to 1.0.5 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomiguelino authored Jan 29, 2025
1 parent 354751b commit ef8917f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
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,6 +1,6 @@
{
"name": "screenly-cast-for-wordpress",
"version": "1.0.4",
"version": "1.0.5",
"description": "A WordPress plugin to enable easy and beautiful casting of pages, posts and image media on [Screenly](https://www.screenly.io) digital signage devices.",
"main": "index.js",
"directories": {
Expand Down
9 changes: 7 additions & 2 deletions 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.4
Stable tag: 1.0.5
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.5 =
* Fix: Make failing unit tests pass
* Fix: Update handling of the `?srly` query parameter
* Fix: Screenly Cast theme not being applied when using the `srly` query parameter

= 1.0.4 =
* Fix: Move build artifacts to separate dist/ directory
* Fix: Improve build script to create correct WordPress plugin structure
Expand Down Expand Up @@ -81,4 +86,4 @@ For support, feature requests, and bug reports, please visit our [GitHub Issues
* Added proper query handling for Screenly Cast content

= 0.1.19 =
* Added PHPUnit test files for WordPress
* Added PHPUnit test files for WordPress
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.4
* Version: 1.0.5
* Requires at least: 6.2.4
* Requires PHP: 7.4
* Author: Screenly, Inc
Expand Down

0 comments on commit ef8917f

Please sign in to comment.