Skip to content

Commit

Permalink
Merge branch '2.x' into secure_global_observer_registration_for_models
Browse files Browse the repository at this point in the history
  • Loading branch information
MarJose123 authored Nov 7, 2024
2 parents f9254ed + 4dbfa10 commit 84a54f4
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to `filament-webhook-server` will be documented in this file.

## 2.1.4 - 2024-09-22

### What's Changed

* Add pt translations by @a21ns1g4ts in https://github.com/MarJose123/filament-webhook-server/pull/32

**Full Changelog**: https://github.com/MarJose123/filament-webhook-server/compare/2.1.3...2.1.4

## 2.1.3 - 2024-07-28

### What's Changed
Expand Down Expand Up @@ -134,6 +142,7 @@ return [




```
- Republish and run the migrations with:

Expand All @@ -149,6 +158,7 @@ php artisan vendor:publish --tag="filament-webhook-server-migrations"




```
```bash
php artisan migrate
Expand All @@ -162,6 +172,7 @@ php artisan migrate




```
to be able to add the new table

Expand Down
Empty file added resources/lang/pt_BR/.gitkeep
Empty file.
29 changes: 29 additions & 0 deletions resources/lang/pt_BR/default.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?php

return [
'pages' => [
'heading' => 'Webhook',
'navigation' => [
'label' => 'Webhook',
'group' => 'Desenvolvedor',
],
'button' => [
'add_new_webhook' => 'Adicionar Novo Webhook',
],
'modal' => [
'label' => 'Adicionar Novo Webhook',
'button' => [
'create' => 'Criar',
],
],
'history' => [
'heading' => 'Registros de Transações de Webhook',
'back' => 'Voltar',
],
],
'notification' => [
'create' => [
'success' => 'Novo Webhook criado com sucesso!',
],
],
];
Empty file added resources/lang/pt_PT/.gitkeep
Empty file.
29 changes: 29 additions & 0 deletions resources/lang/pt_PT/default.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?php

return [
'pages' => [
'heading' => 'Webhook',
'navigation' => [
'label' => 'Webhook',
'group' => 'Desenvolvedor',
],
'button' => [
'add_new_webhook' => 'Adicionar Novo Webhook',
],
'modal' => [
'label' => 'Adicionar Novo Webhook',
'button' => [
'create' => 'Criar',
],
],
'history' => [
'heading' => 'Registos de Transações de Webhook',
'back' => 'Voltar',
],
],
'notification' => [
'create' => [
'success' => 'Novo Webhook criado com sucesso!',
],
],
];

0 comments on commit 84a54f4

Please sign in to comment.