Simple Custom CSS and JS - Version 3.31.1

Version Description

  • 05/05/2020
  • Declare compatibility WooCommerce 4.1
Download this release

Release Info

Developer diana_burduja
Plugin Icon 128x128 Simple Custom CSS and JS
Version 3.31.1
Comparing to
See all releases

Code changes from version 3.31 to 3.31.1

Files changed (2) hide show
  1. custom-css-js.php +3 -3
  2. readme.txt +5 -1
custom-css-js.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Simple Custom CSS and JS
4
  * Plugin URI: https://wordpress.org/plugins/custom-css-js/
5
  * Description: Easily add Custom CSS or JS to your website with an awesome editor.
6
- * Version: 3.31
7
  * Author: SilkyPress.com
8
  * Author URI: https://www.silkypress.com
9
  * License: GPL2
@@ -12,7 +12,7 @@
12
  * Domain Path: /languages/
13
  *
14
  * WC requires at least: 2.3.0
15
- * WC tested up to: 4.0
16
  */
17
 
18
  if ( ! defined( 'ABSPATH' ) ) {
@@ -219,7 +219,7 @@ if ( ! class_exists( 'CustomCSSandJS' ) ) :
219
  function set_constants() {
220
  $dir = wp_upload_dir();
221
  $constants = array(
222
- 'CCJ_VERSION' => '3.31',
223
  'CCJ_UPLOAD_DIR' => $dir['basedir'] . '/custom-css-js',
224
  'CCJ_UPLOAD_URL' => $dir['baseurl'] . '/custom-css-js',
225
  'CCJ_PLUGIN_FILE' => __FILE__,
3
  * Plugin Name: Simple Custom CSS and JS
4
  * Plugin URI: https://wordpress.org/plugins/custom-css-js/
5
  * Description: Easily add Custom CSS or JS to your website with an awesome editor.
6
+ * Version: 3.31.1
7
  * Author: SilkyPress.com
8
  * Author URI: https://www.silkypress.com
9
  * License: GPL2
12
  * Domain Path: /languages/
13
  *
14
  * WC requires at least: 2.3.0
15
+ * WC tested up to: 4.1
16
  */
17
 
18
  if ( ! defined( 'ABSPATH' ) ) {
219
  function set_constants() {
220
  $dir = wp_upload_dir();
221
  $constants = array(
222
+ 'CCJ_VERSION' => '3.31.1',
223
  'CCJ_UPLOAD_DIR' => $dir['basedir'] . '/custom-css-js',
224
  'CCJ_UPLOAD_URL' => $dir['baseurl'] . '/custom-css-js',
225
  'CCJ_PLUGIN_FILE' => __FILE__,
readme.txt CHANGED
@@ -5,7 +5,7 @@ Email: diana@burduja.eu
5
  Tags: CSS, JS, javascript, custom CSS, custom JS, custom style, site css, add style, customize theme, custom code, external css, css3, style, styles, stylesheet, theme, editor, design, admin
6
  Requires at least: 3.0.1
7
  Tested up to: 5.4
8
- Stable tag: 3.31
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
  Requires PHP: 5.2.4
@@ -106,6 +106,10 @@ $. Add/Edit HTML
106
  == Changelog ==
107
 
108
 
 
 
 
 
109
  = 3.31 =
110
  * 03/21/2020
111
  * Feature: add "After <body> tag" option for HTML codes, if the theme allows it
5
  Tags: CSS, JS, javascript, custom CSS, custom JS, custom style, site css, add style, customize theme, custom code, external css, css3, style, styles, stylesheet, theme, editor, design, admin
6
  Requires at least: 3.0.1
7
  Tested up to: 5.4
8
+ Stable tag: 3.31.1
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
  Requires PHP: 5.2.4
106
  == Changelog ==
107
 
108
 
109
+ = 3.31.1 =
110
+ * 05/05/2020
111
+ * Declare compatibility WooCommerce 4.1
112
+
113
  = 3.31 =
114
  * 03/21/2020
115
  * Feature: add "After <body> tag" option for HTML codes, if the theme allows it