Skip to content

Commit

Permalink
chore: add version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joerivanveen committed Oct 19, 2024
1 parent 4d24d0b commit 6b1cf77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion ruigehond-embed/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=hallo
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Stable tag: 1.4.0
Stable tag: 1.4.1
License: GPLv3

Prevent your site from being embedded. Select specific urls that may be embedded from specific origins.
Expand Down Expand Up @@ -72,4 +72,6 @@ Install the plugin by clicking ‘Install now’ below, or the ‘Download’ bu

== Changelog ==

1.4.1: restore query string processing in htaccess and short circuit unnecessary php processing

1.4.0: release into the wild
4 changes: 2 additions & 2 deletions ruigehond-embed/ruigehond-embed.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin Name: Ruigehond embed
Plugin URI: https://github.com/joerivanveen/ruigehond-embed
Description: Embed selected urls from your website elsewhere
Version: 1.4.0
Version: 1.4.1
Requires at least: 5.0
Tested up to: 6.6
Requires PHP: 7.4
Expand All @@ -18,7 +18,7 @@
// TODO maybe add csp functionality to php as well
defined( 'ABSPATH' ) || die();
// This is plugin nr. 15 by Ruige hond. It identifies as: ruigehond015.
const RUIGEHOND015_VERSION = '1.4.0';
const RUIGEHOND015_VERSION = '1.4.1';
$ruigehond015_basename = plugin_basename( __FILE__ );
// Startup the plugin
add_action( 'init', 'ruigehond015_run' );
Expand Down

0 comments on commit 6b1cf77

Please sign in to comment.