Version Description
= 1.6.0 =
Warning: this release has some breaking changes. If you the old selector expression syntax (eg. Bootstrap 2.3) then its recommended to use 0.3.9.
- Add support for ; as argument delimiter
- Add support for passing arguments by name to mixin
- Remove old selector expression syntax ("hello")
- Remove ability to skip arguments by repeating delimiter
- Add built in functions: sin, cos, tan, asin, acos, atan, pow, pi, mod, sqrt, extract
- Fix bug where @arguments was not getting values from ...
- Selector interpolation works inside of brackets in selector
- Fix bug when resolving mixin that has same name as enclosing class
- Duplicate properties are now removed from output
Download this release
Release Info
Developer | oncletom |
Plugin | WP-LESS |
Version | 1.9.3-2 |
Comparing to | |
See all releases |
Code changes from version 1.9.3 to 1.9.3-2
- .distignore +3 -0
- .github/workflows/wordpress.yml +24 -0
- .gitignore +6 -0
- DOCKER_ENV +100 -0
- docker_tag +1 -0
- output.log +64 -0
.distignore
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
1 |
+
.DS_Store
|
2 |
+
.svn
|
3 |
+
.idea
|
.github/workflows/wordpress.yml
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name: Deploy to wordress.org
|
2 |
+
|
3 |
+
on:
|
4 |
+
push:
|
5 |
+
release:
|
6 |
+
types:
|
7 |
+
- published
|
8 |
+
|
9 |
+
jobs:
|
10 |
+
publish:
|
11 |
+
runs-on: ubuntu-latest
|
12 |
+
steps:
|
13 |
+
- uses: actions/checkout@master
|
14 |
+
|
15 |
+
- name: Install project dependencies
|
16 |
+
uses: php-actions/composer@v6
|
17 |
+
|
18 |
+
- name: WordPress Plugin Deploy
|
19 |
+
if: ${{ github.event_name == 'release' }}
|
20 |
+
uses: 10up/action-wordpress-plugin-deploy@2.0.0
|
21 |
+
env:
|
22 |
+
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
|
23 |
+
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
|
24 |
+
SLUG: wp-less
|
.gitignore
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.DS_Store
|
2 |
+
.svn
|
3 |
+
.idea
|
4 |
+
|
5 |
+
composer.lock
|
6 |
+
/vendor/
|
DOCKER_ENV
ADDED
@@ -0,0 +1,100 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
SELENIUM_JAR_PATH=/usr/share/java/selenium-server-standalone.jar
|
2 |
+
CONDA=/usr/share/miniconda
|
3 |
+
GITHUB_WORKSPACE=/home/runner/work/wp-less/wp-less
|
4 |
+
JAVA_HOME_11_X64=/usr/lib/jvm/adoptopenjdk-11-hotspot-amd64
|
5 |
+
GITHUB_PATH=/home/runner/work/_temp/_runner_file_commands/add_path_3163eb91-baba-4688-81da-241f29dc0828
|
6 |
+
GITHUB_ACTION=__php-actions_composer
|
7 |
+
JAVA_HOME=/usr/lib/jvm/adoptopenjdk-11-hotspot-amd64
|
8 |
+
ACTION_COMMAND=install
|
9 |
+
GITHUB_RUN_NUMBER=7
|
10 |
+
GRADLE_HOME=/usr/share/gradle-7.2
|
11 |
+
ACTION_INTERACTION=no
|
12 |
+
XDG_CONFIG_HOME=/home/runner/.config
|
13 |
+
DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
|
14 |
+
ANT_HOME=/usr/share/ant
|
15 |
+
JAVA_HOME_8_X64=/usr/lib/jvm/adoptopenjdk-8-hotspot-amd64
|
16 |
+
HOMEBREW_PREFIX=/home/linuxbrew/.linuxbrew
|
17 |
+
HOMEBREW_SHELLENV_PREFIX=/home/linuxbrew/.linuxbrew
|
18 |
+
ACTION_PHP_EXTENSIONS=
|
19 |
+
HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS=3650
|
20 |
+
BOOTSTRAP_HASKELL_NONINTERACTIVE=1
|
21 |
+
PIPX_BIN_DIR=/opt/pipx_bin
|
22 |
+
ACTION_ARGS=
|
23 |
+
DEPLOYMENT_BASEPATH=/opt/runner
|
24 |
+
GITHUB_ACTIONS=true
|
25 |
+
ACTION_PHP_VERSION=latest
|
26 |
+
ANDROID_NDK_LATEST_HOME=/usr/local/lib/android/sdk/ndk/22.1.7171670
|
27 |
+
GITHUB_SHA=29fbed08eb40ee653aa7b0fa671157dea44d3e09
|
28 |
+
POWERSHELL_DISTRIBUTION_CHANNEL=GitHub-Actions-ubuntu20
|
29 |
+
DOTNET_MULTILEVEL_LOOKUP=0
|
30 |
+
GITHUB_REF=refs/tags/1.9.3-2
|
31 |
+
RUNNER_OS=Linux
|
32 |
+
ACTION_QUIET=no
|
33 |
+
GITHUB_API_URL=https://api.github.com
|
34 |
+
LANG=C.UTF-8
|
35 |
+
RUNNER_TRACKING_ID=github_d41943a9-e2a7-4e6a-8f95-4375954704a9
|
36 |
+
ACTION_MEMORY_LIMIT=
|
37 |
+
RUNNER_TEMP=/home/runner/work/_temp
|
38 |
+
GITHUB_ENV=/home/runner/work/_temp/_runner_file_commands/set_env_3163eb91-baba-4688-81da-241f29dc0828
|
39 |
+
INVOCATION_ID=cc2183795a4647b7a6459e9671981de2
|
40 |
+
GITHUB_EVENT_PATH=/home/runner/work/_temp/_github_workflow/event.json
|
41 |
+
GITHUB_EVENT_NAME=release
|
42 |
+
GITHUB_RUN_ID=1198054669
|
43 |
+
ANDROID_NDK_HOME=/usr/local/lib/android/sdk/ndk-bundle
|
44 |
+
HOMEBREW_NO_AUTO_UPDATE=1
|
45 |
+
GITHUB_ACTOR=oncletom
|
46 |
+
ACTION_DEV=yes
|
47 |
+
NVM_DIR=/home/runner/.nvm
|
48 |
+
SGX_AESM_ADDR=1
|
49 |
+
ANDROID_HOME=/usr/local/lib/android/sdk
|
50 |
+
GOROOT_1_14_X64=/opt/hostedtoolcache/go/1.14.15/x64
|
51 |
+
GITHUB_GRAPHQL_URL=https://api.github.com/graphql
|
52 |
+
ACCEPT_EULA=Y
|
53 |
+
RUNNER_USER=runner
|
54 |
+
USER=runner
|
55 |
+
ACTION_TOKEN=ghs_cF9Lu3VpDNqkdiRiOqe1MSPAF7KSzo1ql9iG
|
56 |
+
GITHUB_ACTION_PATH=/home/runner/work/_actions/php-actions/composer/v6
|
57 |
+
GITHUB_SERVER_URL=https://github.com
|
58 |
+
HOMEBREW_CELLAR=/home/linuxbrew/.linuxbrew/Cellar
|
59 |
+
PIPX_HOME=/opt/pipx
|
60 |
+
GECKOWEBDRIVER=/usr/local/share/gecko_driver
|
61 |
+
CHROMEWEBDRIVER=/usr/local/share/chrome_driver
|
62 |
+
ACTION_SSH_DOMAIN=
|
63 |
+
ANDROID_SDK_ROOT=/usr/local/lib/android/sdk
|
64 |
+
VCPKG_INSTALLATION_ROOT=/usr/local/share/vcpkg
|
65 |
+
ACTION_VERSION=latest
|
66 |
+
HOMEBREW_REPOSITORY=/home/linuxbrew/.linuxbrew/Homebrew
|
67 |
+
RUNNER_TOOL_CACHE=/opt/hostedtoolcache
|
68 |
+
ImageVersion=20210831.9
|
69 |
+
DOTNET_NOLOGO=1
|
70 |
+
ACTION_ONLY_ARGS=
|
71 |
+
GRAALVM_11_ROOT=/usr/local/graalvm/graalvm-ce-java11-21.2.0
|
72 |
+
GITHUB_JOB=publish
|
73 |
+
COMPOSER_CACHE_DIR=/tmp/composer-cache
|
74 |
+
AZURE_EXTENSION_DIR=/opt/az/azcliextensions
|
75 |
+
PERFLOG_LOCATION_SETTING=RUNNER_PERFLOG
|
76 |
+
GITHUB_REPOSITORY=oncletom/wp-less
|
77 |
+
CHROME_BIN=/usr/bin/google-chrome
|
78 |
+
ANDROID_NDK_ROOT=/usr/local/lib/android/sdk/ndk-bundle
|
79 |
+
GITHUB_RETENTION_DAYS=90
|
80 |
+
JOURNAL_STREAM=8:22733
|
81 |
+
RUNNER_WORKSPACE=/home/runner/work/wp-less
|
82 |
+
LEIN_HOME=/usr/local/lib/lein
|
83 |
+
LEIN_JAR=/usr/local/lib/lein/self-installs/leiningen-2.9.6-standalone.jar
|
84 |
+
GITHUB_ACTION_REPOSITORY=
|
85 |
+
RUNNER_PERFLOG=/home/runner/perflog
|
86 |
+
GITHUB_BASE_REF=
|
87 |
+
CI=true
|
88 |
+
SWIFT_PATH=/usr/share/swift/usr/bin
|
89 |
+
ImageOS=ubuntu20
|
90 |
+
GITHUB_REPOSITORY_OWNER=oncletom
|
91 |
+
GITHUB_HEAD_REF=
|
92 |
+
GITHUB_ACTION_REF=
|
93 |
+
GITHUB_WORKFLOW=Deploy to wordress.org
|
94 |
+
DEBIAN_FRONTEND=noninteractive
|
95 |
+
GOROOT_1_15_X64=/opt/hostedtoolcache/go/1.15.15/x64
|
96 |
+
AGENT_TOOLSDIRECTORY=/opt/hostedtoolcache
|
97 |
+
ACTION_WORKING_DIR=
|
98 |
+
ACTION_PROGRESS=no
|
99 |
+
GOROOT_1_16_X64=/opt/hostedtoolcache/go/1.16.7/x64
|
100 |
+
_=/usr/bin/env
|
docker_tag
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
docker.pkg.github.com/oncletom/wp-less/php-actions_composer_wp-less:php-latest-build2
|
output.log
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Running php-build composer
|
2 |
+
WARNING! Your password will be stored unencrypted in /home/runner/.docker/config.json.
|
3 |
+
Configure a credential helper to remove this warning. See
|
4 |
+
https://docs.docker.com/engine/reference/commandline/login/#credentials-store
|
5 |
+
|
6 |
+
Login Succeeded
|
7 |
+
Pulling docker.pkg.github.com/oncletom/wp-less/php-actions_composer_wp-less:php-latest-build2
|
8 |
+
php-latest-build2: Pulling from oncletom/wp-less/php-actions_composer_wp-less
|
9 |
+
a0d0a0d46f8b: Pulling fs layer
|
10 |
+
153eea49496a: Pulling fs layer
|
11 |
+
11efd0df1fcb: Pulling fs layer
|
12 |
+
b3f3214c344d: Pulling fs layer
|
13 |
+
6b773013e8ac: Pulling fs layer
|
14 |
+
dc6d797d83c8: Pulling fs layer
|
15 |
+
66d7e4d212e9: Pulling fs layer
|
16 |
+
071d4aa8c63e: Pulling fs layer
|
17 |
+
e917640f6ebf: Pulling fs layer
|
18 |
+
b3f3214c344d: Waiting
|
19 |
+
24574ea401c2: Pulling fs layer
|
20 |
+
66d7e4d212e9: Waiting
|
21 |
+
071d4aa8c63e: Waiting
|
22 |
+
e917640f6ebf: Waiting
|
23 |
+
6b773013e8ac: Waiting
|
24 |
+
dc6d797d83c8: Waiting
|
25 |
+
24574ea401c2: Waiting
|
26 |
+
a0d0a0d46f8b: Verifying Checksum
|
27 |
+
a0d0a0d46f8b: Download complete
|
28 |
+
153eea49496a: Download complete
|
29 |
+
11efd0df1fcb: Verifying Checksum
|
30 |
+
11efd0df1fcb: Download complete
|
31 |
+
a0d0a0d46f8b: Pull complete
|
32 |
+
dc6d797d83c8: Verifying Checksum
|
33 |
+
dc6d797d83c8: Download complete
|
34 |
+
b3f3214c344d: Verifying Checksum
|
35 |
+
b3f3214c344d: Download complete
|
36 |
+
6b773013e8ac: Verifying Checksum
|
37 |
+
6b773013e8ac: Download complete
|
38 |
+
153eea49496a: Pull complete
|
39 |
+
11efd0df1fcb: Pull complete
|
40 |
+
071d4aa8c63e: Verifying Checksum
|
41 |
+
071d4aa8c63e: Download complete
|
42 |
+
66d7e4d212e9: Verifying Checksum
|
43 |
+
66d7e4d212e9: Download complete
|
44 |
+
e917640f6ebf: Verifying Checksum
|
45 |
+
e917640f6ebf: Download complete
|
46 |
+
b3f3214c344d: Pull complete
|
47 |
+
6b773013e8ac: Pull complete
|
48 |
+
24574ea401c2: Verifying Checksum
|
49 |
+
24574ea401c2: Download complete
|
50 |
+
dc6d797d83c8: Pull complete
|
51 |
+
66d7e4d212e9: Pull complete
|
52 |
+
071d4aa8c63e: Pull complete
|
53 |
+
e917640f6ebf: Pull complete
|
54 |
+
24574ea401c2: Pull complete
|
55 |
+
Digest: sha256:1165214b6be012dfafef67c3ddae866c8e3f25636c560f074c5aaa8a613c8b7c
|
56 |
+
Status: Downloaded newer image for docker.pkg.github.com/oncletom/wp-less/php-actions_composer_wp-less:php-latest-build2
|
57 |
+
docker.pkg.github.com/oncletom/wp-less/php-actions_composer_wp-less:php-latest-build2
|
58 |
+
Docker tag: docker.pkg.github.com/oncletom/wp-less/php-actions_composer_wp-less:php-latest-build2
|
59 |
+
No private keys supplied
|
60 |
+
Command: composer install --no-progress --no-interaction
|
61 |
+
Skipping env variable PWD
|
62 |
+
Skipping env variable HOME
|
63 |
+
Skipping env variable SHLVL
|
64 |
+
Skipping env variable PATH
|