SiteOrigin CSS - Version 1.5.2

Version Description

  • 27 January 2022 =
  • Updated Tested up to tag to 5.9.
Download this release

Release Info

Developer SiteOrigin
Plugin Icon 128x128 SiteOrigin CSS
Version 1.5.2
Comparing to
See all releases

Code changes from version 1.5.1 to 1.5.2

Files changed (3) hide show
  1. lang/so-css.pot +1 -1
  2. readme.txt +6 -3
  3. so-css.php +2 -2
lang/so-css.pot CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2021 so-css
2
  # This file is distributed under the same license as the so-css package.
3
  msgid ""
4
  msgstr ""
1
+ # Copyright (C) 2022 so-css
2
  # This file is distributed under the same license as the so-css package.
3
  msgid ""
4
  msgstr ""
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
  === SiteOrigin CSS ===
2
  Tags: css, visual css, css editor, design, customize
3
  Requires at least: 3.9
4
- Tested up to: 5.8
5
- Stable tag: 1.5.1
6
- Build time: 2021-12-30T13:27:12+02:00
7
  License: GPLv2 or later
8
  Contributors: gpriday, alexgso
9
  Donate link: https://siteorigin.com/downloads/premium/
@@ -71,6 +71,9 @@ SiteOrigin Premium includes access to our professional email support service, pe
71
 
72
  == Changelog ==
73
 
 
 
 
74
  = 1.5.1 - 30 December 2021 =
75
  * Basic Editor Theme Setting: Updated field to show selected option.
76
 
1
  === SiteOrigin CSS ===
2
  Tags: css, visual css, css editor, design, customize
3
  Requires at least: 3.9
4
+ Tested up to: 5.9
5
+ Stable tag: 1.5.2
6
+ Build time: 2022-01-27T15:43:38+02:00
7
  License: GPLv2 or later
8
  Contributors: gpriday, alexgso
9
  Donate link: https://siteorigin.com/downloads/premium/
71
 
72
  == Changelog ==
73
 
74
+ = 1.5.2 - 27 January 2022 =
75
+ * Updated `Tested up to` tag to `5.9`.
76
+
77
  = 1.5.1 - 30 December 2021 =
78
  * Basic Editor Theme Setting: Updated field to show selected option.
79
 
so-css.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: SiteOrigin CSS
4
  Description: An advanced CSS editor from SiteOrigin.
5
- Version: 1.5.1
6
  Author: SiteOrigin
7
  Author URI: https://siteorigin.com
8
  Plugin URI: https://siteorigin.com/css/
@@ -14,7 +14,7 @@ Text Domain: so-css
14
  // Handle the legacy CSS editor that came with SiteOrigin themes
15
  include plugin_dir_path( __FILE__ ) . 'inc/legacy.php';
16
 
17
- define( 'SOCSS_VERSION', '1.5.1' );
18
  define( 'SOCSS_JS_SUFFIX', '.min' );
19
 
20
  /**
2
  /*
3
  Plugin Name: SiteOrigin CSS
4
  Description: An advanced CSS editor from SiteOrigin.
5
+ Version: 1.5.2
6
  Author: SiteOrigin
7
  Author URI: https://siteorigin.com
8
  Plugin URI: https://siteorigin.com/css/
14
  // Handle the legacy CSS editor that came with SiteOrigin themes
15
  include plugin_dir_path( __FILE__ ) . 'inc/legacy.php';
16
 
17
+ define( 'SOCSS_VERSION', '1.5.2' );
18
  define( 'SOCSS_JS_SUFFIX', '.min' );
19
 
20
  /**