This commit is contained in:
Javier Casares 2026-08-24 12:20:42 +00:00
commit 9cd3bb6cb2
11 changed files with 69 additions and 61 deletions

View file

@ -3,7 +3,7 @@
* Plugin Name: OpenGraph (by ROBOTSTXT)
* Plugin URI: https://www.robotstxt.software/plugins/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.2.1
* Version: 1.2.2
* Requires at least: 4.9.8
* Requires PHP: 8.0
* Author: ROBOTSTXT
@ -17,7 +17,7 @@
* Contributors: robotstxt, javiercasares
*
* @package ROBOTSTXT_OG
* @version 1.2.1
* @version 1.2.2
*/
if ( ! defined( 'ABSPATH' ) ) {
@ -25,7 +25,7 @@ if ( ! defined( 'ABSPATH' ) ) {
}
// Define plugin constants.
define( 'ROBOTSTXT_OG_VERSION', '1.2.1' );
define( 'ROBOTSTXT_OG_VERSION', '1.2.2' );
define( 'ROBOTSTXT_OG_PATH', plugin_dir_path( __FILE__ ) );
define( 'ROBOTSTXT_OG_URL', plugin_dir_url( __FILE__ ) );
define( 'ROBOTSTXT_OG_BASENAME', plugin_basename( __FILE__ ) );