Changeset 994242
- Timestamp:
- 09/21/2014 03:08:45 PM (12 years ago)
- Location:
- opaque-teaser/trunk
- Files:
-
- 2 edited
-
opaque-teaser.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
opaque-teaser/trunk/opaque-teaser.php
r834717 r994242 5 5 Plugin URI: http://www.mikeselander.com/ 6 6 Description: Creates a blur overlay on top of your site with landing page or under construction text so that visitors can get a taste of the upcoming site. 7 Version: 0.2. 07 Version: 0.2.1 8 8 Author: Mike Selander, Richard Melick 9 9 Author URI: http://www.mikeselander.com/ … … 44 44 class OpaqueLandingPage{ 45 45 46 const VERSION = '0.2. 0';46 const VERSION = '0.2.1'; 47 47 48 48 /** -
opaque-teaser/trunk/readme.txt
r898713 r994242 4 4 Tags: landing page, under construction, teaser, opaque, coming soon, preview, private 5 5 Requires at least: 3.0 6 Tested up to: 3.97 Stable tag: 0.2. 06 Tested up to: 4.0 7 Stable tag: 0.2.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 49 49 1. The settings panel 50 50 51 == Upgrade Notice == 51 52 52 == Upgrade Notice == 53 = 0.2.1 = 54 Fixed problem with parsing on settings page & made compatible with 4.0 53 55 54 56 = 0.2.0 = … … 57 59 == Changelog == 58 60 61 = 0.2.1 = 62 * Fixed problem with parsing on settings page & made compatible with 4.0 63 59 64 = 0.2.0 = 60 65 * Initial release
Note: See TracChangeset
for help on using the changeset viewer.