Skip to content

Commit

Permalink
[TASK]
Browse files Browse the repository at this point in the history
  • Loading branch information
SamBrishes committed Aug 21, 2022
1 parent edac5c5 commit e254494
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 41 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
BlogHub - Changelog
===================

Version 1.2.2 - In Progress
---------------------------
Version 1.2.2 - Stable
----------------------
- Add: 'View / Unique' column definition to Posts controller.
- Add: 'Filter Tags' scope column definition to Post and Posts controller.
- Add: Missing locale strings.
- Update: Locale strings and language files.
- Remove: Meta controller and definitions.


Version 1.2.1 - Stable
Expand Down
1 change: 0 additions & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
use Cms\Classes\Controller;
use Cms\Classes\Theme;
use Illuminate\Contracts\Database\Query\Builder;
use October\Rain\Database\Builder as DatabaseBuilder;
use RainLab\Blog\Controllers\Posts;
use RainLab\Blog\Models\Post;
use RatMD\BlogHub\Models\Meta;
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ratmd/bloghub-plugin",
"type": "october-plugin",
"version": "1.2.1",
"version": "1.2.2",
"description": "Extends RainLab's Blog extension with custom meta details, additional archives and more.",
"keywords": [
"october",
Expand Down
34 changes: 0 additions & 34 deletions controllers/Meta.php

This file was deleted.

Empty file removed controllers/meta/.gitempty
Empty file.
2 changes: 1 addition & 1 deletion controllers/tags/config_form.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ===================================

# Record name
name: Tag
name: ratmd.bloghub::lang.model.tags.recordName

# Model Form Field configuration
form: $/ratmd/bloghub/models/tag/fields.yaml
Expand Down
2 changes: 1 addition & 1 deletion controllers/tags/config_list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ list: $/ratmd/bloghub/models/tag/columns.yaml
modelClass: RatMD\BlogHub\Models\Tag

# List Title
title: Manage Tags
title: ratmd.bloghub::lang.model.tags.manage

# Link URL for each record
recordUrl: ratmd/bloghub/tags/update/:id
Expand Down
2 changes: 2 additions & 0 deletions lang/de/lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
'model' => [
'tags' => [
'label' => 'Schlagwörter',
'manage' => 'Schlagwörter verwalten',
'recordName' => 'Schlagwort',
'slug' => 'Slug',
'slugComment' => 'Slugs werden für die Archivseiten im Frontend verwendet.',
'title' => 'Titel',
Expand Down
2 changes: 2 additions & 0 deletions lang/en/lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
'model' => [
'tags' => [
'label' => 'Tags',
'manage' => 'Manage Tags',
'recordName' => 'Tag',
'slug' => 'Slug',
'slugComment' => 'Tag slugs are used for the archive pages on the frontend.',
'title' => 'Title',
Expand Down
4 changes: 3 additions & 1 deletion updates/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@
- update_backend_users_table.php
1.2.1:
- Add 'About Me' field for backend users.
- update_backend_users_table_again.php
- update_backend_users_table_again.php
1.2.2:
- Minor Changes

0 comments on commit e254494

Please sign in to comment.