tag:github.com,2008:https://github.com/Ghifari160/g16WPIDML/releasesTags from g16WPIDML2018-04-18T02:27:05Ztag:github.com,2008:Repository/128827964/v0.12018-04-18T02:52:55ZNow available from the Wordpress plugin screen!<p>v0.1 Release stack (<a class="issue-link js-issue-link" href="https://github.com/Ghifari160/g16WPIDML/pull/4">#4</a>)</p>
<p>v0.1 was approved by Wordpress through the [plugin review process][ref-wp-plugrev].</p>
<p>Changes:
<br />* _Some_ code and repository cleanup.
<br />* Plugin assets URLs are now retrieved via Wordpress [hooks][ref-wphook-pu] as opposed to hardcoded paths.
<br />* JavaScript files are now included via Wordpress [hooks][ref-wphook-es] as opposed to `echo`-ing into the page.
<br />* PHP definitions are now _safe_ (i.e., all definitions are checked for their existence before they are defined).</p>
<p>[ref-wp-plugrev]: <a href="https://developer.wordpress.org/plugins/wordpress-org/plugin-developer-faq/#submissions-and-reviews">https://developer.wordpress.org/plugins/wordpress-org/plugin-developer-faq/#submissions-and-reviews</a>
<br />[ref-wphook-pu]: <a href="https://codex.wordpress.org/Function_Reference/plugins_url">https://codex.wordpress.org/Function_Reference/plugins_url</a>
<br />[ref-wphook-es]: <a href="https://developer.wordpress.org/reference/functions/wp_enqueue_script/">https://developer.wordpress.org/reference/functions/wp_enqueue_script/</a></p>Ghifari160tag:github.com,2008:Repository/128827964/v0.0.1.02018-04-10T01:21:13ZInitial Release<p>Housework <a class="issue-link js-issue-link" href="https://github.com/Ghifari160/g16WPIDML/pull/2">#2</a></p>
<p>This project now have a README.md file.</p>Ghifari160