Plugin Directory

Changeset 1586953


Ignore:
Timestamp:
02/02/2017 04:39:16 AM (9 years ago)
Author:
esstat17
Message:

Version 1.0.7 Released

Location:
magic-liquidizer-responsive-form/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • magic-liquidizer-responsive-form/trunk/includes/uninstall.php

    r850298 r1586953  
    2323if ( ! current_user_can( 'activate_plugins' ) )
    2424        return;
    25      check_admin_referer( 'bulk-plugins' );
    26 if ( __FILE__ != WP_UNINSTALL_PLUGIN )
    27         return;           
    2825
    2926// For Single site
    30 if ( !is_multisite() )
    31 {
     27if ( !is_multisite() ) {
    3228    delete_option('liquidizer_lite_wp_form');
    3329    delete_option('liquidizer_lite_wp_which_form_element');
    3430    delete_option('liquidizer_lite_wp_form_width');
    35 }
    36 // For Multisite
    37 else
    38 {
    39     // For regular options.
    40     global $wpdb;
    41     $blog_ids = $wpdb->get_col( "SELECT blog_id FROM $wpdb->blogs" );
    42     $original_blog_id = get_current_blog_id();
    43     foreach ( $blog_ids as $blog_id )
    44     {
    45         switch_to_blog( $blog_id );
    46         delete_option('liquidizer_lite_wp_form');
    47         delete_option('liquidizer_lite_wp_which_form_element');
    48         delete_option('liquidizer_lite_wp_form_width');   
    49     }
    50     switch_to_blog( $original_blog_id );
    51 
    52     // For site options.
    53     // delete_site_option( $option_name ); 
     31} else {
     32    delete_site_option('liquidizer_lite_wp_form');
     33    delete_site_option('liquidizer_lite_wp_which_form_element');
     34    delete_site_option('liquidizer_lite_wp_form_width');
    5435}
    5536
  • magic-liquidizer-responsive-form/trunk/magic-liquidizer-responsive-form.php

    r1426460 r1586953  
    44Plugin URI: http://www.innovedesigns.com/wordpress/plugin/magic-liquidizer-instant-responsive-web-design-plugin-for-wordpress/
    55Author: Elvin D.
    6 Description: A simple and lightweight plugin that makes HTML <form> tag to become responsive. After activation, go to Dashboard > Magic Liquidizer Lite > Form.
    7 Version: 1.0.6
     6Description: A simple and lightweight plugin that makes HTML <form> to become responsive. After activation, go to Dashboard > Magic Liquidizer Lite > Form.
     7Version: 1.0.7
    88Tags: responsive, form, fluid, mobile screens
    99Author URI: http://innovedesigns.com/author/esstat17
  • magic-liquidizer-responsive-form/trunk/readme.txt

    r1392106 r1586953  
    33Donate link: http://www.innovedesigns.com/wordpress/magic-liquidizer-responsive-form-rwd-you-must-have-wp-plugin/
    44Tags: responsive, form, fluid, mobile screens
    5 Requires at least: 3.0.1
    6 Tested up to: 4.4
    7 Stable tag: 1.0.5
     5Requires at least: 4.6
     6Tested up to: 4.7
     7Stable tag: 1.0.7
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.txt
     
    1313== Description ==
    1414
    15 A simple and lightweight Wordpress plugin that converts HTML FORM to become responsive. It must have wp plugin for Responsive Web Design (RWD). Forms may cause overflow in small screens mobiles or when dragging your browser to minimizing it for mobile screens test specifically when the forms contain input types such as  text field, textarea field, select fields, checkbox, radio buttons, submit button, labels, etc. So this is your solution!
     15A simple and lightweight Wordpress plugin that converts HTML FORM to become responsive. It's a must have wp plugin for Responsive Web Design (RWD). Forms can display odd on small devices or when dragging your browser to minimizing it for mobile screens test specifically when the forms contain input types such as  text field, textarea field, select fields, checkbox, radio buttons, submit button, labels, etc. So this is your solution!
    1616
    17 `Magic Liquidizer Responsive Form plugin` - is just one of many features of <a href="http://www.innovedesigns.com/wordpress/plugin/magic-liquidizer-instant-responsive-web-design-plugin-for-wordpress/">Magic Liquidizer</a> for a complete Responsive Web Design solution such as images, texts, forms, forms, navigation menu, and other HTML elements.
     17Magic Liquidizer Responsive Form plugin - is just one of many features of <a href="http://www.innovedesigns.com/wordpress/plugin/magic-liquidizer-instant-responsive-web-design-plugin-for-wordpress/">Magic Liquidizer</a> for a complete Responsive Web Design solution such as images, texts, forms, forms, navigation menu, and other HTML elements.
    1818
    19 Basically the demonstration link below is where Magic Liquidizer plugin installed, minus anything else, just observe the Responsive Form function. See <a href="http://demo.innovedesigns.com/wordpress/?page_id=24">DEMO</a>.
     19Go and see the demo link below where Magic Liquidizer plugin is installed, minus anything else, just observe the Responsive Form function. See <a href="http://www.innovedesigns.com/wordpress/magic-liquidizer-responsive-form-rwd-you-must-have-wp-plugin/">DEMO</a>.
    2020
    2121If you like this plugin, good ratings is much appreciated.
     
    4848
    4949== Changelog ==
     50= 1.0.7 - 2/2/2017 =
     51* - [Fixed] Uninstall Function in the Plugin Admin
     52* - [Modified] Versions text or string
     53
    5054= 1.0.5 - 04/11/2016 =
    5155* - [Added] Internationalizing (text domain)
     
    7377
    7478== Upgrade Notice ==
     79= 1.0.7 - 2/2/2017 =
     80* - [Fixes] Uninstall in the Plugin Admin
     81
    7582= 1.0.5 - 04/11/2016 =
    7683* - [Added] Internationalizing (text domain)
Note: See TracChangeset for help on using the changeset viewer.