Changeset 3424335
- Timestamp:
- 12/20/2025 06:30:38 PM (3 weeks ago)
- Location:
- open-graph-protocol-framework/trunk
- Files:
-
- 3 edited
-
changelog.txt (modified) (1 diff)
-
open-graph-protocol-framework.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
open-graph-protocol-framework/trunk/changelog.txt
r3307237 r3424335 1 1 == Open Graph Protocol Framework - WordPress plugin by itthinx - Changelog == 2 3 = 2.1.0 = 4 * WordPress 6.9 compatible. 2 5 3 6 = 2.0.0 = -
open-graph-protocol-framework/trunk/open-graph-protocol-framework.php
r3307237 r3424335 4 4 * Plugin URI: https://www.itthinx.com/plugins/open-graph-protocol/ 5 5 * 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.06 * Version: 2.1.0 7 7 * Requires at least: 6.0 8 8 * Requires PHP: 7.4 … … 59 59 * @var string 60 60 */ 61 define( 'OPEN_GRAPH_PROTOCOL_VERSION', '2. 0.0' );61 define( 'OPEN_GRAPH_PROTOCOL_VERSION', '2.1.0' ); 62 62 63 63 /** -
open-graph-protocol-framework/trunk/readme.txt
r3307237 r3424335 4 4 Tags: ogp, open graph protocol, facebook, X, google 5 5 Requires at least: 6.0 6 Tested up to: 6. 86 Tested up to: 6.9 7 7 Requires PHP: 7.4 8 Stable tag: 2. 0.08 Stable tag: 2.1.0 9 9 License: GPLv3 10 10
Note: See TracChangeset
for help on using the changeset viewer.