PluginProbe
CSS & JavaScript Toolbox / 12.0.4
CSS & JavaScript Toolbox v12.0.4
trunk 0.3 0.8 10 10.1 11 11.2 11.3 11.4 11.5 11.6 11.7 11.8 11.9 11.9.1 12 12.0 12.0.1 12.0.3 12.0.4 12.0.5 12.0.6 12.0.7 6.0 6.0.11 All 60 releases
← All changes | css-js-toolbox.php +5 -11 11.712.0.4 View file →
@@ -2,12 +2,13 @@
2 2 /*
3 3 Plugin Name: CSS & JavaScript Toolbox
4 4 Plugin URI: https://css-javascript-toolbox.com/
5 5 Description: Easily add CSS, JavaScript, HTML and PHP code to unique CJT code blocks and assign them anywhere on your website.
6 -Version: 11.7
6 +Version: 12.0.4
7 7 Author: Wipeout Media
8 -Stable tag: 11.7
9 8 Author URI: https://css-javascript-toolbox.com
9 +Text Domain: css-javascript-toolbox
10 +Domain Path: /locals/languages/
10 11 License:
11 12
12 13 The Software is package as a WordPress¨ plugin. The PHP code associated with the Software is licensed under the GPL version 2.0 license (as found at http://www.gnu.org/licenses/gpl-2.0.txt GNU/GPLv2 or "GPLv2"). You may redistribute, repackage, and modify the PHP code as you see fit and as consistent with GPLv2.
13 14
@@ -98,9 +99,9 @@
98 99
99 100 /**
100 101 *
101 102 */
102 - const VERSION = '11';
103 + const VERSION = '12.0.4';
103 104
104 105 /**
105 106 *
106 107 */
@@ -353,17 +354,10 @@
353 354 * @return boolean TRUE.
354 355 */
355 356 public function onconnected( $observer, $state )
356 357 {
357 -
358 - // In all cases that we'll process the request load the localization file.
359 - load_plugin_textdomain( CJTOOLBOX_TEXT_DOMAIN, false, CJTOOLBOX_LANGUAGES );
360 -
361 - do_action( CJTPluggableHelper::ACTION_CJT_TEXT_DOMAIN_LOADED );
362 -
363 - // Always connet the access point!
358 + // Always connect the access point!
364 359 return $state;
365 -
366 360 }
367 361
368 362 }// End Class
369 363