This commit is contained in:
Javier Casares 2026-03-28 07:51:27 +00:00
commit 9b856d1c3d
4 changed files with 33 additions and 13 deletions

View file

@ -3,7 +3,7 @@
* Plugin Name: OpenGraph (by ROBOTSTXT)
* Plugin URI: https://git.robotstxt.es/ROBOTSTXT/robotstxt-og
* Description: Intelligent Open Graph image fallback for social media crawlers. Automatically detects and serves compatible image formats (JPEG/PNG) when modern formats (AVIF/WebP) are used as featured images.
* Version: 1.0.0
* Version: 1.0.1
* Requires at least: 6.7
* Requires PHP: 8.2
* Author: ROBOTSTXT
@ -16,7 +16,7 @@
* Contributors: javiercasares, robotstxt
*
* @package ROBOTSTXT_OG
* @version 1.0.0
* @version 1.0.1
*/
if ( ! defined( 'ABSPATH' ) ) {
@ -24,7 +24,7 @@ if ( ! defined( 'ABSPATH' ) ) {
}
// Define plugin constants.
define( 'ROBOTSTXT_OG_VERSION', '1.0.0' );
define( 'ROBOTSTXT_OG_VERSION', '1.0.1' );
define( 'ROBOTSTXT_OG_PATH', plugin_dir_path( __FILE__ ) );
define( 'ROBOTSTXT_OG_URL', plugin_dir_url( __FILE__ ) );
define( 'ROBOTSTXT_OG_BASENAME', plugin_basename( __FILE__ ) );