Changeset 2473913
- Timestamp:
- 02/12/2021 06:25:34 PM (5 years ago)
- Location:
- hatch
- Files:
-
- 4 edited
- 6 copied
-
tags/0.4.1/abe-hatch.php (modified) (2 diffs)
-
tags/0.4.1/readme.txt (modified) (1 diff)
-
tags/0.4.2 (copied) (copied from hatch/trunk)
-
tags/0.4.2/LICENSE.md (copied) (copied from hatch/trunk/LICENSE.md)
-
tags/0.4.2/abe-hatch.php (copied) (copied from hatch/trunk/abe-hatch.php) (1 diff)
-
tags/0.4.2/inc (copied) (copied from hatch/trunk/inc)
-
tags/0.4.2/readme.md (copied) (copied from hatch/trunk/readme.md)
-
tags/0.4.2/readme.txt (copied) (copied from hatch/trunk/readme.txt) (1 diff)
-
trunk/abe-hatch.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hatch/tags/0.4.1/abe-hatch.php
r2473900 r2473913 3 3 * Plugin name: Hatch 4 4 * Author: A Big Egg 5 * Version: 0.4. 15 * Version: 0.4.2 6 6 * 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. 7 7 */ … … 258 258 * @return object 259 259 */ 260 static function get_post( $post = null) {260 static function get_post( $post = false ) { 261 261 $the_post = Timber::get_post( $post ); 262 262 -
hatch/tags/0.4.1/readme.txt
r2473900 r2473913 4 4 Requires at least: 4.7 5 5 Tested up to: 5.6.1 6 Stable tag: 0.4. 16 Stable tag: 0.4.2 7 7 Requires PHP: 7.0 8 8 License: MIT -
hatch/tags/0.4.2/abe-hatch.php
r2473899 r2473913 3 3 * Plugin name: Hatch 4 4 * Author: A Big Egg 5 * Version: 0.4. 15 * Version: 0.4.2 6 6 * 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. 7 7 */ -
hatch/tags/0.4.2/readme.txt
r2473899 r2473913 4 4 Requires at least: 4.7 5 5 Tested up to: 5.6.1 6 Stable tag: 0.4. 16 Stable tag: 0.4.2 7 7 Requires PHP: 7.0 8 8 License: MIT -
hatch/trunk/abe-hatch.php
r2473899 r2473913 3 3 * Plugin name: Hatch 4 4 * Author: A Big Egg 5 * Version: 0.4. 15 * Version: 0.4.2 6 6 * 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. 7 7 */ -
hatch/trunk/readme.txt
r2473899 r2473913 4 4 Requires at least: 4.7 5 5 Tested up to: 5.6.1 6 Stable tag: 0.4. 16 Stable tag: 0.4.2 7 7 Requires PHP: 7.0 8 8 License: MIT
Note: See TracChangeset
for help on using the changeset viewer.