Plugin Directory

Changeset 2037951


Ignore:
Timestamp:
02/24/2019 12:39:14 AM (7 years ago)
Author:
aaronrutley
Message:

version 0.1

Location:
blockbuddy/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • blockbuddy/trunk/block-buddy.php

    r2037948 r2037951  
    11<?php
    22/*
    3 Plugin Name: Block Buddy
    4 Plugin URI: https://blockbuddy.net
     3Plugin Name: BlockBuddy
     4Plugin URI: https://wordpress.org/plugins/blockbuddy/
    55Description: Gutenberg Block to easily query and display content from any post type!
    66Version: 0.1
    77Author: Mateusz Michalik & Aaron Rutley
    8 Author URI: http://hookturn.io
     8Author URI: https://wordpress.org/plugins/blockbuddy/
    99License: GPL2
    1010*/
  • blockbuddy/trunk/readme.txt

    r2037948 r2037951  
    1 === Blockbuddy ===
     1=== BlockBuddy ===
    22Contributors: aaronrutley
    33Tags: gutenberg, block
     
    1212== Description ==
    1313
    14 A plugin to extend WordPress Gutenberg editor and allow for dynamic blocks to be built using custom queries.
    15 
    1614=== Custom Query Block ==
    1715
    18 Our first block, Custom Query Block allow for dynamic blocks to be built using custom queries.
     16Use our first block, Custom Query Block to easily show a grid of posts from any post type, using our UI to performa a simple custom query.
    1917
    2018The Custom Query Block comes with 3 basic templates which are stored in the plugin `/templates` directory.
Note: See TracChangeset for help on using the changeset viewer.