Changeset 2577788
- Timestamp:
- 08/04/2021 09:00:57 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
r2492282 r2577788 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. 76 Stable tag: 1.1. 95 Tested up to: 5.8 6 Stable tag: 1.1.10 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.10 = 54 * Updating tested up to Wordpress 5.8 55 53 56 = 1.1.9 = 54 57 * Updating tested up to Wordpress 5.7 -
tave-cf7-integration/trunk/tave_cf7.php
r2492282 r2577788 6 6 * @author Jason Pirkey <jason@tave.com> 7 7 * @copyright Táve 2017 8 * @version 1.1. 98 * @version 1.1.10 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. 916 * Version: 1.1.10 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. 9';119 $this->version = '1.1.10'; 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.