Skip to content
Snippets Groups Projects
Commit 736bfea5 authored by Brian Canini's avatar Brian Canini
Browse files

Merge branch 'field_permissions' into module-updates-rc

parents 9f3ff7c3 2a090c0e
No related branches found
No related tags found
No related merge requests found
...@@ -4857,17 +4857,17 @@ ...@@ -4857,17 +4857,17 @@
}, },
{ {
"name": "drupal/field_permissions", "name": "drupal/field_permissions",
"version": "1.0.0", "version": "1.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/field_permissions.git", "url": "https://git.drupalcode.org/project/field_permissions.git",
"reference": "8.x-1.0" "reference": "8.x-1.1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/field_permissions-8.x-1.0.zip", "url": "https://ftp.drupal.org/files/projects/field_permissions-8.x-1.1.zip",
"reference": "8.x-1.0", "reference": "8.x-1.1",
"shasum": "637895909b2877a69e04f76446addb4abc7492c5" "shasum": "11e31db94999e6871ad7633455315bc27989a7ea"
}, },
"require": { "require": {
"drupal/core": "^8 || ^9" "drupal/core": "^8 || ^9"
...@@ -4875,8 +4875,8 @@ ...@@ -4875,8 +4875,8 @@
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-1.0", "version": "8.x-1.1",
"datestamp": "1591319671", "datestamp": "1598646882",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
......
...@@ -5001,18 +5001,18 @@ ...@@ -5001,18 +5001,18 @@
}, },
{ {
"name": "drupal/field_permissions", "name": "drupal/field_permissions",
"version": "1.0.0", "version": "1.1.0",
"version_normalized": "1.0.0.0", "version_normalized": "1.1.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/field_permissions.git", "url": "https://git.drupalcode.org/project/field_permissions.git",
"reference": "8.x-1.0" "reference": "8.x-1.1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/field_permissions-8.x-1.0.zip", "url": "https://ftp.drupal.org/files/projects/field_permissions-8.x-1.1.zip",
"reference": "8.x-1.0", "reference": "8.x-1.1",
"shasum": "637895909b2877a69e04f76446addb4abc7492c5" "shasum": "11e31db94999e6871ad7633455315bc27989a7ea"
}, },
"require": { "require": {
"drupal/core": "^8 || ^9" "drupal/core": "^8 || ^9"
...@@ -5020,8 +5020,8 @@ ...@@ -5020,8 +5020,8 @@
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-1.0", "version": "8.x-1.1",
"datestamp": "1591319671", "datestamp": "1598646882",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
......
...@@ -6,7 +6,7 @@ package: field ...@@ -6,7 +6,7 @@ package: field
core: '8.x' core: '8.x'
core_version_requirement: ^8 || ^9 core_version_requirement: ^8 || ^9
# Information added by Drupal.org packaging script on 2020-06-05 # Information added by Drupal.org packaging script on 2020-08-28
version: '8.x-1.0' version: '8.x-1.1'
project: 'field_permissions' project: 'field_permissions'
datestamp: 1591319673 datestamp: 1598646884
...@@ -28,8 +28,6 @@ interface FieldPermissionsServiceInterface { ...@@ -28,8 +28,6 @@ interface FieldPermissionsServiceInterface {
* plugin. However, since it is used in the report page, it would be * plugin. However, since it is used in the report page, it would be
* difficult to abstract down to the plugin level the way the report * difficult to abstract down to the plugin level the way the report
* currently works. * currently works.
*
* @deprecated This function will be removed before 8.x-2.0
*/ */
public static function getList($field_label = ''); public static function getList($field_label = '');
...@@ -38,8 +36,6 @@ public static function getList($field_label = ''); ...@@ -38,8 +36,6 @@ public static function getList($field_label = '');
* *
* @return array * @return array
* An array of permission information keyed by role ID. * An array of permission information keyed by role ID.
*
* @deprecated This function will be removed before 8.x-2.0
*/ */
public function getPermissionsByRole(); public function getPermissionsByRole();
...@@ -51,8 +47,6 @@ public function getPermissionsByRole(); ...@@ -51,8 +47,6 @@ public function getPermissionsByRole();
* @return array * @return array
* An array of all permissions for all fields that implement the custom * An array of all permissions for all fields that implement the custom
* permission type. * permission type.
*
* @deprecated This function will be removed before 8.x-2.0
*/ */
public function getAllPermissions(); public function getAllPermissions();
......
...@@ -5,7 +5,7 @@ package: Testing ...@@ -5,7 +5,7 @@ package: Testing
dependencies: dependencies:
- field_permissions:field_permissions - field_permissions:field_permissions
# Information added by Drupal.org packaging script on 2020-06-05 # Information added by Drupal.org packaging script on 2020-08-28
version: '8.x-1.0' version: '8.x-1.1'
project: 'field_permissions' project: 'field_permissions'
datestamp: 1591319673 datestamp: 1598646884
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment