ok managed to “hack it” by adding
array_multisort(array_column($valid_values, 'date'), SORT_DESC, $valid_values);
after line 426 in class-cbxchangelog-admin.php
@gregthebuzz thank you for your question and suggestion both. We will think about the feature in next release.
@gregthebuzz you can order both items inside a block, same way blocks can be drag and drop sort too. Did I miss something ?
@manchumahara no it was a quickfix… it does not allow you to reorder the blocks in backend… just filters the frontend output by date…. It would be nice to be able to add a “new release” and then drag it down the previous blocks…. especially when you creating a new changelist or migrating an old changelog or where you have multiple devs adding changes… date is always the common denominator
orderby and order param added to shortcode, widget, elementor widget, vc widget
orderby = ‘default’ or ‘date’
new version released, thank you for your suggestion
hope you will give feedback