Plugin Directory

Changeset 2376401


Ignore:
Timestamp:
09/07/2020 10:18:12 AM (5 years ago)
Author:
upress
Message:

v1.3.2

Location:
enable-accessibility
Files:
15 added
2 edited

Legend:

Unmodified
Added
Removed
  • enable-accessibility/trunk/enable-accessibility.php

    r2360027 r2376401  
    33 * Plugin Name: Enable Accessibility
    44 * Description: Enable Accessibility is a beautiful Advanced Toolbar that gives you great tools for fixing a common accessibility problems in WordPress themes..
    5  * Version:     1.3.1
     5 * Version:     1.3.2
    66 * Author:      uPress
    77 * Author URI: https://www.upress.co.il
     
    5353            $this->plugin_slug = 'enable-accessibility';
    5454            load_plugin_textdomain( $this->plugin_slug, false, basename( dirname( __FILE__ ) ) . '/languages/' );
    55             $this->version = '1.3.0';
     55            $this->version = '1.3.2';
    5656
    5757            $this->kses_allowed_html = array(
     
    255255            foreach( $this->enable_hosts as $host ) {
    256256                $response     = wp_safe_remote_get( "https://my.{$host}/modules/addons/goenable/api.php?litk=" . urlencode( $lkey ) . "&r=" . urlencode( site_url() ), array(
    257                     'user-agent' => 'enable-accessibility/' . ENABLE_ACCESSIBILITY_VERSION
     257                    'user-agent' => 'enable-accessibility/' . ENABLE_ACCESSIBILITY_VERSION,
     258                    'sslverify' => false,
    258259                ) );
    259260                $json         = wp_remote_retrieve_body( $response );
  • enable-accessibility/trunk/readme.txt

    r2360027 r2376401  
    5959
    6060== Changelog ==
     61= 1.3.2 =
     62* Fix checking license
     63
    6164= 1.3.1 =
    6265* Bump tested up to version
Note: See TracChangeset for help on using the changeset viewer.