=== HTTP to HTTPS === Contributors: orbam7819 Donate link: https://paypal.me/ambrogiopiredda Tags: ssl, http, https Requires at least: 4.8 Tested up to: 4.9 Stable tag: 2.0 Requires PHP: 5.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Change links, images and attachments URLs from 'http' to 'https' in posts, pages and comments after installing an SSL certificate on your site. == Description == **It doesn't work with the latest versions of WordPress, and as there is no demand for it, there will be no updates.** After installing an SSL certificate on your site, usually, a warning about parts of your page not being secure will appear, and that's because you have a lot of http URLs left in your posts, pages, comments, etc. This plugin will replace all those http URLs with https' URLs. Running the plugin is not garantee that the warning will disappear. You can check in the console of your browser to see what's left that's still causing the warning to appear. == Installation == **Installation via WordPress** 1. Go to the menu 'Plugins' -> 'Install' and search for 'HTTP to HTTPS' 2. Click 'Install' 3. Go to 'Tools' in the admin menu, select 'HTTP to HTTPS' and follow the instructions. **Manual Installation** 1. Upload 'http-to-https' directory to the '/wp-content/plugins/' directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Go to 'Tools' in the admin menu, select 'HTTP to HTTPS' and follow the instructions. == Screenshots == 1. HTTP to HTTPS == Changelog == = 2.0 — 16 of October, 2018 = * Added a new option to simulate a replacement of the URLs * Improved the code * Improved the settings' page = 1.0 — 13 of October, 2018 = * First release.