Skip to content

Commit

Permalink
🔖 1.2.26
Browse files Browse the repository at this point in the history
  • Loading branch information
MarceauKa committed Nov 5, 2019
1 parent d18379b commit ca8a74d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Api/AlbumController.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class AlbumController extends Controller
{
public function __construct()
{
$this->middleware('auth:api');
$this->middleware(['auth:api', 'demo']);
}

public function store(StoreAlbumRequest $request)
Expand Down
2 changes: 1 addition & 1 deletion app/Services/Shaarli/Shaarli.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Shaarli
HandleCustomSettings;

/** @var string VERSION */
public const VERSION = '1.2.25';
public const VERSION = '1.2.26';
/** @var Application $app */
protected $app;

Expand Down
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Unreleased
# 1.2.26

## Added

- 🚧 Add new Album content type for sharing your pictures
- Add new Album content type for sharing your pictures
- Manage archives (in settings section)
- Ability to configure python path (for media archiving)
- Scheduled job to clean old or incomplete files from storage
Expand Down
14 changes: 7 additions & 7 deletions resources/lang/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,17 +134,17 @@
"Alpha numeric only": "Alpha numérique seulement",
"Chest created": "Coffre ajouté",
"Chest updated": "Coffre modifié",
"Unable to save chest": "Impossible de créer le coffre",
"Unable to save chest": "Impossible d'enregistrer le coffre",
"Unable to delete chest": "Impossible de supprimer le coffre",
"Chest :name has been deleted": "Le coffre :name a été modifié",

"Images": "Images",
"Drop files or click to choose": "Drop files or click to choose",
"Invalid file": "Invalid file",
"Private album?": "Private album?",
"Unable to save album": "Unable to save album",
"Album :name has been deleted": "Album :name has been deleted",
"Unable to delete album": "Unable to delete album",
"Drop files or click to choose": "Glissez vos images ou cliquez pour choisir",
"Invalid file": "Fichier invalide",
"Private album?": "Album privé ?",
"Unable to save album": "Impossible d'enregistrer l'album",
"Album :name has been deleted": "L'album :name a été supprimé",
"Unable to delete album": "Impossible de supprimer l'album",

"Create tag": "Créer le tag",
"Click to select": "Cliquez pour sélectionner",
Expand Down

0 comments on commit ca8a74d

Please sign in to comment.