PluginProbe
GetResponse Forms by Optin Cat / 2.0.2
GetResponse Forms by Optin Cat v2.0.2
1.3.4 1.3.5 1.3.6 1.3.8 1.3.9 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 1.5.2 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.6.1 1.6.2 1.6.3 1.7.0 1.7.1 1.7.2 1.8.0 1.8.1 2.0.0 All 36 releases
← All changes | getresponse-wp.php +2 -3 1.8.12.0.2 View file →
@@ -3,9 +3,9 @@
3 3 Plugin Name: GetResponse Forms by Optin Cat
4 4 Plugin URI: https://fatcatapps.com/optincat
5 5 Description: The GetResponse Optin Cat WordPress Lets You Convert More Blog Visits Into Email Subscribers. Set It Up In 2 Minutes.
6 6 Author: Fatcat Apps
7 - Version: 1.8.1
7 + Version: 2.0.2
8 8 Author URI: https://fatcatapps.com/
9 9 */
10 10
11 11 // define( 'FCA_EOI_DEBUG', true );
@@ -19,10 +19,9 @@
19 19 define( 'FCA_EOI_PLUGIN_URL', plugins_url( '', __FILE__ ) );
20 20 define( 'FCA_EOI_EDITION', 'getresponse' );
21 21 define( 'FCA_EOI_PLUGIN_SLUG', 'getresponse' );
22 22 define( 'FCA_EOI_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
23 -
24 -define( 'FCA_EOI_VER', '1.8.1' );
23 +define( 'FCA_EOI_VER', '2.0.2' );
25 24
26 25 if( ! defined ( 'FCA_EOI_DEBUG' ) ) {
27 26 define( 'FCA_EOI_DEBUG', false );
28 27 }