Changeset 2398668
- Timestamp:
- 10/13/2020 11:44:06 AM (5 years ago)
- Location:
- tave-cf7-integration/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
tave_cf7.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tave-cf7-integration/trunk/README.txt
r2203703 r2398668 3 3 Tags: comments, contact form 7, tave studio manager, táve, tave 4 4 Requires at least: 4.1 5 Tested up to: 5. 36 Stable tag: 1.1. 55 Tested up to: 5.5 6 Stable tag: 1.1.6 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 51 51 == Changelog == 52 52 53 = 1.1.6 = 54 * Updating tested up to Wordpress 5.5 55 53 56 = 1.1.5 = 54 57 * Updating tested up to Wordpress 5.3 -
tave-cf7-integration/trunk/tave_cf7.php
r2203703 r2398668 6 6 * @author Jason Pirkey <jason@tave.com> 7 7 * @copyright Táve 2017 8 * @version 1.1. 58 * @version 1.1.6 9 9 * @since 1.0.0 10 10 * @package Tave_CF7 … … 14 14 * Plugin URI: https://github.com/tave/wordpress-cf7-plugin 15 15 * Description: Integrate Contact Form 7 with Táve Studio Manager 16 * Version: 1.1. 516 * Version: 1.1.6 17 17 * Author: Táve 18 18 * Author URI: https://tave.com … … 117 117 118 118 $this->prefix = strtolower(__CLASS__); 119 $this->version = '1.1. 5';119 $this->version = '1.1.6'; 120 120 $this->name = $this->prefix . '_' . str_replace('.', '_', $this->version); 121 121 $this->plugin_file = plugin_basename(__FILE__);
Note: See TracChangeset
for help on using the changeset viewer.