Skip to content

Commit

Permalink
fixed a WebsiteBaker compatibility problem
Browse files Browse the repository at this point in the history
  • Loading branch information
hertsch committed Jun 15, 2012
1 parent c429537 commit d999ee8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,5 +1,9 @@
### libSimplePie

0.12 - 2012-06-15

* fixed a WebsiteBaker compatibility problem

0.11 - 2012-06-14

* removed WebsiteBaker version check
Expand Down
2 changes: 1 addition & 1 deletion info.php
Expand Up @@ -38,7 +38,7 @@
$module_directory = 'lib_simplepie';
$module_name = 'libSimplePie';
$module_function = (defined('LEPTON_VERSION')) ? 'library' : 'snippet';
$module_version = '0.11';
$module_version = '0.12';
$module_status = 'Stable';
$module_platform = '2.8';
$module_author = 'Ralf Hertsch - Berlin (Germany)';
Expand Down
1 change: 0 additions & 1 deletion wb2lepton.php
Expand Up @@ -14,6 +14,5 @@
* @license MIT License (MIT) http://www.opensource.org/licenses/MIT
*/

if (!defined('LEPTON_SERVER_ADDR')) define('LEPTON_SERVER_ADDR', WB_SERVER_ADDR);
if (!defined('LEPTON_PATH')) define('LEPTON_PATH', WB_PATH);
if (!defined('LEPTON_URL')) define('LEPTON_URL', WB_URL);

0 comments on commit d999ee8

Please sign in to comment.