Skip to content

Commit 0998576

Browse files
Release/10.0.0 (#454)
* Removing PHPDocs (#448) * removing all none necessary stuff from libs (#449) * Remove load more * Cache refactor (#452) * updating cache and helpers * updating PHP minimal version * Updates (#453) * updating PHP minimal version and php stan * updating PHP minimal version and php stan * updating PHP minimal version and php stan * update * update * update * update * update * update * fixing css * fixing css * fixing css * fixing css * fixing css * fixing css * updates * updates * updates * fix default frontend script dependencies * updating dependencies * updating dependencies * cleanup * cleanup * cleanup * cleanup * cleanup --------- Co-authored-by: Goran Alković <77000136+goranalkovic-infinum@users.noreply.github.com>
1 parent 6e7feb4 commit 0998576

File tree

377 files changed

+1136
-13019
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

377 files changed

+1136
-13019
lines changed

.editorconfig

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,10 @@ block_comment_start = /*
1313
block_comment = *
1414
block_comment_end = */
1515

16-
[{**/*.yml,**/*.twig}]
17-
indent_style = space
18-
indent_size = 2
19-
2016
[*.md]
2117
indent_style = space
2218
indent_size = 2
2319
trim_trailing_whitespace = false
2420

2521
# Empty files
26-
[{.phpdoc/guides/meta.tex.twig,tests/data/setup/setup-empty.json,tests/Datasets/Autowiring/Blocks/components/test-component/test-component.php,tests/Datasets/Autowiring/Blocks/components/component/component.php,tests/data/src/Blocks/custom/button/button-style.scss}]
2722
insert_final_newline = false
28-
29-
# Funky block comment
30-
[.phpdoc/css/normalize.css.twig]
31-
eclint_indent_style = unset

.gitattributes

Lines changed: 5 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,12 @@
1-
#
2-
# Exclude these files from release archives.
3-
# This will also make them unavailable when using Composer with `--prefer-dist`.
4-
# If you develop for WPCS using Composer, use `--prefer-source`.
5-
# https://blog.madewithlove.be/post/gitattributes/
6-
#
7-
/.editorconfig export-ignore
81
/.github export-ignore
9-
/.gitignore export-ignore
2+
/.editorconfig export-ignore
103
/.gitattributes export-ignore
11-
/.phpdoc export-ignore
12-
/captainhook.json export-ignore
13-
/docs export-ignore
14-
/documentation export-ignore
4+
/.gitignore export-ignore
5+
/CHANGELOG.md export-ignore
156
/CODE_OF_CONDUCT.md export-ignore
16-
/tests export-ignore
17-
/package export-ignore
18-
/package.json export-ignore
19-
/patchwork.json export-ignore
7+
/LICENSE export-ignore
208
/phpcs.xml.dist export-ignore
219
/phpstan.neon.dist export-ignore
22-
/phpunit.xml export-ignore
23-
/phpdoc.dist.xml export-ignore
10+
/README.md export-ignore
2411

25-
#
26-
# Auto detect text files and perform LF normalization
27-
# http://davidlaing.com/2012/09/19/customise-your-gitattributes-to-become-a-git-ninja/
28-
#
2912
* text=auto
30-
31-
#
32-
# The above will handle all files NOT found below
33-
#
34-
*.md text
35-
*.php text
36-
*.inc text
37-
*.js text

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
php: [ '8.2', '8.3' ]
25+
php: [ '8.3' ]
2626
steps:
2727
- name: PHP Static code analysis
28-
uses: infinum/eightshift-deploy-actions-public/.github/actions/lint-php-static@main
28+
uses: infinum/eightshift-deploy-actions-public/.github/actions/lint/php-stan@main
2929
with:
3030
PHP_VERSION: ${{ matrix.php }}
3131
PROJECT_PATH: ''
@@ -36,10 +36,10 @@ jobs:
3636
strategy:
3737
fail-fast: false
3838
matrix:
39-
php: [ '8.2', '8.3' ]
39+
php: [ '8.3' ]
4040
steps:
4141
- name: PHP check coding standards
42-
uses: infinum/eightshift-deploy-actions-public/.github/actions/lint-php@main
42+
uses: infinum/eightshift-deploy-actions-public/.github/actions/lint/php-cs@main
4343
with:
4444
PHP_VERSION: ${{ matrix.php }}
4545
PROJECT_PATH: ''

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
vendor
2-
docs
3-
.phpdoc/cache
42

53
composer.lock
64

.phpdoc/base.html.twig

Lines changed: 0 additions & 1 deletion
This file was deleted.

.phpdoc/class.html.twig

Lines changed: 0 additions & 16 deletions
This file was deleted.

.phpdoc/components/admonition.css.twig

Lines changed: 0 additions & 27 deletions
This file was deleted.

.phpdoc/components/back-to-top.css.twig

Lines changed: 0 additions & 13 deletions
This file was deleted.

.phpdoc/components/back-to-top.html.twig

Lines changed: 0 additions & 1 deletion
This file was deleted.

.phpdoc/components/breadcrumbs.css.twig

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)