Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed Mar 27, 2020
1 parent 95afa2f commit 7c4de7c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
6 changes: 3 additions & 3 deletions lazy-lists.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* Plugin Name: Lazy Lists
* Description: Advanced list tools for WordPress.
* Version: 1.0.0
* Description: Advanced list tools for WordPress.
* Version: 1.0.2
* Author: sorta brilliant
* Author URI: https://sortabrilliant.com/
* License: GPL-2.0-or-later
Expand All @@ -11,7 +11,7 @@

namespace SortaBrilliant\LazyLists;

const VERSION = '1.0.0';
const VERSION = '1.0.2';

add_action( 'enqueue_block_editor_assets', function () {
$asset_filepath = __DIR__ . '/build/index.asset.php';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sortabrilliant-lazy-lists",
"version": "1.0.0",
"version": "1.0.2",
"description": "It's not being lazy, it's called being efficient.",
"author": "sorta brilliant",
"license": "GPL-2.0-or-later",
Expand Down
10 changes: 6 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
Contributors: sortabrilliant, danielpost
Tags: lists, sorting, checklist
Requires at least: 5.0
Tested up to: 5.3.2
Tested up to: 5.4
Requires PHP: 5.6
Stable tag: 1.0.0
Stable tag: 1.0.2
License: GPL-2.0-or-later
License URI: http://www.gnu.org/licenses/gpl-2.0.txt

It's not being lazy, it's called being efficient.
It's not being lazy, it's called being efficient.

== Description ==
I don't know about you but whenever I end up using the list block it gets long and unwieldy pretty quickly. I was getting tired of it and knew something had to be done. Sure, I found some work arounds but I'm a bit lazy. That word usually has a negative connotation but to me it's just another word for efficient. Work smarter, not harder right? That's what we want to help you with. Getting the most out of the WordPress block editor is our mission in life.
I don't know about you but whenever I end up using the list block it gets long and unwieldy pretty quickly. I was getting tired of it and knew something had to be done. Sure, I found some work arounds but I'm a bit lazy. That word usually has a negative connotation but to me it's just another word for efficient. Work smarter, not harder right? That's what we want to help you with. Getting the most out of the WordPress block editor is our mission in life.

#### Features
* A-Z sorting (or Z-A if that's what you're into)
Expand All @@ -25,4 +25,6 @@ This plugin is brought to you by [sorta brilliant](https://sortabrilliant.com/)
2. Magic columns.

== Changelog ==
* 1.0.2 Fixes columns bug.
* 1.0.1 Add custom sorter to ignore HTML and capitalization.
* 1.0.0 Initial release.

0 comments on commit 7c4de7c

Please sign in to comment.