CSS & JavaScript Toolbox - Version 8.0.3

Version Description

  • Add support us link to Dashboard metabpx
  • Add support us link to CJT header
Download this release

Release Info

Developer xpointer
Plugin Icon 128x128 CSS & JavaScript Toolbox
Version 8.0.3
Comparing to
See all releases

Code changes from version 8.0.2 to 8.0.3

css-js-toolbox.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: CSS & JavaScript Toolbox
4
  Plugin URI: http://css-javascript-toolbox.com/
5
  Description: CJT Plugin for WordPress to easily add custom CSS and JavaScript to individual pages
6
- Version: 8.0.2
7
  Author: Wipeout Media
8
  Author URI: http://css-javascript-toolbox.com
9
  License:
@@ -89,7 +89,7 @@ class CJTPlugin extends CJTHookableClass {
89
  /**
90
  *
91
  */
92
- const VERSION = '8.0.2' ;
93
 
94
  /**
95
  *
3
  Plugin Name: CSS & JavaScript Toolbox
4
  Plugin URI: http://css-javascript-toolbox.com/
5
  Description: CJT Plugin for WordPress to easily add custom CSS and JavaScript to individual pages
6
+ Version: 8.0.3
7
  Author: Wipeout Media
8
  Author URI: http://css-javascript-toolbox.com
9
  License:
89
  /**
90
  *
91
  */
92
+ const VERSION = '8.0.3' ;
93
 
94
  /**
95
  *
readme.txt CHANGED
@@ -6,12 +6,20 @@ Tags: post, posts, admin, sidebar, page, pages, widget, image, shortcode, plugin
6
  License: GPLv2 or later
7
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
8
  Requires at least: 3.9
9
- Tested up to: 4.0
10
- Stable tag: 8.0.2
11
 
12
  Easily add custom CSS, JavaScript, HTML and PHP code to unique CJT code blocks and assign them wherever you want.
13
 
14
  == Description ==
 
 
 
 
 
 
 
 
15
  CSS & JavaScript Toolbox (or CJT) is a powerful code management plugin that gives you the tools to easily and safely modify or extend the functionality and appearance of your WordPress-powered website.
16
 
17
  = Perfect for WordPress website development =
@@ -25,18 +33,14 @@ Since CJT was designed to be easy, adding scripts and styles can be done in as l
25
 
26
  CJT code blocks can be assigned to pages, posts, custom posts, categories, URLs, expressions, and practically anywhere you want on your website. Code block shortcodes can also provide you with further placement accuracy.
27
 
28
- = Want more features? =
29
  Get CJT extension plugins that provide more features such as:
30
 
31
- - [Editor Toolbox](http://css-javascript-toolbox.com/extensions/editor-toolbox)
32
- - [Editor Themes](http://css-javascript-toolbox.com/extensions/editor-themes)
33
- - [Block Widget Linker](http://css-javascript-toolbox.com/extensions/block-widget-linker)
34
- - [Import Export Tool](http://css-javascript-toolbox.com/extensions/import-export-tool)
35
- - [Code Auto Completion](http://css-javascript-toolbox.com/extensions/code-auto-completion)
36
- - [Advanced Theme Editor](http://css-javascript-toolbox.com/extensions/advanced-theme-editor)
37
- - [Advanced Plugins Editor](http://css-javascript-toolbox.com/extensions/advanced-plugins-editor)
38
 
39
- = Want to add great scripts? =
40
  Get script plugins that can be installed on your website running CJT:
41
 
42
  - [Image Zoomer](https://wordpress.org/plugins/cjte-image-zoomer/)
@@ -46,6 +50,7 @@ Get script plugins that can be installed on your website running CJT:
46
  Thank you for your interest in CSS & JavaScript Toolbox.
47
  Please support us by:
48
 
 
49
  - Providing a [feedback review and rating](http://wordpress.org/support/view/plugin-reviews/css-javascript-toolbox) on WordPress.org
50
  - Spreading the word and recommending CJT to others.
51
 
@@ -132,6 +137,10 @@ Due to the overwhelming amount of emails we get for users requesting support for
132
  21. See Code Block information at a glance
133
 
134
  == Changelog ==
 
 
 
 
135
  = 8.0.2 =
136
  * Remove: CJT License Setup form as CJT is now 100% FREE.
137
  * Fix: Multi site CJT Network Extensions is not loaded.
6
  License: GPLv2 or later
7
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
8
  Requires at least: 3.9
9
+ Tested up to: 4.1
10
+ Stable tag: 8.0.3
11
 
12
  Easily add custom CSS, JavaScript, HTML and PHP code to unique CJT code blocks and assign them wherever you want.
13
 
14
  == Description ==
15
+ = We need your support =
16
+ Your purchase of CJTe Developer will assist us in the continued development of all CJT plugins on WordPress.org.
17
+
18
+ This project is 100% developed and maintained by only two people since the very start in August 2011. We have plenty of [feature ideas that we want to include](http://css-javascript-toolbox.com/development/request), and this can only be possible with funding.
19
+
20
+ If you would like to learn more about the additional benefits, please click: [CJTe Developer](http://css-javascript-toolbox.com/cjte-developer).
21
+
22
+ = About =
23
  CSS & JavaScript Toolbox (or CJT) is a powerful code management plugin that gives you the tools to easily and safely modify or extend the functionality and appearance of your WordPress-powered website.
24
 
25
  = Perfect for WordPress website development =
33
 
34
  CJT code blocks can be assigned to pages, posts, custom posts, categories, URLs, expressions, and practically anywhere you want on your website. Code block shortcodes can also provide you with further placement accuracy.
35
 
36
+ = Want more features for free? =
37
  Get CJT extension plugins that provide more features such as:
38
 
39
+ - [Advanced Theme Editor](https://wordpress.org/plugins/cjte-advanced-theme-editor)
40
+ - [Advanced Plugins Editor](https://wordpress.org/plugins/cjte-advanced-plugins-editor)
41
+ - [WP Core Editor](https://wordpress.org/plugins/cjte-wp-core-editor)
 
 
 
 
42
 
43
+ = Want to add script plugins? =
44
  Get script plugins that can be installed on your website running CJT:
45
 
46
  - [Image Zoomer](https://wordpress.org/plugins/cjte-image-zoomer/)
50
  Thank you for your interest in CSS & JavaScript Toolbox.
51
  Please support us by:
52
 
53
+ - Joining in with the voting and discussion on [new CJT feature ideas](http://css-javascript-toolbox.com/development/request).
54
  - Providing a [feedback review and rating](http://wordpress.org/support/view/plugin-reviews/css-javascript-toolbox) on WordPress.org
55
  - Spreading the word and recommending CJT to others.
56
 
137
  21. See Code Block information at a glance
138
 
139
  == Changelog ==
140
+ = 8.0.3 =
141
+ * Add support us link to Dashboard metabpx
142
+ * Add support us link to CJT header
143
+
144
  = 8.0.2 =
145
  * Remove: CJT License Setup form as CJT is now 100% FREE.
146
  * Fix: Multi site CJT Network Extensions is not loaded.
views/blocks/manager/public/css/blocks.css CHANGED
@@ -4,6 +4,7 @@
4
  .cjt-banner-bar .cjt-banner-link a, .cjt-banner-bar a:hover, .cjt-banner-bar a:visited{color: #A5581B;}
5
  #cjt-banner-bar-right {right: 0px;position: absolute;top: 2px;}
6
  #cjt-banner-bar-right .cjt-banner-link {float: right; margin-bottom: 6px;}
 
7
 
8
  #get-packages-icon {display: inline-block; width: 13px; height: 15px; background-image: url('../images/get-packages.png'); margin-left: 3px;margin-bottom: -4px; margin-right: 5px;}
9
 
4
  .cjt-banner-bar .cjt-banner-link a, .cjt-banner-bar a:hover, .cjt-banner-bar a:visited{color: #A5581B;}
5
  #cjt-banner-bar-right {right: 0px;position: absolute;top: 2px;}
6
  #cjt-banner-bar-right .cjt-banner-link {float: right; margin-bottom: 6px;}
7
+ span#support-us {position: absolute;top: 15px;left: 370px;font-size: 13px;color: #aaa;font-weight: bold;}
8
 
9
  #get-packages-icon {display: inline-block; width: 13px; height: 15px; background-image: url('../images/get-packages.png'); margin-left: 3px;margin-bottom: -4px; margin-right: 5px;}
10
 
views/blocks/manager/tmpl/blocks.html.tmpl CHANGED
@@ -14,6 +14,7 @@ defined('ABSPATH') or die("Access denied");
14
  <?php require CJTOOLBOX_VIEWS_PATH . '/blocks/block/tmpl/codefile/codefile.html.tmpl' ?>
15
  <div id="custom-icon" class="icon32 blocks-icon32"></div>
16
  <h2><?php echo cssJSToolbox::getText('CSS & Javascript Toolbox') ?></h2>
 
17
  <div id="cjt-banner-bar-right">
18
  <span class="cjt-banner-link">
19
  <a target="_blank" href="http://<?php echo cssJSToolbox::CJT_WEB_SITE_DOMAIN ?>/support/"><?php echo cssJSToolbox::getText('Support Forum') ?></a>&nbsp;&nbsp;|&nbsp;&nbsp;
14
  <?php require CJTOOLBOX_VIEWS_PATH . '/blocks/block/tmpl/codefile/codefile.html.tmpl' ?>
15
  <div id="custom-icon" class="icon32 blocks-icon32"></div>
16
  <h2><?php echo cssJSToolbox::getText('CSS & Javascript Toolbox') ?></h2>
17
+ <span id="support-us"><?php echo cssJSToolbox::getText('Support us by purchasing') ?>: <a target="_blank" href="http://css-javascript-toolbox.com/cjte-developer/">CJTe Developer</a></span>
18
  <div id="cjt-banner-bar-right">
19
  <span class="cjt-banner-link">
20
  <a target="_blank" href="http://<?php echo cssJSToolbox::CJT_WEB_SITE_DOMAIN ?>/support/"><?php echo cssJSToolbox::getText('Support Forum') ?></a>&nbsp;&nbsp;|&nbsp;&nbsp;
views/dashboard/metabox/statistics/public/css/default.css CHANGED
@@ -4,7 +4,7 @@ table#cjt-statcs-metabox {width: 100%;padding: 0 14px 8px 0;color: #999999;font-
4
  table#cjt-statcs-metabox strong {color: black;}
5
  #cjt-statcs-metabox th {text-align: right;}
6
  #cjt-statcs-metabox th {padding-bottom: 10px;}
7
- div#cjt-statcs-metabox-info {padding-top: 14px;}
8
 
9
  .cjt_dw_latestnewstitle {color: #999999; font-size: 14px;}
10
  .cjt_dw_description {color: black; margin-left: 21px;}
@@ -13,5 +13,4 @@ div#cjt-statcs-metabox-info {padding-top: 14px;}
13
  #cjt-statistics ul.components-list {margin-left: 4px;}
14
  #cjt-statcs-metabox ul li {margin-top: 5px;}
15
 
16
- .components-list-container {display: inline-block;}
17
- .scripts-extensions-container {vertical-align: top; margin-left: 34px !important;}
4
  table#cjt-statcs-metabox strong {color: black;}
5
  #cjt-statcs-metabox th {text-align: right;}
6
  #cjt-statcs-metabox th {padding-bottom: 10px;}
7
+ div#cjt-statcs-metabox-info {padding-top: 14px;text-align: center;}
8
 
9
  .cjt_dw_latestnewstitle {color: #999999; font-size: 14px;}
10
  .cjt_dw_description {color: black; margin-left: 21px;}
13
  #cjt-statistics ul.components-list {margin-left: 4px;}
14
  #cjt-statcs-metabox ul li {margin-top: 5px;}
15
 
16
+ span#support-us {font-size: 13px;color: #aaa;font-weight: bold;}
 
views/dashboard/metabox/statistics/tmpl/default.html.tmpl CHANGED
@@ -43,23 +43,6 @@
43
  </table>
44
  </div>
45
  <hr />
46
- <div id="cjt-statcs-metabox-latest-extensions" class="components-list-container utility-extensions-container">
47
- <em><?php echo cssJSToolbox::getText('CJT Extensions Plugins') ?>:</em>
48
- <ul class="components-list">
49
- <?php foreach ($this->feed['extensions'] as $item) : ?>
50
- <li><a target="_blank" href="<?php echo $item['link'] ?>" title="<?php echo strip_tags($item['description']) ?>"><?php echo $item['title'] ?></a></li>
51
- <?php endforeach; ?>
52
- </ul>
53
- </div>
54
- <div id="cjt-statcs-metabox-latest-scripts" class="components-list-container scripts-extensions-container">
55
- <em><?php echo cssJSToolbox::getText('CJT Script Plugins') ?>:</em>
56
- <ul class="components-list">
57
- <?php foreach ($this->feed['scripts'] as $item) : ?>
58
- <li><a target="_blank" href="<?php echo $item['link'] ?>" title="<?php echo strip_tags($item['description']) ?>"><?php echo $item['title'] ?></a></li>
59
- <?php endforeach; ?>
60
- </ul>
61
- </div>
62
- <hr />
63
  <div id="cjt-statcs-metabox-info">
64
- <a target="blank" href="http://<?php echo cssJSToolbox::CJT_WEB_SITE_DOMAIN ?>/pricing/"><?php echo cssJSToolbox::getText('Save on CJT Extension Bundles') ?></a>
65
  </div>
43
  </table>
44
  </div>
45
  <hr />
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  <div id="cjt-statcs-metabox-info">
47
+ <span id="support-us"><?php echo cssJSToolbox::getText('Support us by purchasing') ?>: <a target="_blank" href="http://css-javascript-toolbox.com/cjte-developer/">CJTe Developer</a></span>
48
  </div>