Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neoncube2 committed Sep 20, 2024
1 parent df417b9 commit efb209f
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 9 deletions.
1 change: 0 additions & 1 deletion js/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
dist
2 changes: 2 additions & 0 deletions js/dist/admin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions js/dist/admin.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions js/dist/forum.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions js/dist/forum.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
1 change: 1 addition & 0 deletions js/dist/forum.js.map

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions js/src/admin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ app.initializers.add('neoncube-private-messages', () => {
},
'start'
)
.registerPermission(
{
icon: 'fas fa-user-lock',
label: app.translator.trans('neoncube-private-messages.admin.permissions.allow_users_to_receive_email_notifications'),
permission: 'neoncube-private-messages.allowUsersToReceiveEmailNotifications',
},
'start'
);
// .registerPermission(
// {
// icon: 'fas fa-user-lock',
// label: app.translator.trans('neoncube-private-messages.admin.permissions.allow_users_to_receive_email_notifications'),
// permission: 'neoncube-private-messages.allowUsersToReceiveEmailNotifications',
// },
// 'start'
// );
});

0 comments on commit efb209f

Please sign in to comment.