From 8c455e038591755afc0185c48c3a5ca385a1c64a Mon Sep 17 00:00:00 2001 From: Jason Yingling Date: Mon, 16 Sep 2024 12:21:26 -0500 Subject: [PATCH] tagging 1.1.8 --- easy-footnotes.php | 2 +- readme.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/easy-footnotes.php b/easy-footnotes.php index 8098b5b..d795582 100644 --- a/easy-footnotes.php +++ b/easy-footnotes.php @@ -3,7 +3,7 @@ * Plugin Name: Easy Footnotes * Plugin URI: https://jasonyingling.me/easy-footnotes-wordpress/ * Description: Easily add footnotes to your posts with a simple shortcode. - * Version: 1.1.7 + * Version: 1.1.8 * Author: Jason Yingling * Author URI: https://jasonyingling.me * License: GPL2 diff --git a/readme.txt b/readme.txt index cf4adbe..aa45696 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: yingling017, twinpictures Donate link: http://jasonyingling.me Tags: footnotes, read, blogging, hover, tooltips, editing, endnotes, Formatting, writing, bibliography, notes, reference Requires at least: 3.0.1 -Tested up to: 6.0.2 -Stable tag: 1.1.7 +Tested up to: 6.6.2 +Stable tag: 1.1.8 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -70,7 +70,7 @@ add_action( 'wp_enqueue_scripts', 'efn_deregister_scripts' ); == Changelog == -= 1.1.7 = += 1.1.8 = * WordPress 6.6 support = 1.1.6 =