Skip to content

Commit cdd2592

Browse files
authored
Merge pull request #83 from studioespresso/feature/stu-202-cant-update-url-field-value
Feature/stu 202 cant update url field value
2 parents 9c8a109 + 390ae88 commit cdd2592

File tree

5 files changed

+187
-182
lines changed

5 files changed

+187
-182
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Code Quality
22
on:
33
workflow_dispatch:
4+
pull_request:
45
push:
56
branches:
67
- develop

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 5.1.4 - 2025-05-29
8+
### Fixed
9+
- Fix for updating url node values ([#82](https://github.com/studioespresso/craft-navigate/issues/82))
10+
711
## 5.1.3 - 2025-05-03
812
### Fixed
913
- Fixed an issue with element without a url throwing an error when devMode is active ([#80](https://github.com/studioespresso/craft-navigate/issues/80))

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "studioespresso/craft-navigate",
33
"description": "Navigation plugin for Craft CMS",
44
"type": "craft-plugin",
5-
"version": "5.1.3",
5+
"version": "5.1.4",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)