diff --git a/wp-plc-swissknife/readme.txt b/wp-plc-swissknife/readme.txt index 839eefd..74a8443 100644 --- a/wp-plc-swissknife/readme.txt +++ b/wp-plc-swissknife/readme.txt @@ -52,6 +52,9 @@ Just install and active. no setup or configuration yet. == Changelog == += 0.3.4.1 = +* hotfix - path corrections + = 0.3.4 = * Started to translate Plugin to German * Added "disable embeds" option @@ -76,6 +79,9 @@ Just install and active. no setup or configuration yet. == Upgrade Notice == += 0.3.4.1 = +* hotfix + = 0.3.4 = * All settings are disabled by default now diff --git a/wp-plc-swissknife/wpplc-swissknife.php b/wp-plc-swissknife/wpplc-swissknife.php index 9cd23cc..c77e3da 100644 --- a/wp-plc-swissknife/wpplc-swissknife.php +++ b/wp-plc-swissknife/wpplc-swissknife.php @@ -11,7 +11,7 @@ * Plugin Name: WP PLC Swissknife * Plugin URI: https://1plc.ch/wordpress-plugins/swissknife * Description: onePlace Swissknife for Wordpress. Increase Wordpress Security and Performance - * Version: 0.3.4 + * Version: 0.3.4.1 * Author: Verein onePlace * Author URI: https://1plc.ch * License: GNU General Public License, version 2 @@ -23,7 +23,7 @@ } // Define Version and directories for further use in plugin -define( 'WPPLC_SWISSKNIFE_VERSION', '0.3.4-dev' ); +define( 'WPPLC_SWISSKNIFE_VERSION', '0.3.4.1-stable' ); define( 'WPPLC_SWISSKNIFE_MAIN_FILE', __FILE__ ); define( 'WPPLC_SWISSKNIFE_MAIN_DIR', __DIR__ ); define( 'WPPLC_SWISSKNIFE_PUB_DIR',str_replace([$_SERVER['DOCUMENT_ROOT']],[''],WPPLC_SWISSKNIFE_MAIN_DIR));