Changeset 2026154
- Timestamp:
- 02/06/2019 08:05:22 PM (7 years ago)
- Location:
- embed-custom-field
- Files:
-
- 3 added
- 2 edited
-
tags/1.0.3 (added)
-
tags/1.0.3/embed-custom-field.php (added)
-
tags/1.0.3/readme.txt (added)
-
trunk/embed-custom-field.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
embed-custom-field/trunk/embed-custom-field.php
r1580548 r2026154 3 3 * Plugin Name: Embed Custom Field 4 4 * 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. 25 * 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 7 7 * Author: Phil Hilton 8 8 * Author URI: http://profiles.wordpress.org/philhilton/ -
embed-custom-field/trunk/readme.txt
r1585870 r2026154 4 4 Tags: shortcode, custom fields 5 5 Requires at least: 3.9.0 6 Tested up to: 4.7.27 Stable tag: 1.0. 26 Tested up to: 5.0.3 7 Stable tag: 1.0.3 8 8 License: GPLv2 or later. 9 9 10 Adds shortcode for including a custom field on a page or post. 10 Adds 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. 11 11 12 12 == Description == … … 19 19 20 20 This 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. * 21 23 22 24 == Installation == … … 48 50 = 1.0.2 = 49 51 * 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.