Skip to content

Commit

Permalink
Merge branch 'release/1.5.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
Misplon committed Nov 11, 2023
2 parents 9af5cc7 + 42fa9ef commit 8051152
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 15 deletions.
2 changes: 1 addition & 1 deletion build
Submodule build updated 3 files
+3 −3 gulpfile.js
+127 −249 package-lock.json
+1 −1 package.json
25 changes: 13 additions & 12 deletions build-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,19 @@ module.exports = {
},
copy: {
src: [
'**/!(*.js|*.less)', // Everything except .js and .less files
'lib/**/*.*', // libraries used at runtime
'!{node_modules,node_modules/**}', // Ignore build/ and contents
'!{build,build/**}', // Ignore build/ and contents
'!{tmp,tmp/**}', // Ignore tmp/ and contents
'!{dist,dist/**}', // Ignore dist/ and contents
'!so-css.php', // Not the base plugin file. It is copied by the 'version' task.
'!readme.txt', // Not the readme.txt file. It is copied by the 'version' task.
'!package.json', // Not the package.json file.
'!package-lock.json', // Not the package-lock.json file.
'inc/installer/css/*css', // Include Installer CSS.
'inc/installer/js/*js' // Include Installer Js.
'**/!(*.js|*.less)', // Everything except .js and .less files
'lib/**/*.*', // libraries used at runtime
'!{node_modules,node_modules/**}', // Ignore build/ and contents
'!{build,build/**}', // Ignore build/ and contents
'!{tmp,tmp/**}', // Ignore tmp/ and contents
'!{dist,dist/**}', // Ignore dist/ and contents
'!so-css.php', // Not the base plugin file. It is copied by the 'version' task.
'!readme.txt', // Not the readme.txt file. It is copied by the 'version' task.
'!package.json', // Not the package.json file.
'!package-lock.json', // Not the package-lock.json file.
'inc/installer/css/*css', // Include Installer CSS.
'inc/installer/js/*js', // Include Installer Js.
'!inc/installer/inc/github-plugin-updater.php', // Exclude Installer Standalone Updater.
]
},
i18n: {
Expand Down
2 changes: 1 addition & 1 deletion inc/installer
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== SiteOrigin CSS ===
Tags: css, visual css, css editor, design, customize
Requires at least: 3.9
Tested up to: 6.3
Tested up to: 6.4
Stable tag: trunk
Build time: unbuilt
License: GPLv2 or later
Expand Down Expand Up @@ -71,6 +71,10 @@ SiteOrigin Premium includes access to our professional email support service, pe

== Changelog ==

= 1.5.9 - 11 November 2023 =
* Updated Tested up to tag.
* Updated SiteOrigin Installer.

= 1.5.8 - 11 August 2023 =
* Updated the SiteOrigin Installer submodule.

Expand Down

0 comments on commit 8051152

Please sign in to comment.