Changeset 2376401
- Timestamp:
- 09/07/2020 10:18:12 AM (5 years ago)
- Location:
- enable-accessibility
- Files:
-
- 15 added
- 2 edited
-
tags/1.3.2 (added)
-
tags/1.3.2/LICENSE.txt (added)
-
tags/1.3.2/assets (added)
-
tags/1.3.2/assets/css (added)
-
tags/1.3.2/assets/css/admin-style.css (added)
-
tags/1.3.2/assets/images (added)
-
tags/1.3.2/enable-accessibility.php (added)
-
tags/1.3.2/includes (added)
-
tags/1.3.2/includes/accessibility-attachments-alt.php (added)
-
tags/1.3.2/includes/accessibility-settings.php (added)
-
tags/1.3.2/includes/class-accesibility-loader.php (added)
-
tags/1.3.2/languages (added)
-
tags/1.3.2/languages/enable-accessibility-he_IL.mo (added)
-
tags/1.3.2/languages/enable-accessibility-he_IL.po (added)
-
tags/1.3.2/readme.txt (added)
-
trunk/enable-accessibility.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
enable-accessibility/trunk/enable-accessibility.php
r2360027 r2376401 3 3 * Plugin Name: Enable Accessibility 4 4 * 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. 15 * Version: 1.3.2 6 6 * Author: uPress 7 7 * Author URI: https://www.upress.co.il … … 53 53 $this->plugin_slug = 'enable-accessibility'; 54 54 load_plugin_textdomain( $this->plugin_slug, false, basename( dirname( __FILE__ ) ) . '/languages/' ); 55 $this->version = '1.3. 0';55 $this->version = '1.3.2'; 56 56 57 57 $this->kses_allowed_html = array( … … 255 255 foreach( $this->enable_hosts as $host ) { 256 256 $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, 258 259 ) ); 259 260 $json = wp_remote_retrieve_body( $response ); -
enable-accessibility/trunk/readme.txt
r2360027 r2376401 59 59 60 60 == Changelog == 61 = 1.3.2 = 62 * Fix checking license 63 61 64 = 1.3.1 = 62 65 * Bump tested up to version
Note: See TracChangeset
for help on using the changeset viewer.