Version Description
Changed: Featured plugins page.
Download this release
Release Info
Developer | webdorado |
Plugin | Contact Form Builder – a plugin for creating contact and feedback forms |
Version | 1.0.34 |
Comparing to | |
See all releases |
Code changes from version 1.0.33 to 1.0.34
- contact-form-builder.php +3 -3
- featured/featured.php +13 -1
- featured/images/faq_wd.png +0 -0
- featured/images/instagram_feed.png +0 -0
- featured/style.css +2 -0
- readme.txt +5 -2
contact-form-builder.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Contact Form Builder
|
4 |
* Plugin URI: http://web-dorado.com/products/wordpress-contact-form-builder.html
|
5 |
* Description: Contact Form Builder is an advanced plugin to add contact forms into your website. It comes along with multiple default templates which can be customized.
|
6 |
-
* Version: 1.0.
|
7 |
* Author: WebDorado
|
8 |
* Author URI: http://web-dorado.com/
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -27,7 +27,7 @@ function contact_form_maker_options_panel() {
|
|
27 |
|
28 |
$themes_page = add_submenu_page('manage_cfm', __('Themes', 'contact_form_maker'), __('Themes', 'contact_form_maker'), 'manage_options', 'themes_cfm', 'contact_form_maker');
|
29 |
|
30 |
-
$licensing_plugins_page = add_submenu_page('manage_cfm', __('
|
31 |
add_action('admin_print_styles-' . $licensing_plugins_page, 'contact_form_maker_licensing_styles');
|
32 |
|
33 |
add_submenu_page('manage_cfm', __('Featured Plugins', 'contact_form_maker'), __('Featured Plugins', 'contact_form_maker'), 'manage_options', 'featured_plugins_cfm', 'cfm_featured');
|
@@ -170,7 +170,7 @@ if (class_exists('WP_Widget')) {
|
|
170 |
// Activate plugin.
|
171 |
function contact_form_maker_activate() {
|
172 |
$version = get_option("wd_contact_form_maker_version");
|
173 |
-
$new_version = '1.0.
|
174 |
if ($version && version_compare($version, $new_version, '<')) {
|
175 |
require_once WD_CFM_DIR . "/contact-form-builder-update.php";
|
176 |
contact_form_maker_update($version);
|
3 |
* Plugin Name: Contact Form Builder
|
4 |
* Plugin URI: http://web-dorado.com/products/wordpress-contact-form-builder.html
|
5 |
* Description: Contact Form Builder is an advanced plugin to add contact forms into your website. It comes along with multiple default templates which can be customized.
|
6 |
+
* Version: 1.0.34
|
7 |
* Author: WebDorado
|
8 |
* Author URI: http://web-dorado.com/
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
27 |
|
28 |
$themes_page = add_submenu_page('manage_cfm', __('Themes', 'contact_form_maker'), __('Themes', 'contact_form_maker'), 'manage_options', 'themes_cfm', 'contact_form_maker');
|
29 |
|
30 |
+
$licensing_plugins_page = add_submenu_page('manage_cfm', __('Get Pro', 'contact_form_maker'), __('Get Pro', 'contact_form_maker'), 'manage_options', 'licensing_cfm', 'contact_form_maker');
|
31 |
add_action('admin_print_styles-' . $licensing_plugins_page, 'contact_form_maker_licensing_styles');
|
32 |
|
33 |
add_submenu_page('manage_cfm', __('Featured Plugins', 'contact_form_maker'), __('Featured Plugins', 'contact_form_maker'), 'manage_options', 'featured_plugins_cfm', 'cfm_featured');
|
170 |
// Activate plugin.
|
171 |
function contact_form_maker_activate() {
|
172 |
$version = get_option("wd_contact_form_maker_version");
|
173 |
+
$new_version = '1.0.34';
|
174 |
if ($version && version_compare($version, $new_version, '<')) {
|
175 |
require_once WD_CFM_DIR . "/contact-form-builder-update.php";
|
176 |
contact_form_maker_update($version);
|
featured/featured.php
CHANGED
@@ -108,7 +108,19 @@ function spider_featured($current_plugin = '') {
|
|
108 |
'text' => 'WordPress random post plugin',
|
109 |
'content' => 'Spider Random Post is a small but very smart solution for your WordPress web site.',
|
110 |
'href' => 'https://web-dorado.com/products/wordpress-random-post.html'
|
111 |
-
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
112 |
);
|
113 |
?>
|
114 |
<div id="main_featured_plugins_page">
|
108 |
'text' => 'WordPress random post plugin',
|
109 |
'content' => 'Spider Random Post is a small but very smart solution for your WordPress web site.',
|
110 |
'href' => 'https://web-dorado.com/products/wordpress-random-post.html'
|
111 |
+
),
|
112 |
+
"faq_wd" => array(
|
113 |
+
'title' => 'FAQ WD',
|
114 |
+
'text' => 'WordPress FAQ plugin',
|
115 |
+
'content' => 'Organize and publish your FAQs in an easy and elegant way using FAQ WD.',
|
116 |
+
'href' => 'https://web-dorado.com/products/wordpress-faq-wd.html'
|
117 |
+
),
|
118 |
+
"instagram_feed" => array(
|
119 |
+
'title' => 'Instagram Feed WD',
|
120 |
+
'text' => 'WordPress Instagram Feed plugin',
|
121 |
+
'content' => 'WD Instagram Feed is a user-friendly tool for displaying user or hashtag-based feeds on your website.',
|
122 |
+
'href' => 'https://web-dorado.com/products/wordpress-instagram-feed-wd.html'
|
123 |
+
),
|
124 |
);
|
125 |
?>
|
126 |
<div id="main_featured_plugins_page">
|
featured/images/faq_wd.png
ADDED
Binary file
|
featured/images/instagram_feed.png
ADDED
Binary file
|
featured/style.css
CHANGED
@@ -62,6 +62,8 @@
|
|
62 |
#main_featured_plugins_page #featured-plugins-list li.photo-gallery .product {background:url("images/photo-gallery.png") center center no-repeat;}
|
63 |
#main_featured_plugins_page #featured-plugins-list li.twitter-widget .product {background:url("images/twittertools.png") center center no-repeat;}
|
64 |
#main_featured_plugins_page #featured-plugins-list li.events-wd .product {background:url("images/events-wd.png") center center no-repeat;}
|
|
|
|
|
65 |
|
66 |
#main_featured_plugins_page #featured-plugins-list li .title .heading {
|
67 |
display: block;
|
62 |
#main_featured_plugins_page #featured-plugins-list li.photo-gallery .product {background:url("images/photo-gallery.png") center center no-repeat;}
|
63 |
#main_featured_plugins_page #featured-plugins-list li.twitter-widget .product {background:url("images/twittertools.png") center center no-repeat;}
|
64 |
#main_featured_plugins_page #featured-plugins-list li.events-wd .product {background:url("images/events-wd.png") center center no-repeat;}
|
65 |
+
#main_featured_plugins_page #featured-plugins-list li.faq_wd .product {background:url("images/faq_wd.png") center center no-repeat;}
|
66 |
+
#main_featured_plugins_page #featured-plugins-list li.instagram_feed .product {background:url("images/instagram_feed.png") center center no-repeat;}
|
67 |
|
68 |
#main_featured_plugins_page #featured-plugins-list li .title .heading {
|
69 |
display: block;
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: webdorado
|
|
3 |
Donate link: http://web-dorado.com/products/wordpress-contact-form-builder.html
|
4 |
Tags: form, forms, contact form, contact forms, contact form plugin, contact forms plugin, forms plugin, Contact Form Builder, contact form manager, multiple contact forms, custom form, Contact Form Builder with recaptcha, contact form with google map, feedback form, feedback forms, contact us, wordpress contact form, email form, feedback, web form, contact me, email, contact manager, contact us form, admin, captcha, contact, database, email, javascript, jquery, page, plugin, survey, widget, custom form, forms creator, text input, validation, send copy, form with captcha, advanced form, recaptcha, contact form with captcha
|
5 |
Requires at least: 3.4
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -138,6 +138,9 @@ After downloading the ZIP file,
|
|
138 |
|
139 |
== Changelog ==
|
140 |
|
|
|
|
|
|
|
141 |
= 1.0.33 =
|
142 |
Changed: Italian language file.
|
143 |
|
3 |
Donate link: http://web-dorado.com/products/wordpress-contact-form-builder.html
|
4 |
Tags: form, forms, contact form, contact forms, contact form plugin, contact forms plugin, forms plugin, Contact Form Builder, contact form manager, multiple contact forms, custom form, Contact Form Builder with recaptcha, contact form with google map, feedback form, feedback forms, contact us, wordpress contact form, email form, feedback, web form, contact me, email, contact manager, contact us form, admin, captcha, contact, database, email, javascript, jquery, page, plugin, survey, widget, custom form, forms creator, text input, validation, send copy, form with captcha, advanced form, recaptcha, contact form with captcha
|
5 |
Requires at least: 3.4
|
6 |
+
Tested up to: 4.4
|
7 |
+
Stable tag: 1.0.34
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
138 |
|
139 |
== Changelog ==
|
140 |
|
141 |
+
= 1.0.34 =
|
142 |
+
Changed: Featured plugins page.
|
143 |
+
|
144 |
= 1.0.33 =
|
145 |
Changed: Italian language file.
|
146 |
|