Skip to content

Commit

Permalink
Bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bordoni committed Jun 24, 2014
1 parent aab81f8 commit b89adf7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion classes/plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Plugin {
* @since 0.1.0
* @var string
*/
const version = '0.1.1';
const version = '0.1.2';

/**
* A static variable that holds a dinamic instance of the class
Expand Down
14 changes: 3 additions & 11 deletions fakerpress.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
<?php
/**
* FakerPress
*
* @package fakerpress
* @author Gustavo Bordoni <[email protected]>
* @license GPL-2.0+
* @link http://bordoni.me
* @copyright 2014 Bordoni
*
* Plugin Name: FakerPress
* Plugin URI: https://github.com/iryz/fakerpress
* Description: FakerPress is a clean way to generate fake data to your WordPress instalation, great for developers who need testing
* Version: 0.1.1
* Version: 0.1.2
* Author: Iryz
* Author URI: http://iryz.org
* Text Domain: fakerpress
Expand Down Expand Up @@ -57,9 +49,9 @@ function _fp_l10n() {
echo "<style>body{margin: 0 2px;font-family: 'Open Sans',sans-serif;font-size: 13px;line-height: 1.5em;}</style>";
echo wp_kses_post( __( '<b>FakerPress</b> requires PHP 5.3 or higher, and the plugin has now disabled itself.', 'fakerpress' ) ) .
'<br />' .
__( 'To allow better control over dates, advanced security improvements and performance gain.', 'fakerpress' ) .
esc_attr__( 'To allow better control over dates, advanced security improvements and performance gain.', 'fakerpress' ) .
'<br />' .
__( 'Contact your Hosting or your system administrator and ask for this Upgrade to version 5.3 of PHP.', 'vsh' );
esc_attr__( 'Contact your Hosting or your system administrator and ask for this Upgrade to version 5.3 of PHP.', 'vsh' );
exit();
}

Expand Down

0 comments on commit b89adf7

Please sign in to comment.