Version Description
- July 2019 by Ipstenu
- Corrected fallback for when site is offline.
Download this release
Release Info
Developer | Ipstenu |
Plugin | LezWatch.TV News and Information |
Version | 1.1.1 |
Comparing to | |
See all releases |
Code changes from version 1.1.0 to 1.1.1
- lezwatchtv-main.php +3 -3
- readme.txt +7 -2
lezwatchtv-main.php
CHANGED
@@ -3,12 +3,12 @@
|
|
3 |
* Plugin Name: LezWatch.TV News & Information
|
4 |
* Plugin URI: https://lezwatchtv.com/about/resources/
|
5 |
* Description: Display information on queer female and trans representation on TV. Brought to you by LezWatch.TV.
|
6 |
-
* Version: 1.1.
|
7 |
* Author: LezWatch.TV
|
8 |
* Author URI: https://lezwatchtv.com/
|
9 |
* License: GPLv2 (or Later)
|
10 |
*
|
11 |
-
* Copyright 2017-
|
12 |
*
|
13 |
* This file is part of LezWatch.TV News & Information, a plugin for WordPress.
|
14 |
*
|
@@ -173,7 +173,7 @@ class LezWatchTV {
|
|
173 |
|
174 |
// Make sure it's running before we do anything...
|
175 |
if ( wp_remote_retrieve_response_code( $request ) !== 200 ) {
|
176 |
-
$
|
177 |
} else {
|
178 |
$response = wp_remote_retrieve_body( $request );
|
179 |
$response = json_decode( $response, true );
|
3 |
* Plugin Name: LezWatch.TV News & Information
|
4 |
* Plugin URI: https://lezwatchtv.com/about/resources/
|
5 |
* Description: Display information on queer female and trans representation on TV. Brought to you by LezWatch.TV.
|
6 |
+
* Version: 1.1.1
|
7 |
* Author: LezWatch.TV
|
8 |
* Author URI: https://lezwatchtv.com/
|
9 |
* License: GPLv2 (or Later)
|
10 |
*
|
11 |
+
* Copyright 2017-19 LezWatch.TV (email: webmaster@lezwatchtv.com)
|
12 |
*
|
13 |
* This file is part of LezWatch.TV News & Information, a plugin for WordPress.
|
14 |
*
|
173 |
|
174 |
// Make sure it's running before we do anything...
|
175 |
if ( wp_remote_retrieve_response_code( $request ) !== 200 ) {
|
176 |
+
$return = __( '<p>LezWatch.TV is temporarily offline, but will return soon.</p>', 'lezwatchtv' );
|
177 |
} else {
|
178 |
$response = wp_remote_retrieve_body( $request );
|
179 |
$response = json_decode( $response, true );
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: Ipstenu, liljimmi
|
3 |
Tags: television, queer, lesbian, tv, lezwatchtv
|
4 |
Requires at least: 4.8
|
5 |
-
Tested up to: 5.
|
6 |
-
Stable tag: 1.1.
|
7 |
License: GPLv2 (or Later)
|
8 |
|
9 |
Display information on queer female, transgender, and non-binary representation on TV. Brought to you by LezWatch.TV.
|
@@ -101,6 +101,11 @@ The IP address and domain of sites that use this plugin are tracked _only_ when
|
|
101 |
|
102 |
==Changelog==
|
103 |
|
|
|
|
|
|
|
|
|
|
|
104 |
= 1.1.0 =
|
105 |
|
106 |
* December 2018 by Ipstenu
|
2 |
Contributors: Ipstenu, liljimmi
|
3 |
Tags: television, queer, lesbian, tv, lezwatchtv
|
4 |
Requires at least: 4.8
|
5 |
+
Tested up to: 5.2
|
6 |
+
Stable tag: 1.1.1
|
7 |
License: GPLv2 (or Later)
|
8 |
|
9 |
Display information on queer female, transgender, and non-binary representation on TV. Brought to you by LezWatch.TV.
|
101 |
|
102 |
==Changelog==
|
103 |
|
104 |
+
= 1.1.1 =
|
105 |
+
|
106 |
+
* July 2019 by Ipstenu
|
107 |
+
* Corrected fallback for when site is offline.
|
108 |
+
|
109 |
= 1.1.0 =
|
110 |
|
111 |
* December 2018 by Ipstenu
|