Plugin Directory

Changeset 1166547


Ignore:
Timestamp:
05/24/2015 09:31:29 AM (11 years ago)
Author:
elsteno
Message:

Preparation for a big release

Location:
wp-soononline-page/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-soononline-page/trunk/readme.txt

    r687467 r1166547  
    33Tags: soon online, under construction, construction, security, underconstruction, maintance mode
    44Requires at least: 3.3
    5 Tested up to: 3.5.1
    6 Stable tag: 1.03
     5Tested up to: 4.4.2
     6Stable tag: 1.9
    77Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=62E77MLP4MR34
    88
     
    1111== Description ==
    1212
    13 Creates a Soon Online Page (cooning soon) that is visible by all not logged in wordpress users. 
     13Creates a Soon Online Page (cooning soon) that is visible by all not logged in wordpress users.
    1414It is very useful for new sites that are underconstruction!
    1515
     
    1717== Installation ==
    1818
    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 
     191. Upload the folder to the default wordpress plugin directory \`/wp-content/plugins/\`
     202. Activate the plugin through your \'Plugins\' menu in your WordPress installation
    21213. Click Settings->WP Soon Online Page menu and change the settings as you wish.
    2222
    2323== Frequently Asked Questions ==
    2424
    25 **I have an idea for your plugin!** 
     25**I have an idea for your plugin!**
    2626That\'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
    2727
    28 **I found a bug!** 
     28**I found a bug!**
    2929Oops. Please send a comment to info@mobisoft.gr and we will try to fix it.
    3030== Screenshots ==
     
    3232
    3333== Changelog ==
    34 **1.0** 
     34**1.0**
    3535First version
    3636
    37 **1.01** 
     37**1.01**
    3838Added : Upload background image, Option to stretch background image, Option to repeat background image
    3939
     
    4242
    4343**1.03**
    44 Fix 2 bugs
     44Fix 2 bugs
     45
     46**1.9**
     47Preparing for new big change realease (2.0)
  • wp-soononline-page/trunk/soononlinepage.php

    r682437 r1166547  
    44Plugin URI: http://www.mobisoft.gr/wordpress/plugins/wp-soon-online-page/index.php
    55Description: Just a soon online page Wordpress plugin.
    6 Version: 1.03
     6Version: 1.9
    77Author: Giannopoulos Kostas
    88Author URI: http://www.mobisoft.gr/
     
    6060        /* Register our plugin page */
    6161        $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
    6565
    6666    function mobi_overrideWP()
     
    166166
    167167
    168 define ( 'MOBISOFT_UPLOAD_PLUGIN_URL', plugin_dir_url(__FILE__)); 
    169 
    170 function mobisoft_upload_admin_scripts() 
     168define ( 'MOBISOFT_UPLOAD_PLUGIN_URL', plugin_dir_url(__FILE__));
     169
     170function mobisoft_upload_admin_scripts()
    171171{
    172172
Note: See TracChangeset for help on using the changeset viewer.