Skip to content

Commit

Permalink
path refactor to wordpress plugin directory. hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Praesidiarius committed Dec 6, 2019
1 parent a9eaa0f commit e793317
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions wp-plc-swissknife/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
4 changes: 2 additions & 2 deletions wp-plc-swissknife/wpplc-swissknife.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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));
Expand Down

0 comments on commit e793317

Please sign in to comment.