SiteOrigin CSS - Version 1.3.2

Version Description

  • 20 July 2021 =
  • Updated Tested up to tag.
Download this release

Release Info

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

Code changes from version 1.3.1 to 1.3.2

Files changed (2) hide show
  1. readme.txt +6 -3
  2. so-css.php +2 -2
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.7
5
- Stable tag: 1.3.1
6
- Build time: 2021-07-10T12:38:53+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.3.1 - 10 July 2021 =
75
  * Updated the Plugins page action link list.
76
 
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.3.2
6
+ Build time: 2021-07-20T20:45:53+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.3.2 - 20 July 2021 =
75
+ * Updated `Tested up to` tag.
76
+
77
  = 1.3.1 - 10 July 2021 =
78
  * Updated the Plugins page action link list.
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.3.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.3.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.3.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.3.2' );
18
  define( 'SOCSS_JS_SUFFIX', '.min' );
19
 
20
  /**