Skip to content

Commit

Permalink
Version to 3.0.5b1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Ems committed May 31, 2012
1 parent fedc002 commit a012562
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions readme.txt
Expand Up @@ -77,6 +77,8 @@ add_filter('force_ssl', 'store_force_ssl', 10, 2);`
* SSL Domain Mapping * SSL Domain Mapping


== Changelog == == Changelog ==
= 3.0.5 =
* Users receiving 404 errors on every page when using Shared SSL should now be able to use those Shared SSL's that previously did not work.
= 3.0.4 = = 3.0.4 =
* Fixed multiple bugs for sites using SSL for the entire site. * Fixed multiple bugs for sites using SSL for the entire site.
* Bug Fix - plugin should no longer try to load hidden files as modules. * Bug Fix - plugin should no longer try to load hidden files as modules.
Expand Down
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.0.4 Version: 3.0.5b1
Author URI: http://mvied.com/ Author URI: http://mvied.com/
*/ */


Expand Down Expand Up @@ -48,7 +48,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.0.4'); $wordpress_https->setVersion('3.0.5b1');
$wordpress_https->setLogger(WordPressHTTPS_Logger::getInstance()); $wordpress_https->setLogger(WordPressHTTPS_Logger::getInstance());
$wordpress_https->setPluginUrl(plugins_url('', __FILE__)); $wordpress_https->setPluginUrl(plugins_url('', __FILE__));
$wordpress_https->setDirectory(dirname(__FILE__)); $wordpress_https->setDirectory(dirname(__FILE__));
Expand Down

0 comments on commit a012562

Please sign in to comment.