Skip to content

Commit

Permalink
Merge pull request #13 from jasonyingling/release/1.1.6
Browse files Browse the repository at this point in the history
Release/1.1.6
  • Loading branch information
jasonyingling authored Sep 8, 2022
2 parents 3c71d7c + 8a9bf3e commit 50ac8c4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 20 deletions.
17 changes: 0 additions & 17 deletions easy-footnotes-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,21 +66,4 @@
<p><?php echo esc_html__( 'Shortcode: [efn_note]Insert your note here.[/efn_note]', 'easy-footnotes' ); ?></p>
</div>

<div class="efn-preview">
<a class="efn-theme-link" href="<?php echo esc_url( 'https://www.themes.pizza/?utm_source=easy-footnotes&utm_medium=button&utm_campaign=efnupsell' ); ?>" target="_blank"><img src="<?php echo esc_url( plugins_url( '/assets/zuul-wordpress-theme.jpg', __FILE__ ) ); ?>" alt="Zuul WordPress Theme homepage in various color options" /></a>
<div class="efn-preview-copy">
<h2><?php esc_html_e( 'Tasty WordPress Themes', 'easy-footnotes' ); ?></h2>
<p>
<?php
printf(
wp_kses_post( 'Love easy footnotes? Check out my premium themes now available on Themes.Pizza. Each theme is hand crafted from the finest ingredients with a specific purpose in mind. Need to start a side project / membership site? Try out <a href="%1s" target="_blank">Zuul</a>. Looking to establish yourself as an authoirty on a subject? Try out <a href="%2s" target="_blank">The Authority Pro</a>.', 'easy-footnotes' ),
esc_url( 'https://www.themes.pizza/downloads/zuul-pro/?utm_source=easy-footnotes&utm_medium=button&utm_campaign=efnupsell' ),
esc_url( 'https://www.themes.pizza/downloads/the-authority-pro/?utm_source=easy-footnotes&utm_medium=button&utm_campaign=efnupsell' )
);
?>
</p>
<p><?php echo wp_kses_post( 'All themes are 100% GPL. Use them on as many sites as you want and make something awesome! And for being a faithful Easy Footnotes user get 20% off with the code <strong>TASTYZA</strong>.', 'easy-footnotes' ); ?></p>
<a class="efn-theme-button" href="<?php echo esc_url( 'https://www.themes.pizza/?utm_source=easy-footnotes&utm_medium=button&utm_campaign=efnupsell' ); ?>" target="_blank"><?php esc_html_e( 'Shop Now', 'easy-footnotes' ); ?></a>
</div>
</div>
</div>
2 changes: 1 addition & 1 deletion easy-footnotes.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.5
* Version: 1.1.6
* Author: Jason Yingling
* Author URI: https://jasonyingling.me
* License: GPL2
Expand Down
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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: 5.5
Stable tag: 1.1.5
Tested up to: 6.0.2
Stable tag: 1.1.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -70,6 +70,11 @@ add_action( 'wp_enqueue_scripts', 'efn_deregister_scripts' );</code>

== Changelog ==

= 1.1.6 =
* Removing themes.pizza references
* WordPress 6.0.2 support
* PHP 8.0 support

= 1.1.5 =
* WordPress 5.5 compatability

Expand Down

0 comments on commit 50ac8c4

Please sign in to comment.