Changeset 2974548
- Timestamp:
- 10/04/2023 05:58:16 AM (3 years ago)
- Location:
- custom-inquiry-form/trunk
- Files:
-
- 2 edited
-
custom-inquiry-form.php (modified) (3 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-inquiry-form/trunk/custom-inquiry-form.php
r1807032 r2974548 10 10 * 11 11 * @link https://profiles.wordpress.org/dharmesh351991 12 * @since 1. 0.012 * @since 1.1.0 13 13 * @package Custom_Inquiry_Form 14 14 * … … 17 17 * Plugin URI: http://www.archanaengineering.com/ 18 18 * Description: Wordpress custom Inquiry for users inquiry with option page listed inquiries. 19 * Version: 1. 0.019 * Version: 1.1.0 20 20 * Author: Dharmesh B Panchal 21 21 * Author URI: https://profiles.wordpress.org/dharmesh351991 … … 31 31 } 32 32 33 define( 'CIF_VERSION', '1. 0.0' );33 define( 'CIF_VERSION', '1.1.0' ); 34 34 35 35 /** -
custom-inquiry-form/trunk/readme.txt
r2152242 r2974548 1 1 === Custom Inquiry Form === 2 2 Contributors: dharmesh351991 3 Donate link: http ://archanaengineering.com/3 Donate link: https://profiles.wordpress.org/dharmesh351991/ 4 4 Tags: contact, inquiry,form 5 Requires at least: 4.06 Tested up to: 5.2.37 Stable tag: 5.2.38 Requires PHP: 5.2.45 Requires at least: 5.2.3 6 Tested up to: 6.3.1 7 Stable tag: 6.3.1 8 Requires PHP: 7.4 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 11 12 Custom inquiry Form Plugin is developed with the widget so a user can easily drag and drop everywhere for use.12 The 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. 13 13 14 14 == Description == 15 15 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. 16 The 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. 18 17 19 18 == Installation == 20 19 21 Please Follow steps for Plugin Installation:20 Please adhere to the instructions for installing the plugin. 22 21 23 22 1. Upload the plugin files to the `/wp-content/plugins/` directory, or install the plugin through the WordPress plugins screen directly. … … 27 26 == Frequently Asked Questions == 28 27 29 = A question that someone might have=28 = What is the usage of this plugin ? = 30 29 31 An answer to that question. 32 33 = What about foobar? = 34 35 The answer to foobar dilemma. 36 30 We can employ this plugin to exhibit a prompt contact form through the widget section. 37 31 38 32 == Screenshots == 39 33 40 1. Front-end View when dragging from Widget area.41 2. C ustom 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.34 1. User Interface while dragging from Widget section. 35 2. Configuration page for customized Inquiry form to manage Messages. 36 3. Customized Inquiry form displayed in the widget area of Wordpress. 37 4. Display of user inquiries on the customized Inquiry form listing page. 44 38 45 39 … … 50 44 * no changes. 51 45 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.