Skip to content

Commit

Permalink
chore: release v1.8.1 (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariosimao authored Jun 13, 2023
1 parent d4cb92b commit dcf8b33
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 9 deletions.
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v1.8.1] 2023-06-12

## Fixed
- Rich Text mention creation (#241)
- Possible null pointer on RichText (#246)
- Change rich text URL
- Only send to API file name when set (#234)

## Build
- Bump phpunit/phpunit from 10.1.2 to 10.1.3 (#227)
- Bump guzzlehttp/guzzle from 7.5.1 to 7.6.1 (#226)
- Bump php-http/discovery from 1.18.0 to 1.18.1 (#228)
- Bump infection/infection from 0.26.21 to 0.27.0 (#229)
- Bump guzzlehttp/guzzle from 7.6.1 to 7.7.0 (#230)
- Bump vimeo/psalm from 5.11.0 to 5.12.0 (#233)
- Bump vite from 3.1.3 to 3.2.7 in /docs (#236)
- Bump phpunit/phpunit from 10.1.3 to 10.2.2 (#244)

## Test
- Fix file-related tests (#245)

## Chore
- Add sponsors to README (#237)

## [v1.8.0] 2023-05-09

### Added
Expand Down Expand Up @@ -334,4 +358,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[1.6.2]: https://github.com/mariosimao/notion-sdk-php/releases/tag/v1.6.2
[1.7.0]: https://github.com/mariosimao/notion-sdk-php/releases/tag/v1.7.0
[1.8.0]: https://github.com/mariosimao/notion-sdk-php/releases/tag/v1.8.0
[Unreleased]: https://github.com/mariosimao/notion-sdk-php/compare/v1.8.0...HEAD
[1.8.1]: https://github.com/mariosimao/notion-sdk-php/releases/tag/v1.8.1
[Unreleased]: https://github.com/mariosimao/notion-sdk-php/compare/v1.8.1...HEAD
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@
</a>
</p>


## 📦 Installation

This project requires PHP 8.1 or higher. To install it with Composer run:

```bash
$ composer require mariosimao/notion-sdk-php
```

## 👩‍💻 Basic usage

Creating a page on Notion with the SDK is easy.

```php
use Notion\Blocks\Heading1;
use Notion\Blocks\ToDo;
Expand Down Expand Up @@ -69,7 +69,7 @@ $page = $notion->pages()->create($page, $content);
## 📄 Documentation

Further documentation can be found at https://mario.engineering/notion-sdk-php.

## 🏷️ Versioning

[SemVer](semver.org) is followed closely. Minor and patch releases should not introduce breaking changes to the codebase.
Expand All @@ -82,9 +82,9 @@ When a new minor version (e.g. 1.3 -> 1.4) is released, the previous one (1.3) w
When a new major version is released (e.g. 1.6 -> 2.0), the previous one (1.6) will receive critical bug fixes for at least 3 months and security updates for 6 months after that new release comes out.

This policy may change in the future and exceptions may be made on a case-by-case basis.

## ❤️ Sponsors

An special thanks to all sponsors who activelly support the SKD!
An special thanks to all sponsors who activelly support the SDK!

<!-- sponsors --><a href="https://github.com/rickyheijnen"><img src="https://github.com/rickyheijnen.png" width="60px" alt="Ricky Heijnen" /></a><!-- sponsors -->

0 comments on commit dcf8b33

Please sign in to comment.