Optin Forms - Version 1.3.0

Version Description

(October 5th, 2022) = * Fixes issue with jQuery undefined when jQuery is moved to the "footer" instead of "header"

Download this release

Release Info

Developer wpkube
Plugin Icon 128x128 Optin Forms
Version 1.3.0
Comparing to
See all releases

Code changes from version 1.2.9.9 to 1.3.0

Files changed (2) hide show
  1. optin-forms.php +4 -4
  2. readme.txt +5 -2
optin-forms.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Optin Forms
4
  Plugin URI: http://fancythemes.com/plugins/optin-forms/
5
  Description: Create beautiful optin forms with ease. Choose a form design, customize it, and add your form to your blog with a simple mouse-click.
6
  Author: FancyThemes
7
- Version: 1.2.9.9
8
  Author URI: http://www.fancythemes.com
9
  Text Domain: optin-forms
10
  Domain Path: /languages/
@@ -91,7 +91,7 @@ class Optin_Forms {
91
  wp_enqueue_style('wp-color-picker');
92
  wp_enqueue_script('optinforms-color', plugins_url('/js/optinforms-color.js', __FILE__ ), array( 'wp-color-picker' ), false, true );
93
  wp_enqueue_script('placeholder', plugins_url('/js/placeholder.js', __FILE__ ));
94
- wp_enqueue_script('toggle', plugins_url('/js/custom.js', __FILE__ ), array(), '1.2.9.9');
95
  wp_enqueue_script('jquery-ui-slider');
96
  wp_register_style('optinforms-googleFont', '//fonts.googleapis.com/css?family=Share+Tech|Droid+Sans|Lobster|Fenix|Unkempt|Flavors|Viga|Damion|Oleo+Script|Racing+Sans+One|Nixie+One|Fredoka+One|Open+Sans|Overlock+SC|Bubbler+One|Contrail+One|Gochi+Hand|Roboto+Condensed|Russo+One|Cinzel+Decorative|News+Cycle|Marcellus+SC|Chewy|Quicksand|Sanchez|Signika+Negative|Gloria+Hallelujah|Grand+Hotel|Droid+Serif|Englebert|Oswald|Pacifico|Titan+One|Shadows+Into+Light|Dancing+Script|Luckiest+Guy|Parisienne|Coming+Soon|Baumans|Belgrano');
97
 
@@ -116,8 +116,8 @@ class Optin_Forms {
116
  */
117
  public function optinforms_scripts() {
118
  wp_enqueue_script('jquery');
119
- wp_enqueue_style('optinforms-stylesheet', plugins_url('/css/optinforms.css', __FILE__ ), array(), '1.2.9.9' );
120
- wp_enqueue_script('placeholder', plugins_url('/js/placeholder.js', __FILE__ ), array(), '1.2.9.9');
121
  if ( optinforms_used_fonts() !== '//fonts.googleapis.com/css?family=' ) {
122
  wp_enqueue_style('optinforms-googleFont', optinforms_used_fonts());
123
  }
4
  Plugin URI: http://fancythemes.com/plugins/optin-forms/
5
  Description: Create beautiful optin forms with ease. Choose a form design, customize it, and add your form to your blog with a simple mouse-click.
6
  Author: FancyThemes
7
+ Version: 1.3.0
8
  Author URI: http://www.fancythemes.com
9
  Text Domain: optin-forms
10
  Domain Path: /languages/
91
  wp_enqueue_style('wp-color-picker');
92
  wp_enqueue_script('optinforms-color', plugins_url('/js/optinforms-color.js', __FILE__ ), array( 'wp-color-picker' ), false, true );
93
  wp_enqueue_script('placeholder', plugins_url('/js/placeholder.js', __FILE__ ));
94
+ wp_enqueue_script('toggle', plugins_url('/js/custom.js', __FILE__ ), array(), '1.3.0');
95
  wp_enqueue_script('jquery-ui-slider');
96
  wp_register_style('optinforms-googleFont', '//fonts.googleapis.com/css?family=Share+Tech|Droid+Sans|Lobster|Fenix|Unkempt|Flavors|Viga|Damion|Oleo+Script|Racing+Sans+One|Nixie+One|Fredoka+One|Open+Sans|Overlock+SC|Bubbler+One|Contrail+One|Gochi+Hand|Roboto+Condensed|Russo+One|Cinzel+Decorative|News+Cycle|Marcellus+SC|Chewy|Quicksand|Sanchez|Signika+Negative|Gloria+Hallelujah|Grand+Hotel|Droid+Serif|Englebert|Oswald|Pacifico|Titan+One|Shadows+Into+Light|Dancing+Script|Luckiest+Guy|Parisienne|Coming+Soon|Baumans|Belgrano');
97
 
116
  */
117
  public function optinforms_scripts() {
118
  wp_enqueue_script('jquery');
119
+ wp_enqueue_style('optinforms-stylesheet', plugins_url('/css/optinforms.css', __FILE__ ), array(), '1.3.0' );
120
+ wp_enqueue_script('placeholder', plugins_url('/js/placeholder.js', __FILE__ ), array(), '1.3.0', true);
121
  if ( optinforms_used_fonts() !== '//fonts.googleapis.com/css?family=' ) {
122
  wp_enqueue_style('optinforms-googleFont', optinforms_used_fonts());
123
  }
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: wpkube, FancyThemes
3
  Tags: aweber, getresponse, madmimi, mailerlite, convertkit, email list
4
  Requires at least: 3.2
5
- Tested up to: 5.8
6
- Stable tag: 1.2.9.9
7
 
8
  Create beautiful optin forms with ease. Choose a form design, customize it, and add your form to your blog with a simple mouse-click.
9
 
@@ -59,6 +59,9 @@ Having trouble with the plugin? Simply post your question to the [support forum]
59
  3. Add your form to your website with a simple mouse-click.
60
 
61
  == Changelog ==
 
 
 
62
  = 1.2.9.9 (October 26th, 2021 ) =
63
  * Added "Default" font family option which inherits font family from theme
64
 
2
  Contributors: wpkube, FancyThemes
3
  Tags: aweber, getresponse, madmimi, mailerlite, convertkit, email list
4
  Requires at least: 3.2
5
+ Tested up to: 6.0
6
+ Stable tag: 1.3.0
7
 
8
  Create beautiful optin forms with ease. Choose a form design, customize it, and add your form to your blog with a simple mouse-click.
9
 
59
  3. Add your form to your website with a simple mouse-click.
60
 
61
  == Changelog ==
62
+ = 1.3.0 (October 5th, 2022) =
63
+ * Fixes issue with jQuery undefined when jQuery is moved to the "footer" instead of "header"
64
+
65
  = 1.2.9.9 (October 26th, 2021 ) =
66
  * Added "Default" font family option which inherits font family from theme
67