Plugin Directory

Changeset 2398668


Ignore:
Timestamp:
10/13/2020 11:44:06 AM (5 years ago)
Author:
tavestudio
Message:

updated plugin

Location:
tave-cf7-integration/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tave-cf7-integration/trunk/README.txt

    r2203703 r2398668  
    33Tags: comments, contact form 7, tave studio manager, táve, tave
    44Requires at least: 4.1
    5 Tested up to: 5.3
    6 Stable tag: 1.1.5
     5Tested up to: 5.5
     6Stable tag: 1.1.6
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5151== Changelog ==
    5252
     53= 1.1.6 =
     54* Updating tested up to Wordpress 5.5
     55
    5356= 1.1.5 =
    5457* Updating tested up to Wordpress 5.3
  • tave-cf7-integration/trunk/tave_cf7.php

    r2203703 r2398668  
    66 * @author Jason Pirkey <jason@tave.com>
    77 * @copyright Táve 2017
    8  * @version 1.1.5
     8 * @version 1.1.6
    99 * @since 1.0.0
    1010 * @package Tave_CF7
     
    1414 * Plugin URI:        https://github.com/tave/wordpress-cf7-plugin
    1515 * Description:       Integrate Contact Form 7 with Táve Studio Manager
    16  * Version:           1.1.5
     16 * Version:           1.1.6
    1717 * Author:            Táve
    1818 * Author URI:        https://tave.com
     
    117117
    118118        $this->prefix = strtolower(__CLASS__);
    119         $this->version = '1.1.5';
     119        $this->version = '1.1.6';
    120120        $this->name = $this->prefix . '_' . str_replace('.', '_', $this->version);
    121121        $this->plugin_file = plugin_basename(__FILE__);
Note: See TracChangeset for help on using the changeset viewer.