Plugin Directory

Changeset 2995429


Ignore:
Timestamp:
11/13/2023 08:17:19 PM (2 years ago)
Author:
floriansimeth
Message:

Update to 2.31.6

Location:
snip-structured-data
Files:
4 edited
19 copied

Legend:

Unmodified
Added
Removed
  • snip-structured-data/tags/2.31.6/classes/controller/admin.php

    r2728302 r2995429  
    223223
    224224        add_action( 'save_post_wpb-rs-global', array( self::$_instance, 'save_positions' ), 10, 1 );
    225 
    226         add_action( 'wp_dashboard_setup', function () {
    227             $locale    = get_user_locale();
    228             $cache_key = 'dash_v2_' . md5( 'dashboard_primary_' . $locale );
    229             add_action( 'transient_' . $cache_key, [ Rich_Snippets_Plugin::instance(), 'dashboard_snip_news' ], 10, 2 );
    230         } );
    231225
    232226        /**
  • snip-structured-data/tags/2.31.6/readme.txt

    r2995154 r2995429  
    11=== snip - Structured Data & Schema ===
    2 Stable tag: 2.31.5
     2Stable tag: 2.31.6
    33Contributors: floriansimeth
    44Donate link: https://rich-snippets.io
  • snip-structured-data/tags/2.31.6/rich-snippets-wordpress-plugin.php

    r2995154 r2995429  
    44Plugin URI: https://rich-snippets.io?pk_campaign=snip-plugin-uri
    55Description: Allows to create Rich Snippets and general structured data readable by search engines.
    6 Version: 2.31.5
     6Version: 2.31.6
    77Author: floriansimeth
    88Author URI: https://florian-simeth.de?pk_campaign=snip-author-uri
  • snip-structured-data/trunk/classes/controller/admin.php

    r2728302 r2995429  
    223223
    224224        add_action( 'save_post_wpb-rs-global', array( self::$_instance, 'save_positions' ), 10, 1 );
    225 
    226         add_action( 'wp_dashboard_setup', function () {
    227             $locale    = get_user_locale();
    228             $cache_key = 'dash_v2_' . md5( 'dashboard_primary_' . $locale );
    229             add_action( 'transient_' . $cache_key, [ Rich_Snippets_Plugin::instance(), 'dashboard_snip_news' ], 10, 2 );
    230         } );
    231225
    232226        /**
  • snip-structured-data/trunk/readme.txt

    r2995154 r2995429  
    11=== snip - Structured Data & Schema ===
    2 Stable tag: 2.31.5
     2Stable tag: 2.31.6
    33Contributors: floriansimeth
    44Donate link: https://rich-snippets.io
  • snip-structured-data/trunk/rich-snippets-wordpress-plugin.php

    r2995154 r2995429  
    44Plugin URI: https://rich-snippets.io?pk_campaign=snip-plugin-uri
    55Description: Allows to create Rich Snippets and general structured data readable by search engines.
    6 Version: 2.31.5
     6Version: 2.31.6
    77Author: floriansimeth
    88Author URI: https://florian-simeth.de?pk_campaign=snip-author-uri
Note: See TracChangeset for help on using the changeset viewer.