Version Description
- Fix bug with banner text newlines.
Download this release
Release Info
Developer | rpetersen29 |
Plugin | Simple Banner |
Version | 2.0.4 |
Comparing to | |
See all releases |
Code changes from version 2.0.5 to 2.0.4
- readme.txt +2 -8
- simple-banner-pro.js +0 -1
- simple-banner.php +2 -2
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: rpetersen29
|
|
3 |
Donate link: https://www.paypal.me/rpetersenDev
|
4 |
Tags: banner, banners, simple, announcement, announcements, cta, notification, bar, bars, free, hello bar, hellobar, pro
|
5 |
Requires at least: 3.0.1
|
6 |
-
Tested up to: 4.9.
|
7 |
-
Stable tag: 2.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -45,9 +45,6 @@ Yes.
|
|
45 |
|
46 |
== Changelog ==
|
47 |
|
48 |
-
= 2.0.5 =
|
49 |
-
* Fixed svn repo files.
|
50 |
-
|
51 |
= 2.0.4 =
|
52 |
* Fix bug with banner text newlines.
|
53 |
|
@@ -101,9 +98,6 @@ Yes.
|
|
101 |
|
102 |
== Upgrade Notice ==
|
103 |
|
104 |
-
= 2.0.4 =
|
105 |
-
Bug fixes for scripts.
|
106 |
-
|
107 |
= 2.0.4 =
|
108 |
Bug fixes for banner text.
|
109 |
|
3 |
Donate link: https://www.paypal.me/rpetersenDev
|
4 |
Tags: banner, banners, simple, announcement, announcements, cta, notification, bar, bars, free, hello bar, hellobar, pro
|
5 |
Requires at least: 3.0.1
|
6 |
+
Tested up to: 4.9.7
|
7 |
+
Stable tag: 2.0.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
45 |
|
46 |
== Changelog ==
|
47 |
|
|
|
|
|
|
|
48 |
= 2.0.4 =
|
49 |
* Fix bug with banner text newlines.
|
50 |
|
98 |
|
99 |
== Upgrade Notice ==
|
100 |
|
|
|
|
|
|
|
101 |
= 2.0.4 =
|
102 |
Bug fixes for banner text.
|
103 |
|
simple-banner-pro.js
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
// v2.0.5
|
2 |
if (!window.location.origin.includes("localhost")) {
|
3 |
var xhr = new XMLHttpRequest();
|
4 |
xhr.open("POST", "https://simple-banner.glitch.me/origin", true);
|
|
|
1 |
if (!window.location.origin.includes("localhost")) {
|
2 |
var xhr = new XMLHttpRequest();
|
3 |
xhr.open("POST", "https://simple-banner.glitch.me/origin", true);
|
simple-banner.php
CHANGED
@@ -3,13 +3,13 @@
|
|
3 |
* Plugin Name: Simple Banner
|
4 |
* Plugin URI: https://github.com/rpetersen29/simple-banner
|
5 |
* Description: Display a simple banner at the top of your website.
|
6 |
-
* Version: 2.0.
|
7 |
* Author: Ryan Petersen
|
8 |
* Author URI: http://rpetersen29.github.io/
|
9 |
* License: GPL2
|
10 |
*
|
11 |
* @package Simple Banner
|
12 |
-
* @version 2.0.
|
13 |
* @author Ryan Petersen <rpetersen.dev@gmail.com>
|
14 |
*/
|
15 |
|
3 |
* Plugin Name: Simple Banner
|
4 |
* Plugin URI: https://github.com/rpetersen29/simple-banner
|
5 |
* Description: Display a simple banner at the top of your website.
|
6 |
+
* Version: 2.0.4
|
7 |
* Author: Ryan Petersen
|
8 |
* Author URI: http://rpetersen29.github.io/
|
9 |
* License: GPL2
|
10 |
*
|
11 |
* @package Simple Banner
|
12 |
+
* @version 2.0.4
|
13 |
* @author Ryan Petersen <rpetersen.dev@gmail.com>
|
14 |
*/
|
15 |
|