Plugin Directory

Changeset 2844748


Ignore:
Timestamp:
01/07/2023 12:33:35 AM (3 years ago)
Author:
taskotr
Message:

New version: 1.2.0

Location:
sortable-block
Files:
22 added
3 edited

Legend:

Unmodified
Added
Removed
  • sortable-block/trunk/build/date/block.json

    r2841375 r2844748  
    1818  "supports": {
    1919    "html": false,
     20    "color": {
     21      "gradients": true,
     22      "link": false,
     23      "__experimentalDefaultControls": {
     24        "background": true,
     25        "text": true
     26      }
     27    },
     28    "spacing": {
     29      "padding": true
     30    },
    2031    "typography": {
    2132      "fontSize": true,
  • sortable-block/trunk/readme.txt

    r2843691 r2844748  
    66Requires at Least: 6.1
    77Requires PHP:      7.4
    8 Stable tag:        1.1.1
     8Stable tag:        1.2.0
    99Text Domain:       sortable
    1010License:           GPLv2 or later
    1111License URI:       http://www.gnu.org/licenses/gpl-2.0.html
    1212
    13 A simple block that allows to sort its content based on selected date.
     13A simple block to sort its content based on selected date.
    1414
    1515== Description ==
     
    2222
    2323Sortable Block also comes with two layout options: list and grid.
     24
     25=== Examples ===
     26
     27* Sortable block used for [Changelog](https://themesharbor.com/sortable-block-plugin/#changelog) section;
    2428
    2529=== Stay Connected ===
     
    7983== Changelog ==
    8084
     85= 1.2.0 - January 06, 2023
     86* Add: support for colors in Sortable Date block;
     87* Add: support for padding dimensions in Sortable Date block;
     88
    8189= 1.1.1 - January 02, 2023
    8290* Update: detect time format in Sortable Date block;
  • sortable-block/trunk/sortable.php

    r2842682 r2844748  
    55 * Requires at least: 6.1
    66 * Requires PHP:      7.4
    7  * Version:           1.1.1
     7 * Version:           1.2.0
    88 * Author:            Themes Harbor
    99 * Author URI:        https://themesharbor.com/
Note: See TracChangeset for help on using the changeset viewer.