Version Description
- Updated contributor/author
Download this release
Release Info
Developer | scott.deluzio |
Plugin | Simple Full Screen Background Image |
Version | 1.2.1 |
Comparing to | |
See all releases |
Code changes from version 1.2 to 1.2.1
- readme.txt +11 -7
- simple-full-screen-background.php +3 -3
readme.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
=== Simple Full Screen Background Image ===
|
2 |
-
|
3 |
-
Author
|
4 |
-
|
5 |
-
|
6 |
Tags: background, fullscreen, image, bg image, full screen
|
7 |
Requires at least: 3.6
|
8 |
Tested up to: 4.8
|
9 |
-
Stable tag: 1.2
|
10 |
|
11 |
This plugin lets provides a simple way to set an automatically scaled full screen background image.
|
12 |
|
@@ -19,13 +19,13 @@ and view your site. The image should now be applied as a full screen background
|
|
19 |
|
20 |
= Go Pro! =
|
21 |
|
22 |
-
A greatly enhanced Pro version is [available](https://
|
23 |
|
24 |
* Unlimited background images
|
25 |
* Post / page-specific background images
|
26 |
* Multiple images with fade transitions on pages
|
27 |
|
28 |
-
Learn more about the Pro version [here](https://
|
29 |
|
30 |
== Installation ==
|
31 |
|
@@ -41,6 +41,10 @@ Learn more about the Pro version [here](https://pippinsplugins.com/products/full
|
|
41 |
|
42 |
== Changelog ==
|
43 |
|
|
|
|
|
|
|
|
|
44 |
= 1.2 =
|
45 |
|
46 |
* Added missing text domains for translation
|
1 |
=== Simple Full Screen Background Image ===
|
2 |
+
Contributors: scott.deluzio
|
3 |
+
Author: scott.deluzio
|
4 |
+
Author URI: http://scottdeluzio.com
|
5 |
+
Plugin URI: https://fullscreenbackgroundimages.com
|
6 |
Tags: background, fullscreen, image, bg image, full screen
|
7 |
Requires at least: 3.6
|
8 |
Tested up to: 4.8
|
9 |
+
Stable tag: 1.2.1
|
10 |
|
11 |
This plugin lets provides a simple way to set an automatically scaled full screen background image.
|
12 |
|
19 |
|
20 |
= Go Pro! =
|
21 |
|
22 |
+
A greatly enhanced Pro version is [available](https://fullscreenbackgroundimages.com/downloads/full-screen-background-images-pro/)! Features of the pro version include:
|
23 |
|
24 |
* Unlimited background images
|
25 |
* Post / page-specific background images
|
26 |
* Multiple images with fade transitions on pages
|
27 |
|
28 |
+
Learn more about the Pro version [here](https://fullscreenbackgroundimages.com/downloads/full-screen-background-images-pro/).
|
29 |
|
30 |
== Installation ==
|
31 |
|
41 |
|
42 |
== Changelog ==
|
43 |
|
44 |
+
= 1.2.1 =
|
45 |
+
|
46 |
+
* Updated contributor/author
|
47 |
+
|
48 |
= 1.2 =
|
49 |
|
50 |
* Added missing text domains for translation
|
simple-full-screen-background.php
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
/*
|
3 |
Plugin Name: Simple Full Screen Background Image
|
4 |
Description: Easily set an automatically scaled full-screen background images
|
5 |
-
Version: 1.2
|
6 |
-
Author:
|
7 |
-
Author URI: http://
|
8 |
*/
|
9 |
|
10 |
function sfsb_textdomain() {
|
2 |
/*
|
3 |
Plugin Name: Simple Full Screen Background Image
|
4 |
Description: Easily set an automatically scaled full-screen background images
|
5 |
+
Version: 1.2.1
|
6 |
+
Author: Scott DeLuzio
|
7 |
+
Author URI: http://scottdeluzio.com
|
8 |
*/
|
9 |
|
10 |
function sfsb_textdomain() {
|