Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- Bug #197: Update workflows and documentation for improved CI/CD processes and feature clarity (@terabytesoftw)
- Bug #198: Add `Super-Linter` badge to `README.md` for enhanced CI visibility (@terabytesoftw)
- Bug #199: Correct indentation in console configuration section of `README.md` (@terabytesoftw)
- Bug #201: Update SVG viewBox dimensions for mobile and desktop feature illustrations in `features-mobile.svg` and `features.svg` (@terabytesoftw)

## 0.1.1 September 03, 2025

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ Start the server in daemon mode
./rr serve -d
```

> [!IMPORTANT]
> Your application will be available at `https://localhost:8443` or at the address set in the `rr.yaml` file.

#### Directory structure
Expand Down Expand Up @@ -143,7 +144,7 @@ final class SiteController extends Controller

## Quality code

[![Codecov](https://img.shields.io/codecov/c/github/yii2-extensions/app-basic.svg?branch=main&style=for-the-badge&logo=codecov&logoColor=white&label=Coverage)](https://codecov.io/github/yii2-extensions/app-basic)
[![Codecov](https://img.shields.io/codecov/c/github/yii2-extensions/app-basic.svg?branch=road-runner&style=for-the-badge&logo=codecov&logoColor=white&label=Coverage)](https://codecov.io/github/yii2-extensions/app-basic/tree/road-runner)
[![PHPStan Level Max](https://img.shields.io/badge/PHPStan-Level%20Max-4F5D95.svg?style=for-the-badge&logo=php&logoColor=white)](https://github.com/yii2-extensions/app-basic/actions/workflows/static.yml?query=branch%3Aroad-runner)
[![Super-Linter](https://img.shields.io/github/actions/workflow/status/yii2-extensions/app-basic/linter.yml?style=for-the-badge&label=Super-Linter&logo=github)](https://github.com/yii2-extensions/app-basic/actions/workflows/linter.yml?query=branch%3Aroad-runner)
[![StyleCI](https://img.shields.io/badge/StyleCI-Passed-44CC11.svg?style=for-the-badge&logo=styleci&logoColor=white)](https://github.styleci.io/repos/165419144?branch=road-runner)
Expand Down
2 changes: 1 addition & 1 deletion docs/svgs/features-mobile.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/svgs/features.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions tests/Acceptance.suite.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
# Codeception Test Suite Configuration
#
# Suite for acceptance tests.
Expand Down
1 change: 1 addition & 0 deletions tests/Functional.suite.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
# Codeception Test Suite Configuration
#
# Suite for functional tests
Expand Down
1 change: 1 addition & 0 deletions tests/Unit.suite.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
# Codeception Test Suite Configuration
#
# Suite for unit or integration tests.
Expand Down
Loading