Skip to content

Commit

Permalink
Updated version to 3.2.1b1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Ems committed Oct 14, 2012
1 parent 374493e commit c9921b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wordpress-https.php
Expand Up @@ -4,7 +4,7 @@
Plugin URI: http://mvied.com/projects/wordpress-https/ Plugin URI: http://mvied.com/projects/wordpress-https/
Description: WordPress HTTPS is intended to be an all-in-one solution to using SSL on WordPress sites. Description: WordPress HTTPS is intended to be an all-in-one solution to using SSL on WordPress sites.
Author: Mike Ems Author: Mike Ems
Version: 3.2 Version: 3.2.1b1
Author URI: http://mvied.com/ Author URI: http://mvied.com/
*/ */


Expand Down Expand Up @@ -41,7 +41,7 @@ function wphttps_autoloader($class) {
if ( function_exists('get_bloginfo') && ! defined('WP_UNINSTALL_PLUGIN') ) { if ( function_exists('get_bloginfo') && ! defined('WP_UNINSTALL_PLUGIN') ) {
$wordpress_https = new WordPressHTTPS; $wordpress_https = new WordPressHTTPS;
$wordpress_https->setSlug('wordpress-https'); $wordpress_https->setSlug('wordpress-https');
$wordpress_https->setVersion('3.2'); $wordpress_https->setVersion('3.2.1b1');
$wordpress_https->setLogger(WordPressHTTPS_Logger::getInstance()); $wordpress_https->setLogger(WordPressHTTPS_Logger::getInstance());
$wordpress_https->setDirectory(dirname(__FILE__)); $wordpress_https->setDirectory(dirname(__FILE__));
$wordpress_https->setModuleDirectory(dirname(__FILE__) . '/lib/WordPressHTTPS/Module/'); $wordpress_https->setModuleDirectory(dirname(__FILE__) . '/lib/WordPressHTTPS/Module/');
Expand Down

0 comments on commit c9921b8

Please sign in to comment.