Skip to content
This repository has been archived by the owner on Mar 14, 2021. It is now read-only.

Commit

Permalink
Merge pull request #292 from Codeinwp/development
Browse files Browse the repository at this point in the history
Improves compatibility with various themes.
Adds support for two new custom fields.
Adds filter for custom classes into form fields.
Adds visual/text switch to form wyiwyg editor.
  • Loading branch information
selul authored Apr 2, 2018
2 parents b0f3e5f + 050086c commit 4c623c0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion includes/class-pirateforms.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class PirateForms {
public function __construct() {

$this->plugin_name = 'pirateforms';
$this->version = '2.3.5';
$this->version = '2.4.0';

$this->load_dependencies();
$this->set_locale();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pirate-forms",
"version": "2.3.5",
"version": "2.4.0",
"description": "Pirate Forms plugin",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions pirate-forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Plugin Name: Free & Simple Contact Form Plugin - Pirateforms
* Plugin URI: http://themeisle.com/plugins/pirate-forms/
* Description: Easily creates a nice looking, simple contact form on your WP site.
* Version: 2.3.5
* Version: 2.4.0
* Author: Themeisle
* Author URI: http://themeisle.com
* Text Domain: pirate-forms
Expand All @@ -36,7 +36,7 @@
define( 'PIRATEFORMS_NAME', 'Pirate Forms' );
define( 'PIRATEFORMS_SLUG', 'pirate-forms' );
define( 'PIRATEFORMS_USELL_LINK', 'https://themeisle.com/plugins/pirate-forms-extended/' );
define( 'PIRATE_FORMS_VERSION', '2.3.5' );
define( 'PIRATE_FORMS_VERSION', '2.4.0' );
define( 'PIRATEFORMS_DIR', trailingslashit( plugin_dir_path( __FILE__ ) ) );
define( 'PIRATEFORMS_URL', plugin_dir_url( __FILE__ ) );
define( 'PIRATEFORMS_BASENAME', plugin_basename( __FILE__ ) );
Expand Down
2 changes: 1 addition & 1 deletion public/css/front.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Version: 2.3.5
Version: 2.4.0
*/
.pirate_forms_wrap .form_field_wrap,
.widget .pirate_forms_wrap .form_field_wrap {
Expand Down

0 comments on commit 4c623c0

Please sign in to comment.