Changeset 1532720
- Timestamp:
- 11/12/2016 03:39:55 AM (9 years ago)
- Location:
- dig-bloginfo-shortcode
- Files:
-
- 4 added
- 3 edited
-
assets/screenshot-1.png (modified) (previous)
-
tags/1.0.3 (added)
-
tags/1.0.3/dig-bloginfo-shortcode.php (added)
-
tags/1.0.3/license.txt (added)
-
tags/1.0.3/readme.txt (added)
-
trunk/dig-bloginfo-shortcode.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dig-bloginfo-shortcode/trunk/dig-bloginfo-shortcode.php
r1532695 r1532720 9 9 * Plugin URI: https://wordpress.org/plugins/dig-bloginfo-shortcode/ 10 10 * Description: Fetch the blog info data and use it through a shortcode in html or post editor. 11 * Version: 1.0. 211 * Version: 1.0.3 12 12 * Author: Arroba Digital 13 13 * Author URI: https://www.arroba.digital … … 85 85 description = Blog description<br /> 86 86 admin_email = admin@email.com<br /> 87 url = http://example /home<br />88 wpurl = http://example /home/wp<br />89 stylesheet_directory = http://example /home/wp/wp-content/themes/child-theme<br />90 stylesheet_url = http://example /home/wp/wp-content/themes/child-theme/style.css<br />91 template_directory = http://example /home/wp/wp-content/themes/parent-theme<br />92 template_url = http://example /home/wp/wp-content/themes/parent-theme<br />93 atom_url = http://example /home/feed/atom<br />94 rss2_url = http://example /home/feed<br />95 rss_url = http://example /home/feed/rss<br />96 pingback_url = http://example /home/wp/xmlrpc.php<br />97 rdf_url = http://example /home/feed/rdf<br />98 comments_atom_url = http://example /home/comments/feed/atom<br />99 comments_rss2_url = http://example /home/comments/feed<br />87 url = http://example.com/home<br /> 88 wpurl = http://example.com/home/wp<br /> 89 stylesheet_directory = http://example.com/home/wp/wp-content/themes/child-theme<br /> 90 stylesheet_url = http://example.com/home/wp/wp-content/themes/child-theme/style.css<br /> 91 template_directory = http://example.com/home/wp/wp-content/themes/parent-theme<br /> 92 template_url = http://example.com/home/wp/wp-content/themes/parent-theme<br /> 93 atom_url = http://example.com/home/feed/atom<br /> 94 rss2_url = http://example.com/home/feed<br /> 95 rss_url = http://example.com/home/feed/rss<br /> 96 pingback_url = http://example.com/home/wp/xmlrpc.php<br /> 97 rdf_url = http://example.com/home/feed/rdf<br /> 98 comments_atom_url = http://example.com/home/comments/feed/atom<br /> 99 comments_rss2_url = http://example.com/home/comments/feed<br /> 100 100 charset = UTF-8<br /> 101 101 html_type = text/html<br /> -
dig-bloginfo-shortcode/trunk/readme.txt
r1532715 r1532720 4 4 Requires at least: 3.0.1 5 5 Tested up to: 4.6.1 6 Stable tag: 1.0. 26 Stable tag: 1.0.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 78 78 == Changelog == 79 79 80 **Version 1.0. 2(released Nov 11, 2016)**80 **Version 1.0.3 (released Nov 11, 2016)** 81 81 82 + Updated usage instructions and assets 82 + Added example screenshots. 83 84 **Version 1.0.2 (released Nov 10, 2016)** 85 86 + Updated usage instructions and assets. 83 87 84 88 **Version 1.0.1 (released Nov 9, 2016)** 85 89 86 + Created link to plugin options/usage/settings page from plugins list 90 + Created link to plugin options/usage/settings page from plugins list. 87 91 88 92 **Version 1.0.0 (released Nov 8, 2016)** 89 93 90 + Initial release 94 + Initial release.
Note: See TracChangeset
for help on using the changeset viewer.