Version Description
Download this release
Release Info
Developer | marsian |
Plugin | TemplatesNext ToolKit |
Version | 1.0.9 |
Comparing to | |
See all releases |
Code changes from version 1.0.8 to 1.0.9
- readme.txt +2 -2
- tx-toolkit.php +3 -3
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Contributors: marsian
|
|
4 |
Tags: shortcode, shortcodes, columns, column, section, sections, portfolio, testimonial, border, borders, button, buttons, masonry, posts, post_type, font awesome, icons, fontawesome
|
5 |
Requires at least: 3.6
|
6 |
Tested up to: 4.1
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -26,7 +26,7 @@ Install the plugin into the `/wp-content/plugins/` folder, and activate it.
|
|
26 |
== Changelog ==
|
27 |
|
28 |
|
29 |
-
= 1.0.
|
30 |
* Added pagination for recent posts (blog) shortcode.
|
31 |
* Added heading shortcode.
|
32 |
* Added product carousel for WooCommerce.
|
4 |
Tags: shortcode, shortcodes, columns, column, section, sections, portfolio, testimonial, border, borders, button, buttons, masonry, posts, post_type, font awesome, icons, fontawesome
|
5 |
Requires at least: 3.6
|
6 |
Tested up to: 4.1
|
7 |
+
Stable tag: 1.0.9
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
26 |
== Changelog ==
|
27 |
|
28 |
|
29 |
+
= 1.0.7 =
|
30 |
* Added pagination for recent posts (blog) shortcode.
|
31 |
* Added heading shortcode.
|
32 |
* Added product carousel for WooCommerce.
|
tx-toolkit.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/*
|
4 |
Plugin Name: TemplatesNext ToolKit
|
5 |
Description: Custom Portfolio and Shortcode functionality for TemplatesNext Wordpress Themes
|
6 |
-
Version: 1.0.
|
7 |
Author: TemplatesNext
|
8 |
Author URI: http://templatesnext.org/
|
9 |
License: GPLv2 or later
|
@@ -81,8 +81,8 @@ require_once('custom-post-types/itrans-slider.php');
|
|
81 |
/* Metabox
|
82 |
/*-----------------------------------------------------------------------------------*/
|
83 |
|
84 |
-
require_once('
|
85 |
-
require_once('
|
86 |
|
87 |
|
88 |
|
3 |
/*
|
4 |
Plugin Name: TemplatesNext ToolKit
|
5 |
Description: Custom Portfolio and Shortcode functionality for TemplatesNext Wordpress Themes
|
6 |
+
Version: 1.0.9
|
7 |
Author: TemplatesNext
|
8 |
Author URI: http://templatesnext.org/
|
9 |
License: GPLv2 or later
|
81 |
/* Metabox
|
82 |
/*-----------------------------------------------------------------------------------*/
|
83 |
|
84 |
+
require_once('inc/tnext-meta.php');
|
85 |
+
require_once('inc/meta-box/meta-box.php');
|
86 |
|
87 |
|
88 |
|