Shlink v1.9.1 Release Notes

Release Date: 2018-06-18 // almost 6 years ago
  • โž• Added

    • #155 Improved the pagination object returned in lists, including more meaningful properties.

      • Old structure:
      {
        "pagination": {
          "currentPage": 1,
          "pagesCount": 2
        }
      }
      
      • New structure:
      {
        "pagination": {
          "currentPage": 2,
          "pagesCount": 13,
          "itemsPerPage": 10,
          "itemsInCurrentPage": 10,
          "totalItems": 126
        }
      }
      

    ๐Ÿ”„ Changed

    • Nothing

    ๐Ÿ—„ Deprecated

    • Nothing

    โœ‚ Removed

    • Nothing

    ๐Ÿ›  Fixed

    • ๐Ÿ›  #154 Fixed sizes of every result page when filtering by searchTerm
    • #157 Background commands executed by installation process now respect the originally used php binary