Plugin Directory

Changeset 2577788


Ignore:
Timestamp:
08/04/2021 09:00:57 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

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

    r2492282 r2577788  
    66 * @author Jason Pirkey <jason@tave.com>
    77 * @copyright Táve 2017
    8  * @version 1.1.9
     8 * @version 1.1.10
    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.9
     16 * Version:           1.1.10
    1717 * Author:            Táve
    1818 * Author URI:        https://tave.com
     
    117117
    118118        $this->prefix = strtolower(__CLASS__);
    119         $this->version = '1.1.9';
     119        $this->version = '1.1.10';
    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.