• Pity you cannot reorder version blocks…makes it difficult when you are trying to catchup with a project and adding older entries… YES you can drag reorder entries within a version block but if you try and add an older missed update it adds it at the top…. how about a sort by date option?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Greg McEwan-Marriott

    (@gregthebuzz)

    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

    Plugin Author Sabuj Kundu

    (@manchumahara)

    @gregthebuzz thank you for your question and suggestion both. We will think about the feature in next release.

    Plugin Author Sabuj Kundu

    (@manchumahara)

    @gregthebuzz you can order both items inside a block, same way blocks can be drag and drop sort too. Did I miss something ?

    Thread Starter Greg McEwan-Marriott

    (@gregthebuzz)

    @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

    Plugin Author Sabuj Kundu

    (@manchumahara)

    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

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Re-Ordering Changelog’ is closed to new replies.