Plugin Directory

Changeset 2964547 for simple-https


Ignore:
Timestamp:
09/08/2023 02:40:15 PM (3 years ago)
Author:
neoslab
Message:

Updated to new version

Location:
simple-https/trunk
Files:
10 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • simple-https/trunk/README.txt

    r2963841 r2964547  
    44Requires at least: 4.9
    55Tested up to: 6.3.1
    6 Stable tag: 2.2.2
     6Stable tag: 2.2.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2525
    2626== Changelog ==
     27
     28= 2.2.3 (2023-09-08) =
     29* Code revision and optimization
    2730
    2831= 2.2.2 (2023-09-06) =
  • simple-https/trunk/admin/class-simple-https-admin.php

    r2905919 r2964547  
    5151    public function enqueue_styles()
    5252    {
    53         wp_register_style($this->pluginName.'-fontawesome', plugin_dir_url(__FILE__).'assets/fonts/font-awesome/css/all.min.css', array(), $this->version, 'all');
     53        wp_register_style($this->pluginName.'-fontawesome', plugin_dir_url(__FILE__).'assets/styles/fontawesome.min.css', array(), $this->version, 'all');
    5454        wp_register_style($this->pluginName.'-dashboard', plugin_dir_url(__FILE__).'assets/styles/simple-https-admin.min.css', array(), $this->version, 'all');
    5555        wp_enqueue_style($this->pluginName.'-fontawesome');
  • simple-https/trunk/simple-https.php

    r2963841 r2964547  
    1616 * Plugin URI: https://wordpress.org/plugins/simple-https/
    1717 * Description: Correct your SSL/HTTPS issue within few clicks and enable HTTP Strict Transport Security for your website ! You only need to ensure that you already have an SSL certificate installed, and this plugin will do the rest.
    18  * Version: 2.2.2
     18 * Version: 2.2.3
    1919 * Author: Neoslab
    2020 * Author URI: https://neoslab.com
     
    3838 * Rename this for your plugin and update it as you release new versions
    3939*/
    40 define('SIMPLE_HTTPS_VERSION', '2.2.2');
     40define('SIMPLE_HTTPS_VERSION', '2.2.3');
    4141
    4242/**
Note: See TracChangeset for help on using the changeset viewer.