Skip to content

Commit

Permalink
updated version and settings
Browse files Browse the repository at this point in the history
  • Loading branch information
davidperezgar committed Jul 28, 2021
1 parent 26f5f53 commit 6b9bca0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
3 changes: 2 additions & 1 deletion formscrm.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: FormsCRM
* Plugin URI: https://closemarketing.net/formscrm
* Description: Connects Forms with CRM.
* Version: 3.0
* Version: 3.1
* Author: Closemarketing
* Author URI: https://close.marketing
* Text Domain: formscrm
Expand Down Expand Up @@ -79,6 +79,7 @@ function formscrm_fs() {
'is_premium' => false,
'has_addons' => true,
'has_paid_plans' => false,
'navigation' => 'tabs',
'menu' => array(
'slug' => 'formscrm',
'first-path' => 'admin.php?page=formscrm',
Expand Down
12 changes: 7 additions & 5 deletions includes/class-admin-options.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,20 @@ public function add_plugin_page() {
*/
public function create_admin_page() {
?>
<div class="wrap">
<h2><?php esc_html_e( 'Page information for FormsCRM', 'formscrm' ); ?></h2>
<div class="wrap fs-section fs-full-size-wrapper">
<h2 class="nav-tab-wrapper"><a href="#" class="nav-tab fs-tab nav-tab-active home"><?php esc_html_e( 'Information', 'formscrm' ); ?></a></h2>
<p></p>
<p><strong><?php esc_html_e( 'Forms supported:', 'formscrm' ); ?></strong></p>
<h3><strong><?php esc_html_e( 'Forms supported:', 'formscrm' ); ?></strong></h3>
<ul>
<li><?php esc_html_e( 'GravityForms', 'formscrm' ); ?></li>
</ul>
<p><strong><?php esc_html_e( 'CRMs supported:', 'formscrm' ); ?></strong></p>
<h3><strong><?php esc_html_e( 'CRMs supported:', 'formscrm' ); ?></strong></h3>
<ul>
<li>Holded</li>
<li>Odoo (premium)</li>
<li>Odoo (Premium)</li>
<li>vTiger (Premium)</li>
</ul>
<a class="button button-primary" href="/wp-admin/admin.php?page=formscrm-addons"><?php esc_html_e( 'View all addons', 'formscrm' ); ?></a>
</div>
<?php
}
Expand Down
10 changes: 7 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Contributors: closemarketing, davidperez, sacrajaimez
Tags: gravityforms, gravity, form, forms, gravity forms, crm, vtiger, sugarcrm
Donate link: https://www.closemarketing.es/go/donate/
Requires at least: 4.0
Tested up to: 5.7.2
Stable tag: 3.0
Version: 3.0
Tested up to: 5.8
Stable tag: 3.1
Version: 3.1
License: GPL2
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -31,6 +31,7 @@ At this time, FormsCRM supports in free version:
And you will find, that there are Premium Addons to support:
- SugarCRM.
- Odoo: versions 8 and 9 (more comming).
- vTiger.

You can only use one type of CRM in the web with this version.

Expand All @@ -40,6 +41,9 @@ Extract the zip file and just drop the contents in the wp-content/plugins/ direc
WordPress installation and then activate the Plugin from Plugins page.

== Changelog ==
= 3.1.0 =
* Updated Settings Page.
* Added vTiger.

= 3.0.0 =
* WPORG version and changed name from GravityForms CRM Plugin. Refactured.
Expand Down

0 comments on commit 6b9bca0

Please sign in to comment.