Plugin Directory

Changeset 2026154


Ignore:
Timestamp:
02/06/2019 08:05:22 PM (7 years ago)
Author:
PhilHilton
Message:

Tested up to WP 5.0.3, Plugin is no longer needed thanks to Gutenberg's "Custom HTML" block. Sunset notice added to plugin config.

Location:
embed-custom-field
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • embed-custom-field/trunk/embed-custom-field.php

    r1580548 r2026154  
    33 * Plugin Name: Embed Custom Field
    44 * Plugin URI: http://wordpress.org/plugins/embed-custom-field/
    5  * Description: Adds shortcode for including custom field data in posts/pages.
    6  * Version: 1.0.2
     5 * Description: Adds shortcode for including custom field data in posts/pages. Note that the Gutenberg blocks content editor includes a "Custom HTML" block type, which negates the need for this plugin. It will NOT be maintained after December 31st, 2019.
     6 * Version: 1.0.3
    77 * Author: Phil Hilton
    88 * Author URI: http://profiles.wordpress.org/philhilton/
  • embed-custom-field/trunk/readme.txt

    r1585870 r2026154  
    44Tags: shortcode, custom fields
    55Requires at least: 3.9.0
    6 Tested up to: 4.7.2
    7 Stable tag: 1.0.2
     6Tested up to: 5.0.3
     7Stable tag: 1.0.3
    88License: GPLv2 or later.
    99
    10 Adds shortcode for including a custom field on a page or post.
     10Adds shortcode for including a custom field on a page or post. Note that the Gutenberg blocks content editor includes an HTML block type, which negates the need for this plugin. it will be maintained as needed until January 1st, 2020.
    1111
    1212== Description ==
     
    1919
    2020This may work fine with versions older than 3.9.0 (and almost certainly does) but it has not been tested.
     21
     22* Note that the Gutenberg blocks content editor includes an HTML block type, which negates the need for this plugin. it will be maintained as needed until January 1st, 2020. *
    2123
    2224== Installation ==
     
    4850= 1.0.2 =
    4951* Changes to adhere to Wordpress-VIP coding standards. No changes in functionality.
     52
     53= 1.0.3 =
     54* Tested up to WP 5.0.3
     55* Plugin is no longer needed thanks to Gutenberg's "Custom HTML" block. Sunset notice added to plugin config.
Note: See TracChangeset for help on using the changeset viewer.