Changeset 2995429
- Timestamp:
- 11/13/2023 08:17:19 PM (2 years ago)
- Location:
- snip-structured-data
- Files:
-
- 4 edited
- 19 copied
-
tags/2.31.6 (copied) (copied from snip-structured-data/trunk)
-
tags/2.31.6/classes/controller/admin-scripts.php (copied) (copied from snip-structured-data/trunk/classes/controller/admin-scripts.php)
-
tags/2.31.6/classes/controller/admin-settings.php (copied) (copied from snip-structured-data/trunk/classes/controller/admin-settings.php)
-
tags/2.31.6/classes/controller/admin.php (modified) (1 diff)
-
tags/2.31.6/classes/model/helper.php (copied) (copied from snip-structured-data/trunk/classes/model/helper.php)
-
tags/2.31.6/classes/model/schemas.php (copied) (copied from snip-structured-data/trunk/classes/model/schemas.php)
-
tags/2.31.6/classes/model/wpbuddy.php (copied) (copied from snip-structured-data/trunk/classes/model/wpbuddy.php)
-
tags/2.31.6/classes/objects/rich-snippet.php (copied) (copied from snip-structured-data/trunk/classes/objects/rich-snippet.php)
-
tags/2.31.6/classes/rich-snippets-plugin.php (copied) (copied from snip-structured-data/trunk/classes/rich-snippets-plugin.php)
-
tags/2.31.6/classes/view/admin/intro.php (copied) (copied from snip-structured-data/trunk/classes/view/admin/intro.php)
-
tags/2.31.6/js/admin-snippets-free.js (copied) (copied from snip-structured-data/trunk/js/admin-snippets-free.js)
-
tags/2.31.6/js/admin-snippets.js (copied) (copied from snip-structured-data/trunk/js/admin-snippets.js)
-
tags/2.31.6/js/build/admin-setupwizard.js (copied) (copied from snip-structured-data/trunk/js/build/admin-setupwizard.js)
-
tags/2.31.6/js/build/admin-setupwizard.js.map (copied) (copied from snip-structured-data/trunk/js/build/admin-setupwizard.js.map)
-
tags/2.31.6/js/build/admin-snippets.js (copied) (copied from snip-structured-data/trunk/js/build/admin-snippets.js)
-
tags/2.31.6/js/build/admin-snippets.js.map (copied) (copied from snip-structured-data/trunk/js/build/admin-snippets.js.map)
-
tags/2.31.6/js/build/schema-property.js (copied) (copied from snip-structured-data/trunk/js/build/schema-property.js)
-
tags/2.31.6/js/build/schema-property.js.map (copied) (copied from snip-structured-data/trunk/js/build/schema-property.js.map)
-
tags/2.31.6/readme.txt (copied) (copied from snip-structured-data/trunk/readme.txt) (1 diff)
-
tags/2.31.6/rich-snippets-wordpress-plugin.php (copied) (copied from snip-structured-data/trunk/rich-snippets-wordpress-plugin.php) (1 diff)
-
trunk/classes/controller/admin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/rich-snippets-wordpress-plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
snip-structured-data/tags/2.31.6/classes/controller/admin.php
r2728302 r2995429 223 223 224 224 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 } );231 225 232 226 /** -
snip-structured-data/tags/2.31.6/readme.txt
r2995154 r2995429 1 1 === snip - Structured Data & Schema === 2 Stable tag: 2.31. 52 Stable tag: 2.31.6 3 3 Contributors: floriansimeth 4 4 Donate link: https://rich-snippets.io -
snip-structured-data/tags/2.31.6/rich-snippets-wordpress-plugin.php
r2995154 r2995429 4 4 Plugin URI: https://rich-snippets.io?pk_campaign=snip-plugin-uri 5 5 Description: Allows to create Rich Snippets and general structured data readable by search engines. 6 Version: 2.31. 56 Version: 2.31.6 7 7 Author: floriansimeth 8 8 Author URI: https://florian-simeth.de?pk_campaign=snip-author-uri -
snip-structured-data/trunk/classes/controller/admin.php
r2728302 r2995429 223 223 224 224 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 } );231 225 232 226 /** -
snip-structured-data/trunk/readme.txt
r2995154 r2995429 1 1 === snip - Structured Data & Schema === 2 Stable tag: 2.31. 52 Stable tag: 2.31.6 3 3 Contributors: floriansimeth 4 4 Donate link: https://rich-snippets.io -
snip-structured-data/trunk/rich-snippets-wordpress-plugin.php
r2995154 r2995429 4 4 Plugin URI: https://rich-snippets.io?pk_campaign=snip-plugin-uri 5 5 Description: Allows to create Rich Snippets and general structured data readable by search engines. 6 Version: 2.31. 56 Version: 2.31.6 7 7 Author: floriansimeth 8 8 Author URI: https://florian-simeth.de?pk_campaign=snip-author-uri
Note: See TracChangeset
for help on using the changeset viewer.