Widgets for SiteOrigin - Version 1.3.6

Version Description

  • January 06 2017 =
  • Removed admin notice.
Download this release

Release Info

Developer iamadi
Plugin Icon 128x128 Widgets for SiteOrigin
Version 1.3.6
Comparing to
See all releases

Code changes from version 1.3.5 to 1.3.6

lang/widgets-for-siteorigin.pot CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2017 widgets-for-siteorigin
2
  # This file is distributed under the same license as the widgets-for-siteorigin package.
3
  msgid ""
4
  msgstr ""
@@ -7,7 +7,7 @@ msgstr ""
7
  "MIME-Version: 1.0\n"
8
  "Content-Type: text/plain; charset=UTF-8\n"
9
  "Content-Transfer-Encoding: 8bit\n"
10
- "PO-Revision-Date: 2017-MO-DA HO:MI+ZONE\n"
11
  "Last-Translator: SiteOrigin <support@siteorigin.com>\n"
12
  "Language-Team: SiteOrigin <support@siteorigin.com>\n"
13
  "X-Poedit-Basepath: ..\n"
1
+ # Copyright (C) 2018 widgets-for-siteorigin
2
  # This file is distributed under the same license as the widgets-for-siteorigin package.
3
  msgid ""
4
  msgstr ""
7
  "MIME-Version: 1.0\n"
8
  "Content-Type: text/plain; charset=UTF-8\n"
9
  "Content-Transfer-Encoding: 8bit\n"
10
+ "PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
11
  "Last-Translator: SiteOrigin <support@siteorigin.com>\n"
12
  "Language-Team: SiteOrigin <support@siteorigin.com>\n"
13
  "X-Poedit-Basepath: ..\n"
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: iamadi
3
  Tags: bundle, widget, button, alert, accordion, audio, video, blog, divider, person, portfolio, tabs, testimonial, siteorigin
4
  Requires at least: 3.9
5
  Tested up to: 4.9
6
- Stable tag: 1.3.5
7
  License: GPLv3 or later
8
 
9
  A collection of highly customizable and thoughtfully crafted widgets. Built on top of the SiteOrigin Widgets Bundle.
@@ -96,6 +96,9 @@ Once installed, you can choose to Active/Deactivate widget from Plugins -> SiteO
96
 
97
  == Changelog ==
98
 
 
 
 
99
  = 1.3.5 - December 30 2017 =
100
  * Fixed bug with admin notice.
101
 
3
  Tags: bundle, widget, button, alert, accordion, audio, video, blog, divider, person, portfolio, tabs, testimonial, siteorigin
4
  Requires at least: 3.9
5
  Tested up to: 4.9
6
+ Stable tag: 1.3.6
7
  License: GPLv3 or later
8
 
9
  A collection of highly customizable and thoughtfully crafted widgets. Built on top of the SiteOrigin Widgets Bundle.
96
 
97
  == Changelog ==
98
 
99
+ = 1.3.6 - January 06 2017 =
100
+ * Removed admin notice.
101
+
102
  = 1.3.5 - December 30 2017 =
103
  * Fixed bug with admin notice.
104
 
widgets-for-siteorigin.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: Widgets for SiteOrigin
5
  * Plugin URI: http://widgets.wpinked.com/
6
  * Description: A collection of highly customizable and thoughtfully crafted widgets. Built on top of the SiteOrigin Widgets Bundle.
7
- * Version: 1.3.5
8
  * Author: wpinked
9
  * Author URI: widgets.wpinked.com
10
  * License: GPL-2.0+
@@ -18,7 +18,7 @@
18
  *
19
  */
20
 
21
- define( 'INKED_SO_VER', '1.3.5' );
22
 
23
  // Allow JS suffix to be pre-set
24
  if ( ! defined( 'INKED_JS_SUFFIX' ) ) {
@@ -39,7 +39,7 @@ require_once ( 'inc/functions.php' );
39
  require_once ( 'inc/template-functions.php' );
40
 
41
  // Admin Notices
42
- require_once ( 'inc/admin-notice.php' );
43
 
44
  // Loading widget folders
45
  function wpinked_so_widgets( $folders ) {
4
  * Plugin Name: Widgets for SiteOrigin
5
  * Plugin URI: http://widgets.wpinked.com/
6
  * Description: A collection of highly customizable and thoughtfully crafted widgets. Built on top of the SiteOrigin Widgets Bundle.
7
+ * Version: 1.3.6
8
  * Author: wpinked
9
  * Author URI: widgets.wpinked.com
10
  * License: GPL-2.0+
18
  *
19
  */
20
 
21
+ define( 'INKED_SO_VER', '1.3.6' );
22
 
23
  // Allow JS suffix to be pre-set
24
  if ( ! defined( 'INKED_JS_SUFFIX' ) ) {
39
  require_once ( 'inc/template-functions.php' );
40
 
41
  // Admin Notices
42
+ // require_once ( 'inc/admin-notice.php' );
43
 
44
  // Loading widget folders
45
  function wpinked_so_widgets( $folders ) {