Plugin Directory

Changeset 2974548


Ignore:
Timestamp:
10/04/2023 05:58:16 AM (3 years ago)
Author:
dharmesh351991
Message:

Added support for latest PHP & WP version and Fixed small issue #bugs

Location:
custom-inquiry-form/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • custom-inquiry-form/trunk/custom-inquiry-form.php

    r1807032 r2974548  
    1010 *
    1111 * @link              https://profiles.wordpress.org/dharmesh351991
    12  * @since             1.0.0
     12 * @since             1.1.0
    1313 * @package           Custom_Inquiry_Form
    1414 *
     
    1717 * Plugin URI:        http://www.archanaengineering.com/
    1818 * Description:       Wordpress custom Inquiry for users inquiry with option page listed inquiries.
    19  * Version:           1.0.0
     19 * Version:           1.1.0
    2020 * Author:            Dharmesh B Panchal
    2121 * Author URI:        https://profiles.wordpress.org/dharmesh351991
     
    3131}
    3232
    33 define( 'CIF_VERSION', '1.0.0' );
     33define( 'CIF_VERSION', '1.1.0' );
    3434
    3535/**
  • custom-inquiry-form/trunk/readme.txt

    r2152242 r2974548  
    11=== Custom Inquiry Form ===
    22Contributors: dharmesh351991
    3 Donate link: http://archanaengineering.com/
     3Donate link: https://profiles.wordpress.org/dharmesh351991/
    44Tags: contact, inquiry,form
    5 Requires at least: 4.0
    6 Tested up to: 5.2.3
    7 Stable tag: 5.2.3
    8 Requires PHP: 5.2.4
     5Requires at least: 5.2.3
     6Tested up to: 6.3.1
     7Stable tag: 6.3.1
     8Requires PHP: 7.4
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1111
    12 Custom inquiry Form Plugin is developed with the widget so a user can easily drag and drop everywhere for use.
     12The Custom Inquiry Form Plugin has been designed with a widget that enables users to conveniently drag and drop it to any desired location for utilization.
    1313
    1414== Description ==
    1515
    16 Custom inquiry Form Plugin is developed with the widget so a user can easily drag and drop everywhere for use.All users
    17 inquiries will be displayed on options page in WordPress backend.
     16The Custom Inquiry Form Plugin has been developed with a widget that enables users to effortlessly drag and drop it onto any desired location for use. The inquiries of all users will be conveniently displayed on the options page in the WordPress backend.
    1817
    1918== Installation ==
    2019
    21 Please Follow steps for Plugin Installation:
     20Please adhere to the instructions for installing the plugin.
    2221
    23221. Upload the plugin files to the `/wp-content/plugins/` directory, or install the plugin through the WordPress plugins screen directly.
     
    2726== Frequently Asked Questions ==
    2827
    29 = A question that someone might have =
     28= What is the usage of this plugin ? =
    3029
    31 An answer to that question.
    32 
    33 = What about foobar? =
    34 
    35 The answer to foobar dilemma.
    36 
     30We can employ this plugin to exhibit a prompt contact form through the widget section.
    3731
    3832== Screenshots ==
    3933
    40 1. Front-end View when dragging from Widget area.
    41 2. Custom Inquiry form Setting page for Messages.
    42 3. Custom Inquiry form view on widget Area of Wordpress.
    43 4. Custom Inquiry form users inquiries listing.
     341. User Interface while dragging from Widget section.
     352. Configuration page for customized Inquiry form to manage Messages.
     363. Customized Inquiry form displayed in the widget area of Wordpress.
     374. Display of user inquiries on the customized Inquiry form listing page.
    4438
    4539
     
    5044* no changes.
    5145
     46= 1.1 =
     47* Added support for WP & PHP stable version.
     48* Fixed minor bugs.
     49
Note: See TracChangeset for help on using the changeset viewer.