Skip to content

Commit

Permalink
Feature refactor (#23)
Browse files Browse the repository at this point in the history
* 🎨 Reformat

* 🔧 Removed coverage to Codecov

* 🔧 Try laravel 8 prefer lowest

* 🔧 No coverage with phpunit

* Revert "🔧 Try laravel 8 prefer lowest"

This reverts commit 85d51a6

* ♻️ Refactored

* Fix styling

* ♻️ Refactored

* 🔧 Added additional user agents

* 📝 Added more information to the readme

* 📝 Added local testing

* Updated social preview image

* 📝 Added published config file

* 📝 Added more information

* ♻️ Refactored to use helper functions

* 📝 3.1.0 release notes added

* Correct homepage

Co-authored-by: SuddenlyRust <[email protected]>
  • Loading branch information
ruslansteiger and SuddenlyRust committed Apr 28, 2021
1 parent 1ffb739 commit e07bb3b
Show file tree
Hide file tree
Showing 11 changed files with 423 additions and 171 deletions.
2 changes: 1 addition & 1 deletion .github/SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Security Policy

If you discover any security related issues, please email hi@codebar.ch instead of using the issue tracker.
If you discover any security related issues, please email info@codebar.ch instead of using the issue tracker.
2 changes: 1 addition & 1 deletion .github/workflows/php-cs-fixer.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Check & fix styling

on: [ push ]
on: [push]

jobs:
style:
Expand Down
13 changes: 2 additions & 11 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests
name: run-tests

on: [push, pull_request]

Expand Down Expand Up @@ -57,13 +57,4 @@ jobs:
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
- name: Execute tests
run: vendor/bin/phpunit --coverage-clover=coverage.xml

- name: Upload test coverage to Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
name: laravel-prerender
flags: P${{ matrix.php }},L${{ matrix.laravel }},${{ matrix.dependency-version }},${{ matrix.os }}
fail_ci_if_error: true
run: vendor/bin/phpunit
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

All notable changes to `laravel-prerender` will be documented in this file.

## Not released

## 3.1.0 - 2021-04-28

- Added additional [user agents](https://github.com/codebar-ag/laravel-prerender/commit/a8706a678b2f990cd1f108866c7d2b10f4b4e658)
- Refactored
- Moved the default branch to `main`

## 3.0.3 - 2021-02-09

- Support for PHP 8.0 added.

## 3.0.2 - 2020-09-18

- Updated README.md

## 3.0.1 - 2020-09-14

- Updated README.md

## 3.0.0 - 2020-09-14

- Support for Laravel 8 added.
Loading

0 comments on commit e07bb3b

Please sign in to comment.