Skip to content

Commit

Permalink
Merge branch 'development' into 'master'
Browse files Browse the repository at this point in the history
Prepare release v 3.2.2

See merge request dadangnh/iam!290
  • Loading branch information
hariyadip committed Nov 8, 2024
2 parents cd60a36 + 2cc9849 commit bb19e08
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# IAM Changelog

## Version 3.2.1 (current stable)
## Version 3.2.2 (current stable)
* Updated Symfony Recipes
* update dependencies
* bug fix in Helper

## Version 3.2.1
* Updated Symfony Recipes
* update dependencies
* bug fix in iriConverter
Expand Down
2 changes: 1 addition & 1 deletion config/packages/api_platform.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
api_platform:
title: IAM API Docs
version: 3.2.1
version: 3.2.2
description: |
Bug report and feature request are welcome, please report [here](https://gitlab.com/dadangnh/iam/-/issues).
Newest production version are always available at [https://iam.pajak.or.id/api](https://iam.pajak.or.id/api)
Expand Down
2 changes: 1 addition & 1 deletion src/Helper/AplikasiHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
namespace App\Helper;


use ApiPlatform\Api\IriConverterInterface;
use ApiPlatform\Metadata\IriConverterInterface;
use App\Entity\Aplikasi\Aplikasi;
use JetBrains\PhpStorm\ArrayShape;

Expand Down
2 changes: 1 addition & 1 deletion src/Helper/PosisiHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace App\Helper;

use ApiPlatform\Api\IriConverterInterface;
use ApiPlatform\Metadata\IriConverterInterface;
use App\Entity\Organisasi\Kantor;
use App\Entity\Pegawai\JabatanPegawai;
use Doctrine\ORM\EntityManagerInterface;
Expand Down

0 comments on commit bb19e08

Please sign in to comment.