Simple Full Screen Background Image - Version 1.2.8

Version Description

  • Updated tested up to version.
Download this release

Release Info

Developer scott.deluzio
Plugin Icon 128x128 Simple Full Screen Background Image
Version 1.2.8
Comparing to
See all releases

Code changes from version 1.2.7 to 1.2.8

Files changed (2) hide show
  1. readme.txt +6 -15
  2. simple-full-screen-background.php +1 -1
readme.txt CHANGED
@@ -5,8 +5,8 @@ Author URI: https://amplifyplugins.com
5
  Plugin URI: https://fullscreenbackgroundimages.com
6
  Tags: background, fullscreen, background image, full screen, image
7
  Requires at least: 3.6
8
- Tested up to: 5.4.0
9
- Stable tag: 1.2.7
10
 
11
  This plugin provides a simple way to set an automatically scaled full screen background image.
12
 
@@ -40,59 +40,50 @@ Learn more about the Pro version [here](https://fullscreenbackgroundimages.com/d
40
  3. Sample frontend
41
 
42
  == Changelog ==
 
 
43
 
44
  = 1.2.7 =
45
-
46
  * Reverted plugin suggestions from v1.2.6
47
 
48
  = 1.2.6 =
49
-
50
  * Updated translation file.
51
  * Added suggestions for plugins in relevant contexts.
52
 
53
  = 1.2.5 =
54
-
55
  * Detection of the pro version of the plugin did not fully remove this version's admin menu, which caused paying users to have a confusing experience when clicking on the wrong menu.
56
 
57
  = 1.2.4 =
58
-
59
  * Added automatic deactivation when the pro version of this plugin is installed as the two plugins should not be used together.
60
  * Automatic deactivation migrates Simple Full Screen Background Image to Pro's settings so the site's layout won't be changed by deactivating the Simple Full Screen Background Image plugin.
61
  * Added uninstall.php to clean up when the plugin is deleted.
62
 
63
  = 1.2.3 =
64
-
65
  * Included support for [Instant Images](https://wordpress.org/plugins/instant-images/) plugin. This provides users with an easy way to search for and upload images from Unsplash.com locally to their WordPress site. The Instant Images button is now included on the Appearance > Fullscreen BG Image settings page. This requires that the Instant Images plugin be installed and active.
66
 
67
  = 1.2.2 =
68
-
69
  * Included alt tag in background image to comply with Web Content Accessibility Guidelines (WCAG). The background image is considered decoration, and so an empty alt tag (i.e. alt="") is an acceptable way to allow assistive technology to ignore the image.
70
  * Update: Improved translatable POT file.
71
  * Update: Added subtle upsell (dismissible) messaging in the plugin to inform users of the pro version of this plugin.
72
 
73
  = 1.2.1 =
74
-
75
  * Updated contributor/author
76
 
77
  = 1.2 =
78
-
79
  * Added missing text domains for translation
80
  * Added a .pot file
81
 
82
  = 1.1 =
83
-
84
  * Updated the admin page to use the improved media manager UII
85
  * Fixed function name conflicts with the Pro version.
86
  * Improved data validation
87
 
88
  = 1.0.4 =
89
-
90
  * Fixed an issue with images loading via http when on an https site
91
  * Did some general code cleanup and improvement
92
 
93
 
94
  == Upgrade Notice ==
95
 
96
- = 1.2.7 =
97
-
98
- * Reverted plugin suggestions from v1.2.6
5
  Plugin URI: https://fullscreenbackgroundimages.com
6
  Tags: background, fullscreen, background image, full screen, image
7
  Requires at least: 3.6
8
+ Tested up to: 5.5.0
9
+ Stable tag: 1.2.8
10
 
11
  This plugin provides a simple way to set an automatically scaled full screen background image.
12
 
40
  3. Sample frontend
41
 
42
  == Changelog ==
43
+ = 1.2.8 =
44
+ * Updated tested up to version.
45
 
46
  = 1.2.7 =
 
47
  * Reverted plugin suggestions from v1.2.6
48
 
49
  = 1.2.6 =
 
50
  * Updated translation file.
51
  * Added suggestions for plugins in relevant contexts.
52
 
53
  = 1.2.5 =
 
54
  * Detection of the pro version of the plugin did not fully remove this version's admin menu, which caused paying users to have a confusing experience when clicking on the wrong menu.
55
 
56
  = 1.2.4 =
 
57
  * Added automatic deactivation when the pro version of this plugin is installed as the two plugins should not be used together.
58
  * Automatic deactivation migrates Simple Full Screen Background Image to Pro's settings so the site's layout won't be changed by deactivating the Simple Full Screen Background Image plugin.
59
  * Added uninstall.php to clean up when the plugin is deleted.
60
 
61
  = 1.2.3 =
 
62
  * Included support for [Instant Images](https://wordpress.org/plugins/instant-images/) plugin. This provides users with an easy way to search for and upload images from Unsplash.com locally to their WordPress site. The Instant Images button is now included on the Appearance > Fullscreen BG Image settings page. This requires that the Instant Images plugin be installed and active.
63
 
64
  = 1.2.2 =
 
65
  * Included alt tag in background image to comply with Web Content Accessibility Guidelines (WCAG). The background image is considered decoration, and so an empty alt tag (i.e. alt="") is an acceptable way to allow assistive technology to ignore the image.
66
  * Update: Improved translatable POT file.
67
  * Update: Added subtle upsell (dismissible) messaging in the plugin to inform users of the pro version of this plugin.
68
 
69
  = 1.2.1 =
 
70
  * Updated contributor/author
71
 
72
  = 1.2 =
 
73
  * Added missing text domains for translation
74
  * Added a .pot file
75
 
76
  = 1.1 =
 
77
  * Updated the admin page to use the improved media manager UII
78
  * Fixed function name conflicts with the Pro version.
79
  * Improved data validation
80
 
81
  = 1.0.4 =
 
82
  * Fixed an issue with images loading via http when on an https site
83
  * Did some general code cleanup and improvement
84
 
85
 
86
  == Upgrade Notice ==
87
 
88
+ = 1.2.8 =
89
+ * Updated tested up to version.
 
simple-full-screen-background.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Simple Full Screen Background Image
4
  Plugin URI: https://fullscreenbackgroundimages.com/
5
  Description: Easily set an automatically scaled full-screen background image
6
- Version: 1.2.7
7
  Author: Scott DeLuzio
8
  Author URI: https://amplifyplugins.com
9
  */
3
  Plugin Name: Simple Full Screen Background Image
4
  Plugin URI: https://fullscreenbackgroundimages.com/
5
  Description: Easily set an automatically scaled full-screen background image
6
+ Version: 1.2.8
7
  Author: Scott DeLuzio
8
  Author URI: https://amplifyplugins.com
9
  */