Skip to content

Commit

Permalink
release: 0.0.1 (#66)
Browse files Browse the repository at this point in the history
* chore: version bump

* chore: only test against WP 6.7
  • Loading branch information
justlevine authored Jan 30, 2025
1 parent 5a01c90 commit be2a9f1
Show file tree
Hide file tree
Showing 12 changed files with 402 additions and 327 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/perform-lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '8.2' ] #, '8.1' ] @todo reenable when repo is made public
wordpress: [ '6.7' ] #, '6.6' ]
php: [ '8.2', '8.1' ]
wordpress: [ '6.7' ] # @todo support older versions
include:
- php: '8.2'
wordpress: '6.7'
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](./README.md#updating-and-versioning).

## [Unreleased]

## [0.0.1] - 2025-01-30

- Initial (public) release.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ SnapWP Helper is a WordPress plugin that allows you to quickly install WPGraphQL
## System Requirements

- **PHP** 7.4 or higher
- **WordPress** 6.0 or higher
- **WordPress** 6.7 or higher
- **WPGraphQL** 1.28.0 or higher
- **WPGraphQL Content Blocks** 4.1.0 or higher
- **WPGraphQL Content Blocks** 4.4.0 or higher

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion activation.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* @return string
*/
function min_wp_version() {
return '6.0';
return '6.7';
}

/**
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit be2a9f1

Please sign in to comment.