Skip to content

Commit e793317

Browse files
author
Praesidiarius
committed
path refactor to wordpress plugin directory. hotfix
1 parent a9eaa0f commit e793317

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

wp-plc-swissknife/readme.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ Just install and active. no setup or configuration yet.
5252

5353
== Changelog ==
5454

55+
= 0.3.4.1 =
56+
* hotfix - path corrections
57+
5558
= 0.3.4 =
5659
* Started to translate Plugin to German
5760
* Added "disable embeds" option
@@ -76,6 +79,9 @@ Just install and active. no setup or configuration yet.
7679

7780
== Upgrade Notice ==
7881

82+
= 0.3.4.1 =
83+
* hotfix
84+
7985
= 0.3.4 =
8086
* All settings are disabled by default now
8187

wp-plc-swissknife/wpplc-swissknife.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Plugin Name: WP PLC Swissknife
1212
* Plugin URI: https://1plc.ch/wordpress-plugins/swissknife
1313
* Description: onePlace Swissknife for Wordpress. Increase Wordpress Security and Performance
14-
* Version: 0.3.4
14+
* Version: 0.3.4.1
1515
* Author: Verein onePlace
1616
* Author URI: https://1plc.ch
1717
* License: GNU General Public License, version 2
@@ -23,7 +23,7 @@
2323
}
2424

2525
// Define Version and directories for further use in plugin
26-
define( 'WPPLC_SWISSKNIFE_VERSION', '0.3.4-dev' );
26+
define( 'WPPLC_SWISSKNIFE_VERSION', '0.3.4.1-stable' );
2727
define( 'WPPLC_SWISSKNIFE_MAIN_FILE', __FILE__ );
2828
define( 'WPPLC_SWISSKNIFE_MAIN_DIR', __DIR__ );
2929
define( 'WPPLC_SWISSKNIFE_PUB_DIR',str_replace([$_SERVER['DOCUMENT_ROOT']],[''],WPPLC_SWISSKNIFE_MAIN_DIR));

0 commit comments

Comments
 (0)