Skip to content

Commit

Permalink
Updated version to 3.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Ems committed Feb 5, 2013
1 parent 5f426b8 commit 1314009
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@
[WordPress.org](https://wordpress.org/extend/plugins/wordpress-https/) |
[GitHub-Repository](https://github.com/Mvied/wordpress-https) |
[WordPress.org-SVN](http://plugins.trac.wordpress.org/browser/wordpress-https/) |
[Issue-Tracker](https://github.com/Mvied/wordpress-https/issues) |
[Issue-Tracker](https://github.com/Mvied/wordpress-https/issues)

### WordPress
* Requires at least: 3.0
Expand Down
13 changes: 8 additions & 5 deletions readme.txt
Expand Up @@ -4,18 +4,18 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
Tags: security, encryption, ssl, shared ssl, private ssl, public ssl, private ssl, http, https
Requires at least: 3.0
Tested up to: 3.5
Stable tag: 3.3.0
Stable tag: 3.3.1
License: GPLv3

WordPress HTTPS is intended to be an all-in-one solution to using SSL on WordPress sites.

== Description ==
Read the <a href="http://wordpress.org/extend/plugins/wordpress-https/installation/">Installation Guide</a>.
If after setting up the plugin you are experiencing issues, please check the <a href="http://wordpress.org/extend/plugins/wordpress-https/faq/">FAQ</a>. If you are still unable to resolve your issue, <a href="http://wordpress.org/support/plugin/wordpress-https">start a support topic</a> and I will do my best to assist you.
<p>Read the <a href="http://wordpress.org/extend/plugins/wordpress-https/installation/">Installation Guide</a>. If after setting up the plugin you are experiencing issues, please check the <a href="http://wordpress.org/extend/plugins/wordpress-https/faq/">FAQ</a>.</p>
<p>If you are still unable to resolve your issue, <a href="http://wordpress.org/support/plugin/wordpress-https">start a support topic</a> and I or someone from the community will be able to assist you.</p>

= Development =
Contribute Code at [https://github.com/Mvied/wordpress-https](https://github.com/Mvied/wordpress-https)
Contribute Translations at [https://translate.foe-services.de/projects/wordpress-https](https://translate.foe-services.de/projects/wordpress-https)
<p>Contribute Code at [https://github.com/Mvied/wordpress-https](https://github.com/Mvied/wordpress-https)</p>
<p>Contribute Translations at [https://translate.foe-services.de/projects/wordpress-https](https://translate.foe-services.de/projects/wordpress-https)</p>

== Installation ==
1. Upload the `wordpress-https` folder to the `/wp-content/plugins/` directory.
Expand Down Expand Up @@ -97,6 +97,9 @@ add_filter('force_ssl', 'store_force_ssl', 10, 3);`
2. Force SSL checkbox added to add/edit posts screen

== Changelog ==
= 3.3.1 =
* Slightly adjusted settings page column widths.
* Bug Fix - Installations with a non-default wp-content folder location should no longer experience issues with the WordPress HTTPS settings page.
= 3.3.0 =
* Tested with WordPress v3.5.
* Added German translation and gettext support. Thanks <a href="https://github.com/cfoellmann">Christian Foellmann</a>.
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/
Description: WordPress HTTPS is intended to be an all-in-one solution to using SSL on WordPress sites.
Author: Mike Ems
Version: 3.3.0
Version: 3.3.1
Author URI: http://mvied.com/
Text Domain: wordpress-https
Expand Down Expand Up @@ -46,7 +46,7 @@ function wphttps_autoloader($class) {
if ( function_exists('get_bloginfo') && ! defined('WP_UNINSTALL_PLUGIN') ) {
$wordpress_https = new WordPressHTTPS;
$wordpress_https->setSlug('wordpress-https');
$wordpress_https->setVersion('3.3.0');
$wordpress_https->setVersion('3.3.1');
$wordpress_https->setLogger(WordPressHTTPS_Logger::getInstance());
$wordpress_https->setDirectory(dirname(__FILE__));
$wordpress_https->setModuleDirectory(dirname(__FILE__) . '/lib/WordPressHTTPS/Module/');
Expand Down

0 comments on commit 1314009

Please sign in to comment.