Wp-Insert - Version 2.4.7

Version Description

Download this release

Release Info

Developer namith.jawahar
Plugin Icon 128x128 Wp-Insert
Version 2.4.7
Comparing to
See all releases

Code changes from version 2.4.6 to 2.4.7

includes/modules/general/widgets/module.php CHANGED
@@ -22,10 +22,9 @@ add_filter('wp_insert_adwidgets_form_accordion_tabs', 'wp_insert_form_accordion_
22
  /* End UI Functions */
23
 
24
  /* Begin Ad Widget Insertion */
25
- add_action('widgets_init', create_function('', 'register_widget("wpInsertAdWidget");'));
26
- function wp_insert_adwidgets_register_widget() {
27
  return register_widget("wpInsertAdWidget");
28
- }
29
 
30
  class wpInsertAdWidget extends WP_Widget {
31
  public function __construct() {
22
  /* End UI Functions */
23
 
24
  /* Begin Ad Widget Insertion */
25
+ add_action('widgets_init', function() {
 
26
  return register_widget("wpInsertAdWidget");
27
+ });
28
 
29
  class wpInsertAdWidget extends WP_Widget {
30
  public function __construct() {
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: Namith Jawahar
3
  Tags: google adsense, adsense, google ads, google analytics, privacy policy, best adsense plugin, ad management, ad rotation, tracking codes
4
  Donate link: http://wpinsert.smartlogix.co.in/support/
5
  Requires at least: 4.1.0
6
- Tested up to: 5.2
7
- Stable tag: 2.4.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
3
  Tags: google adsense, adsense, google ads, google analytics, privacy policy, best adsense plugin, ad management, ad rotation, tracking codes
4
  Donate link: http://wpinsert.smartlogix.co.in/support/
5
  Requires at least: 4.1.0
6
+ Tested up to: 5.2.2
7
+ Stable tag: 2.4.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
wp-insert.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Wp-Insert
4
  Plugin URI: http://www.wp-insert.smartlogix.co.in/
5
  Description: WP-INSERT by SMARTLOGIX : The Ultimate Adsense / Ad-Management Plugin for WordPress
6
- Version: 2.4.6
7
  Author: Namith Jawahar
8
  Author URI: http://www.smartlogix.co.in/
9
  WP-INSERT by SMARTLOGIX : The Ultimate Adsense / Ad-Management Plugin for WordPress
3
  Plugin Name: Wp-Insert
4
  Plugin URI: http://www.wp-insert.smartlogix.co.in/
5
  Description: WP-INSERT by SMARTLOGIX : The Ultimate Adsense / Ad-Management Plugin for WordPress
6
+ Version: 2.4.7
7
  Author: Namith Jawahar
8
  Author URI: http://www.smartlogix.co.in/
9
  WP-INSERT by SMARTLOGIX : The Ultimate Adsense / Ad-Management Plugin for WordPress