Plugin Directory

Changeset 1532720


Ignore:
Timestamp:
11/12/2016 03:39:55 AM (9 years ago)
Author:
arroba
Message:

Version 1.0.3 Release

Location:
dig-bloginfo-shortcode
Files:
4 added
3 edited

Legend:

Unmodified
Added
Removed
  • dig-bloginfo-shortcode/trunk/dig-bloginfo-shortcode.php

    r1532695 r1532720  
    99 * Plugin URI:        https://wordpress.org/plugins/dig-bloginfo-shortcode/
    1010 * Description:       Fetch the blog info data and use it through a shortcode in html or post editor.
    11  * Version:           1.0.2
     11 * Version:           1.0.3
    1212 * Author:            Arroba Digital
    1313 * Author URI:        https://www.arroba.digital
     
    8585  description          = Blog description<br />
    8686  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 />
    100100  charset              = UTF-8<br />
    101101  html_type            = text/html<br />
  • dig-bloginfo-shortcode/trunk/readme.txt

    r1532715 r1532720  
    44Requires at least: 3.0.1
    55Tested up to: 4.6.1
    6 Stable tag: 1.0.2
     6Stable tag: 1.0.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     
    7878== Changelog ==
    7979
    80 **Version 1.0.2 (released Nov 11, 2016)**
     80**Version 1.0.3 (released Nov 11, 2016)**
    8181
    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.
    8387
    8488**Version 1.0.1 (released Nov 9, 2016)**
    8589
    86 + Created link to plugin options/usage/settings page from plugins list
     90+ Created link to plugin options/usage/settings page from plugins list.
    8791
    8892**Version 1.0.0 (released Nov 8, 2016)**
    8993
    90 + Initial release
     94+ Initial release.
Note: See TracChangeset for help on using the changeset viewer.