@growy/strapi-plugin-encrypted-field 2.1.5 → 2.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/admin/src/index.js +0 -19
  2. package/package.json +1 -1
@@ -120,25 +120,6 @@ export default {
120
120
  },
121
121
  ],
122
122
  });
123
-
124
- // También agregar como página independiente para acceso directo
125
- app.addSettingsLink('plugins', {
126
- id: 'encrypted-field-audit-logs',
127
- intlLabel: {
128
- id: 'encrypted-field.menu.audit-logs',
129
- defaultMessage: 'Logs de Auditoría',
130
- },
131
- Component: async () => {
132
- const { AuditLogs } = await import('./pages/AuditLogs');
133
- return AuditLogs;
134
- },
135
- permissions: [
136
- {
137
- action: 'plugin::encrypted-field.read',
138
- subject: null,
139
- },
140
- ],
141
- });
142
123
  },
143
124
 
144
125
  async registerTrads({ locales }) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@growy/strapi-plugin-encrypted-field",
3
- "version": "2.1.5",
3
+ "version": "2.1.6",
4
4
  "description": "Campo personalizado de texto cifrado para Strapi",
5
5
  "strapi": {
6
6
  "name": "encrypted-field",