Skip to content
This repository has been archived by the owner on Sep 7, 2018. It is now read-only.

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
felixarntz committed Jul 24, 2016
1 parent 67eb1be commit f515df1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "felixarntz/wp-encrypt",
"description": "Generate and manage SSL certificates for your WordPress sites for free with this Let's Encrypt client.",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"license": "GPL-3.0",
"type": "wordpress-plugin",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wp-encrypt",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "Generate and manage SSL certificates for your WordPress sites for free with this Let's Encrypt client.",
"keywords": [
"wordpress",
Expand Down
6 changes: 4 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Contributors: flixos90
Donate link: https://leaves-and-love.net/wordpress-plugins/
Requires at least: 4.2
Tested up to: 4.5.3
Stable tag: 1.0.0-beta.2
Version: 1.0.0-beta.2
Stable tag: 1.0.0-beta.3
Version: 1.0.0-beta.3
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: lets encrypt, ssl, certificates, https, free ssl
Expand All @@ -30,6 +30,8 @@ The plugin is fully compatible with Multisite and Multinetwork. In a Multisite i

This plugin requires you to run at least PHP 5.3 on your server. You also need to have the `cURL` and `OpenSSL` extensions active. Please check with your hosting provider if you're not sure whether your server meets these requirements or how to set them up. You also need to be able to adjust the server configuration to use the certificate the plugin obtains.

If you don't have permissions to modify the server configuration, you might be able to still use the certificates if your host provides an interface to upload your own SSL certificates. In that case you can simply upload the generated certificate files there.

= Notes =

[1] Almost no reason. You still need to be able to access and modify your server configuration to set up SSL and use the certificate the plugin obtained for you.
Expand Down
4 changes: 2 additions & 2 deletions wp-encrypt.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: WP Encrypt
Plugin URI: https://wordpress.org/plugins/wp-encrypt/
Description: Generate and manage SSL certificates for your WordPress sites for free with this Let's Encrypt client.
Version: 1.0.0-beta.2
Version: 1.0.0-beta.3
Author: Felix Arntz
Author URI: https://leaves-and-love.net
License: GNU General Public License v3
Expand Down Expand Up @@ -42,7 +42,7 @@
LaL_WP_Plugin_Loader::load_plugin( array(
'slug' => 'wp-encrypt',
'name' => 'WP Encrypt',
'version' => '1.0.0-beta.2',
'version' => '1.0.0-beta.3',
'main_file' => __FILE__,
'namespace' => 'WPENC',
'textdomain' => 'wp-encrypt',
Expand Down

0 comments on commit f515df1

Please sign in to comment.