Changeset 1166547
- Timestamp:
- 05/24/2015 09:31:29 AM (11 years ago)
- Location:
- wp-soononline-page/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (5 diffs)
-
soononlinepage.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-soononline-page/trunk/readme.txt
r687467 r1166547 3 3 Tags: soon online, under construction, construction, security, underconstruction, maintance mode 4 4 Requires at least: 3.3 5 Tested up to: 3.5.16 Stable tag: 1. 035 Tested up to: 4.4.2 6 Stable tag: 1.9 7 7 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=62E77MLP4MR34 8 8 … … 11 11 == Description == 12 12 13 Creates a Soon Online Page (cooning soon) that is visible by all not logged in wordpress users. 13 Creates a Soon Online Page (cooning soon) that is visible by all not logged in wordpress users. 14 14 It is very useful for new sites that are underconstruction! 15 15 … … 17 17 == Installation == 18 18 19 1. Upload the folder to the default wordpress plugin directory \`/wp-content/plugins/\` 20 2. Activate the plugin through your \'Plugins\' menu in your WordPress installation 19 1. Upload the folder to the default wordpress plugin directory \`/wp-content/plugins/\` 20 2. Activate the plugin through your \'Plugins\' menu in your WordPress installation 21 21 3. Click Settings->WP Soon Online Page menu and change the settings as you wish. 22 22 23 23 == Frequently Asked Questions == 24 24 25 **I have an idea for your plugin!** 25 **I have an idea for your plugin!** 26 26 That\'s great. We are always open to your input, and we would like to add anything we think will be useful to a lot of people. Please send your comment/idea to info@mobisoft.gr 27 27 28 **I found a bug!** 28 **I found a bug!** 29 29 Oops. Please send a comment to info@mobisoft.gr and we will try to fix it. 30 30 == Screenshots == … … 32 32 33 33 == Changelog == 34 **1.0** 34 **1.0** 35 35 First version 36 36 37 **1.01** 37 **1.01** 38 38 Added : Upload background image, Option to stretch background image, Option to repeat background image 39 39 … … 42 42 43 43 **1.03** 44 Fix 2 bugs 44 Fix 2 bugs 45 46 **1.9** 47 Preparing for new big change realease (2.0) -
wp-soononline-page/trunk/soononlinepage.php
r682437 r1166547 4 4 Plugin URI: http://www.mobisoft.gr/wordpress/plugins/wp-soon-online-page/index.php 5 5 Description: Just a soon online page Wordpress plugin. 6 Version: 1. 036 Version: 1.9 7 7 Author: Giannopoulos Kostas 8 8 Author URI: http://www.mobisoft.gr/ … … 60 60 /* Register our plugin page */ 61 61 $page = add_options_page('WP Soon Online Settings', 'WP Soon Online', 'activate_plugins', $this->mainOptionsPage, array($this, 'mobi_changePageStyle')); 62 63 } 64 62 63 } 64 65 65 66 66 function mobi_overrideWP() … … 166 166 167 167 168 define ( 'MOBISOFT_UPLOAD_PLUGIN_URL', plugin_dir_url(__FILE__)); 169 170 function mobisoft_upload_admin_scripts() 168 define ( 'MOBISOFT_UPLOAD_PLUGIN_URL', plugin_dir_url(__FILE__)); 169 170 function mobisoft_upload_admin_scripts() 171 171 { 172 172
Note: See TracChangeset
for help on using the changeset viewer.