Skip to content

Commit 5fd2ebf

Browse files
chore: release v1.0.1
1 parent 4597122 commit 5fd2ebf

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## <small>1.0.1 (2025-10-10)</small>
4+
5+
* fix(composer): update PHP version constraint to ^8.0 ([4597122](https://github.com/WPTechnix/wp-tables-schema/commit/4597122))
6+
* chore(Docs): reflect docs with recent changes ([101d192](https://github.com/WPTechnix/wp-tables-schema/commit/101d192))
7+
* docs: add MIT license reference and link to LICENSE.md in README ([080a8d1](https://github.com/WPTechnix/wp-tables-schema/commit/080a8d1))
8+
39
## 1.0.0 (2025-08-23)
410

511
### Features

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wptechnix/wp-tables-schema",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A developer-friendly library for creating and managing custom WordPress database tables with schema definition, versioning, and migrations.",
55
"type": "library",
66
"license": "MIT",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"wpdb",
1111
"migrations"
1212
],
13-
"version": "1.0.0",
13+
"version": "1.0.1",
1414
"author": "WPTechnix <[email protected]>",
1515
"devDependencies": {
1616
"@commitlint/cli": "^19.8.1",

0 commit comments

Comments
 (0)