Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [1.1.2] — 2026-03-29

### Alterado
- Atualização do binário Core Selynt.

## [1.1.1] — 2026-03-29

### Corrigido
Expand Down
Binary file modified bin/core-selynt
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/common.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
define('SELYNT_VERSION', '1.1.1');
define('SELYNT_VERSION', '1.1.2');
define('SELYNT_BIN', dirname(__DIR__) . '/bin/core-selynt');
define('SELYNT_PLUGIN_DIR', dirname(__DIR__));

Expand Down
2 changes: 1 addition & 1 deletion plugin.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name=Selynt Panel
id=selynt_panel
author=NullSablex
version=1.1.1
version=1.1.2
active=yes
installed=yes
update_url=https://nullsablex.com/download/selynt_panel
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1
1.1.2
Loading