Plugin Directory

Changeset 3180825


Ignore:
Timestamp:
11/03/2024 07:09:13 PM (17 months ago)
Author:
heymehedi
Message:

fix: Deprecated notice

Location:
content-restriction
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • content-restriction/tags/1.3/app/Providers/AdminServiceProviders.php

    r3180815 r3180825  
    3232     * Initialize appsero tracking.
    3333     *
     34     * Removed custom plugins meta data field in 7.0.5.4
     35     * since Appsero made this builtin.
     36     *
    3437     * @see https://github.com/Appsero/client
    3538     *
     
    4245            CONTENT_RESTRICTION_FILE
    4346        );
    44 
    45         $this->insights = $client->insights();
    4647
    4748        // Active insights
  • content-restriction/trunk/app/Providers/AdminServiceProviders.php

    r3180815 r3180825  
    3232     * Initialize appsero tracking.
    3333     *
     34     * Removed custom plugins meta data field in 7.0.5.4
     35     * since Appsero made this builtin.
     36     *
    3437     * @see https://github.com/Appsero/client
    3538     *
     
    4245            CONTENT_RESTRICTION_FILE
    4346        );
    44 
    45         $this->insights = $client->insights();
    4647
    4748        // Active insights
Note: See TracChangeset for help on using the changeset viewer.