Plugin Directory

Changeset 3424335


Ignore:
Timestamp:
12/20/2025 06:30:38 PM (3 weeks ago)
Author:
itthinx
Message:

version 2.1.0

Location:
open-graph-protocol-framework/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • open-graph-protocol-framework/trunk/changelog.txt

    r3307237 r3424335  
    11== Open Graph Protocol Framework - WordPress plugin by itthinx - Changelog ==
     2
     3= 2.1.0 =
     4* WordPress 6.9 compatible.
    25
    36= 2.0.0 =
  • open-graph-protocol-framework/trunk/open-graph-protocol-framework.php

    r3307237 r3424335  
    44 * Plugin URI: https://www.itthinx.com/plugins/open-graph-protocol/
    55 * Description: The Open Graph Protocol enables any web page to become a rich object in a social graph. If you would like to support our work, please visit our <a href="https://www.itthinx.com/shop/">Shop</a>.
    6  * Version: 2.0.0
     6 * Version: 2.1.0
    77 * Requires at least: 6.0
    88 * Requires PHP: 7.4
     
    5959 * @var string
    6060 */
    61 define( 'OPEN_GRAPH_PROTOCOL_VERSION', '2.0.0' );
     61define( 'OPEN_GRAPH_PROTOCOL_VERSION', '2.1.0' );
    6262
    6363/**
  • open-graph-protocol-framework/trunk/readme.txt

    r3307237 r3424335  
    44Tags: ogp, open graph protocol, facebook, X, google
    55Requires at least: 6.0
    6 Tested up to: 6.8
     6Tested up to: 6.9
    77Requires PHP: 7.4
    8 Stable tag: 2.0.0
     8Stable tag: 2.1.0
    99License: GPLv3
    1010
Note: See TracChangeset for help on using the changeset viewer.