diff --git a/README.md b/README.md index c1342e6..07cb795 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Print-O-Matic * Tags: print, print element, print shortcode, send to print, print button, print me, jQuery, print page, javascript, twinpictures, plugin oven * Requires at least: 4.9 * Tested up to: 6.0 -* Stable tag: 2.1.7c +* Stable tag: 2.1.7 * License: GPLv2 or later * License URI: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/print-o-matic.php b/print-o-matic.php index cec32f7..4b62591 100644 --- a/print-o-matic.php +++ b/print-o-matic.php @@ -4,7 +4,7 @@ Text Domain: print-o-matic Plugin URI: https://pluginoven.com/plugins/print-o-matic/ Description: Shortcode that adds a printer icon, allowing the user to print the post or a specified HTML element in the post. -Version: 2.1.7c +Version: 2.1.7 Author: twinpictures Author URI: https://twinpictures.de License: GPL2 @@ -17,7 +17,7 @@ */ class WP_Print_O_Matic { - var $version = '2.1.7c'; + var $version = '2.1.7'; var $domain = 'printomat'; var $options_name = 'WP_Print_O_Matic_options'; var $options = array( diff --git a/readme.txt b/readme.txt index 23e64d3..461a871 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://pluginoven.com/panares-fund/ Tags: print, print element, print shortcode, send to print, print button, print me, jQuery, print page, javascript, twinpictures, plugin oven Requires at least: 4.9 Tested up to: 6.0 -Stable tag: 2.1.7c +Stable tag: 2.1.7 Requires PHP: 7.2 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html