Plugin „Last Changes“

The plugin „List Last Changes“ shows a list of the last changes in the widget area, via shortcode or in the gutenberg block editor.
This can include changed pages and/or posts (configurable).

Additional features include:

  • Select the number of entries in the list
  • Define pages to be exluded
  • Show the author of the page/post

Changelog
Find the changelog or the older changes.

Links
list-last-changes in the WordPress Plugin Directory.
list-last-changes development on GitHub.

17 Gedanken zu „Plugin „Last Changes“

  1. Pingback: Erstes WordPress Plugin: List Last Changes | of bits and bytes

  2. Willem

    Suggestion: I like to make a selection of pages in the widget. This makes it possible for me to show only the important changes and not the small ones.

    Question: It looks like if the font color is not black. It seems like if it has a hover color.

    Thanks for this plugin!

    Antworten
    1. Roland Bär Beitragsautor

      Hi Willem

      Thanks for your input!

      Answer to your question:
      The color of the change date is defined in the file „list-last-changes.css“ in the definition „span.list_last_changes_date“ (the only definition). You can change it there (but will be overwritten on the next update) or add the definintion in your templates css file. The page Title has an hover color as all links in your template have one.

      For your suggestion I will send you an E-Mail to discuss it further.

      Antworten
  3. Pingback: “List Last Changes” erweitert | of bits and bytes

  4. Tore Jacobsson

    Hi Roland,
    I’m newbie in css, I can’t figure out how to fix this problem:
    I want to have separate lines for file and date if it’s possible, or space between file and date.
    Now it’s like this:

    News23 januari, 2015
    Partners and contacts7 november, 2014
    Viabal.eu7 november, 2014

    and I whish it to be like:

    News
    23 januari, 2015

    Partners and contacts
    7 november, 2014

    Viabal.eu
    7 november, 2014

    Is it possible?

    I use the latest version of „List Last Changes“.

    Kindly Regards
    Tore

    Antworten
    1. Roland Bär Beitragsautor

      Hi Tore

      Yes, it is possible. You can add the following style definition to your theme’s stylesheet:

      .list_last_changes_date {
          display: block;
      }

      This will put the date in an own block directly below the title.

      Antworten
  5. Pingback: „List Last Changes“ erweitert | of bits and bytes

  6. Laszlo

    Hi Roland,

    I love your widget. It looks like it only detects the changes on pages. Would it be possible to show the updates in posts? I keep my posts up-to-date, and it would be useful to my readers to see if I made changes in a post.

    Thank you,

    Laszlo

    Antworten
  7. Roland Bär Beitragsautor

    Hi Laszlo

    Glad to hear that you like this widget.
    You’re right, currently it only detects changes on pages, as this was the need from me. I add your idea to the list of future improvements, but I can’t promise any date or an implementation at all.

    Cheers
    Roland

    Antworten
      1. Roland Bär Beitragsautor

        Hi Laszlo, the widget in the version 0.5.0 supports now to show also the changed posts. You can activate it in the configuration of the widget.

        Antworten
  8. Hamburger

    Hallo,
    (ich schreib mal in Deutsch, da ich es besser verstehe.)
    super Widget, fast genau was ich suche ! (Änderungen von Kommentaren, events und Galerien uä. wäre noch besser)
    Ich habe es für mich um zwei Funktionalitäten erweitert (statisch, also ohne Einstellmöglichkeit)
    1. Ausgabe des ändernden Nutzers
    2. Ausgabe der Änderungszeit
    Aufgefallen ist mir dabei ein Fehler in den Zeilen 75/77.
    Sie sortieren 2x $myPages, statt $myPages $myPosts
    Mit freundlichen Grüßen

    Antworten
    1. Roland Bär Beitragsautor

      Hallo Hamburger

      Vielen Dank für die Rückmeldung!
      Den Bug habe ich mit Release 0.6.6 behoben.
      Die Vorschläge und Erweiterungen habe ich notiert. Den Entwicklungsstand führe ich unter GitHub (siehe Link im Artikel), es sind natürlich auch Pull Requests willkommen. 🙂

      Viele Grüsse
      Roland

      Antworten
  9. Andy Pierce

    Apologies for the post in English. I’ll add an auto-translate below. Love the ‚List Last Changes‘ plug-in. Version 0.8.6 works great for pages, but doesn’t do the links correctly for categorized blog posts. For example on https://aqua.egads.uk/ the link to the EasyCarbo blog post is https://aqua.egads.uk/easycarbo/ but it should be https://aqua.egads.uk/water-additives/easycarbo/ where ‚water-additives‘ is the category for the EasyCarbo blog post.

    Is this a bug and if so can it be fixed? Otherwise I love the plug-in.

    -Andy

    — Google translate

    Entschuldigung für den Beitrag in Englisch. Ich werde unten eine automatische Übersetzung hinzufügen. Ich liebe das Plug-In „Letzte Änderungen auflisten“. Version 0.8.6 funktioniert hervorragend für Seiten, führt jedoch die Links für kategorisierte Blog-Beiträge nicht korrekt aus. Auf https://aqua.egads.uk/ lautet der Link zum EasyCarbo-Blogbeitrag beispielsweise https://aqua.egads.uk/easycarbo/, sollte jedoch https://aqua.egads.uk/water-additives/easycarbo / wobei ‚water-additives‘ die Kategorie für den EasyCarbo-Blogbeitrag ist.

    Ist das ein Fehler und wenn ja, kann er behoben werden? Ansonsten liebe ich das Plug-In.

    -Andy

    Antworten
    1. Roland Bär Beitragsautor

      Hi Andy

      No problem with the english post.
      Indeed you found a bug. I will soon fix it in the next update of the plugin.
      Thanks for informing me about the bug.

      Roland

      Antworten
  10. Markus Leitner

    Hallo Roland,

    genau das Plugin, das ich gesucht habe 🤩 Sehr cool!

    Schnelle Frage: ich stelle in der Liste das Datum voran. Lässt sich das Format anpassen, damit ich eine saubere Liste bekomme, die nicht „springt“ von der Einrückung her?
    Also alles bspw. 01.01.2024, 12.03.2024, usw.?

    Danke,
    Markus

    Antworten

Schreibe einen Kommentar zu Laszlo Antworten abbrechen

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert