Plugin Directory

Changeset 2473913


Ignore:
Timestamp:
02/12/2021 06:25:34 PM (5 years ago)
Author:
abigegg
Message:

Fix get_post bug, release 0.4.2

Location:
hatch
Files:
4 edited
6 copied

Legend:

Unmodified
Added
Removed
  • hatch/tags/0.4.1/abe-hatch.php

    r2473900 r2473913  
    33 * Plugin name: Hatch
    44 * Author: A Big Egg
    5  * Version: 0.4.1
     5 * Version: 0.4.2
    66 * Description: Provides helper functions for working with Timber and ACF. Requires Timber (timber-library) and works well with Advanced Custom Fields Pro and Gravity Forms.
    77 */
     
    258258     * @return object
    259259     */
    260     static function get_post( $post = null ) {
     260    static function get_post( $post = false ) {
    261261        $the_post = Timber::get_post( $post );
    262262
  • hatch/tags/0.4.1/readme.txt

    r2473900 r2473913  
    44Requires at least: 4.7
    55Tested up to: 5.6.1
    6 Stable tag: 0.4.1
     6Stable tag: 0.4.2
    77Requires PHP: 7.0
    88License: MIT
  • hatch/tags/0.4.2/abe-hatch.php

    r2473899 r2473913  
    33 * Plugin name: Hatch
    44 * Author: A Big Egg
    5  * Version: 0.4.1
     5 * Version: 0.4.2
    66 * Description: Provides helper functions for working with Timber and ACF. Requires Timber (timber-library) and works well with Advanced Custom Fields Pro and Gravity Forms.
    77 */
  • hatch/tags/0.4.2/readme.txt

    r2473899 r2473913  
    44Requires at least: 4.7
    55Tested up to: 5.6.1
    6 Stable tag: 0.4.1
     6Stable tag: 0.4.2
    77Requires PHP: 7.0
    88License: MIT
  • hatch/trunk/abe-hatch.php

    r2473899 r2473913  
    33 * Plugin name: Hatch
    44 * Author: A Big Egg
    5  * Version: 0.4.1
     5 * Version: 0.4.2
    66 * Description: Provides helper functions for working with Timber and ACF. Requires Timber (timber-library) and works well with Advanced Custom Fields Pro and Gravity Forms.
    77 */
  • hatch/trunk/readme.txt

    r2473899 r2473913  
    44Requires at least: 4.7
    55Tested up to: 5.6.1
    6 Stable tag: 0.4.1
     6Stable tag: 0.4.2
    77Requires PHP: 7.0
    88License: MIT
Note: See TracChangeset for help on using the changeset viewer.