Skip to content

Commit 8051152

Browse files
committed
Merge branch 'release/1.5.9'
2 parents 9af5cc7 + 42fa9ef commit 8051152

File tree

4 files changed

+20
-15
lines changed

4 files changed

+20
-15
lines changed

build

build-config.js

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,19 @@ module.exports = {
3737
},
3838
copy: {
3939
src: [
40-
'**/!(*.js|*.less)', // Everything except .js and .less files
41-
'lib/**/*.*', // libraries used at runtime
42-
'!{node_modules,node_modules/**}', // Ignore build/ and contents
43-
'!{build,build/**}', // Ignore build/ and contents
44-
'!{tmp,tmp/**}', // Ignore tmp/ and contents
45-
'!{dist,dist/**}', // Ignore dist/ and contents
46-
'!so-css.php', // Not the base plugin file. It is copied by the 'version' task.
47-
'!readme.txt', // Not the readme.txt file. It is copied by the 'version' task.
48-
'!package.json', // Not the package.json file.
49-
'!package-lock.json', // Not the package-lock.json file.
50-
'inc/installer/css/*css', // Include Installer CSS.
51-
'inc/installer/js/*js' // Include Installer Js.
40+
'**/!(*.js|*.less)', // Everything except .js and .less files
41+
'lib/**/*.*', // libraries used at runtime
42+
'!{node_modules,node_modules/**}', // Ignore build/ and contents
43+
'!{build,build/**}', // Ignore build/ and contents
44+
'!{tmp,tmp/**}', // Ignore tmp/ and contents
45+
'!{dist,dist/**}', // Ignore dist/ and contents
46+
'!so-css.php', // Not the base plugin file. It is copied by the 'version' task.
47+
'!readme.txt', // Not the readme.txt file. It is copied by the 'version' task.
48+
'!package.json', // Not the package.json file.
49+
'!package-lock.json', // Not the package-lock.json file.
50+
'inc/installer/css/*css', // Include Installer CSS.
51+
'inc/installer/js/*js', // Include Installer Js.
52+
'!inc/installer/inc/github-plugin-updater.php', // Exclude Installer Standalone Updater.
5253
]
5354
},
5455
i18n: {

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
=== SiteOrigin CSS ===
22
Tags: css, visual css, css editor, design, customize
33
Requires at least: 3.9
4-
Tested up to: 6.3
4+
Tested up to: 6.4
55
Stable tag: trunk
66
Build time: unbuilt
77
License: GPLv2 or later
@@ -71,6 +71,10 @@ SiteOrigin Premium includes access to our professional email support service, pe
7171

7272
== Changelog ==
7373

74+
= 1.5.9 - 11 November 2023 =
75+
* Updated Tested up to tag.
76+
* Updated SiteOrigin Installer.
77+
7478
= 1.5.8 - 11 August 2023 =
7579
* Updated the SiteOrigin Installer submodule.
7680

0 commit comments

Comments
 (0)