Version Description
Download this release
Release Info
Developer | marsian |
Plugin | TemplatesNext ToolKit |
Version | 1.0.3 |
Comparing to | |
See all releases |
Code changes from version 1.0.2 to 1.0.3
- {tx-toolkit/css → css}/colorbox.css +0 -0
- {tx-toolkit/css → css}/images/border.png +0 -0
- {tx-toolkit/css → css}/images/controls.png +0 -0
- {tx-toolkit/css → css}/images/loading.gif +0 -0
- {tx-toolkit/css → css}/images/loading_background.png +0 -0
- {tx-toolkit/css → css}/images/overlay.png +0 -0
- {tx-toolkit/css → css}/owl.carousel.css +0 -0
- {tx-toolkit/css → css}/owl.theme.css +0 -0
- {tx-toolkit/css → css}/owl.transitions.css +0 -0
- {tx-toolkit/css → css}/tx-admin-style.css +0 -0
- {tx-toolkit/css → css}/tx-style.css +0 -0
- {tx-toolkit/custom-post-types → custom-post-types}/portfolio-type.php +0 -0
- {tx-toolkit/custom-post-types → custom-post-types}/testimonials-type.php +0 -0
- {tx-toolkit/js → js}/jquery.colorbox-min.js +0 -0
- {tx-toolkit/js → js}/owl.carousel.js +0 -0
- {tx-toolkit/js → js}/owl.carousel.min.js +0 -0
- {tx-toolkit/js → js}/tx-script.js +0 -0
- {tx-toolkit/js → js}/tx-shortcode.png +0 -0
- {tx-toolkit/js → js}/tx_main.js +0 -0
- tx-toolkit/readme.txt → readme.txt +5 -3
- tx-toolkit/shortcodes.php → shortcodes.php +0 -0
- tx-toolkit/tx-functions.php → tx-functions.php +0 -0
- tx-toolkit/tx-shortcode.png → tx-shortcode.png +0 -0
- tx-toolkit/tx-shortcodes.js → tx-shortcodes.js +0 -0
- tx-toolkit/tx-toolkit.php → tx-toolkit.php +1 -1
{tx-toolkit/css → css}/colorbox.css
RENAMED
File without changes
|
{tx-toolkit/css → css}/images/border.png
RENAMED
File without changes
|
{tx-toolkit/css → css}/images/controls.png
RENAMED
File without changes
|
{tx-toolkit/css → css}/images/loading.gif
RENAMED
File without changes
|
{tx-toolkit/css → css}/images/loading_background.png
RENAMED
File without changes
|
{tx-toolkit/css → css}/images/overlay.png
RENAMED
File without changes
|
{tx-toolkit/css → css}/owl.carousel.css
RENAMED
File without changes
|
{tx-toolkit/css → css}/owl.theme.css
RENAMED
File without changes
|
{tx-toolkit/css → css}/owl.transitions.css
RENAMED
File without changes
|
{tx-toolkit/css → css}/tx-admin-style.css
RENAMED
File without changes
|
{tx-toolkit/css → css}/tx-style.css
RENAMED
File without changes
|
{tx-toolkit/custom-post-types → custom-post-types}/portfolio-type.php
RENAMED
File without changes
|
{tx-toolkit/custom-post-types → custom-post-types}/testimonials-type.php
RENAMED
File without changes
|
{tx-toolkit/js → js}/jquery.colorbox-min.js
RENAMED
File without changes
|
{tx-toolkit/js → js}/owl.carousel.js
RENAMED
File without changes
|
{tx-toolkit/js → js}/owl.carousel.min.js
RENAMED
File without changes
|
{tx-toolkit/js → js}/tx-script.js
RENAMED
File without changes
|
{tx-toolkit/js → js}/tx-shortcode.png
RENAMED
File without changes
|
{tx-toolkit/js → js}/tx_main.js
RENAMED
File without changes
|
tx-toolkit/readme.txt → readme.txt
RENAMED
@@ -1,8 +1,10 @@
|
|
1 |
-
TemplatesNext ToolKit
|
2 |
-
|
|
|
|
|
3 |
Requires at least: 3.6
|
4 |
Tested up to: 4.1
|
5 |
-
Stable tag:
|
6 |
License: GPLv2 or later
|
7 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
8 |
|
1 |
+
=== TemplatesNext ToolKit ===
|
2 |
+
|
3 |
+
Contributors: cbaldelomar
|
4 |
+
Tags: shortcode, shortcodes, columns, column, section, sections, testimonials, 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.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
tx-toolkit/shortcodes.php → shortcodes.php
RENAMED
File without changes
|
tx-toolkit/tx-functions.php → tx-functions.php
RENAMED
File without changes
|
tx-toolkit/tx-shortcode.png → tx-shortcode.png
RENAMED
File without changes
|
tx-toolkit/tx-shortcodes.js → tx-shortcodes.js
RENAMED
File without changes
|
tx-toolkit/tx-toolkit.php → tx-toolkit.php
RENAMED
@@ -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
|
3 |
/*
|
4 |
Plugin Name: TemplatesNext ToolKit
|
5 |
Description: Custom Portfolio and Shortcode functionality for TemplatesNext Wordpress Themes
|
6 |
+
Version: 1.0.3
|
7 |
Author: TemplatesNext
|
8 |
Author URI: http://templatesnext.org/
|
9 |
License: GPLv2 or later
|