Skip to content

Latest commit

 

History

History
178 lines (129 loc) · 6.75 KB

File metadata and controls

178 lines (129 loc) · 6.75 KB

Change Log

Version 2.4.0 (2023-10-26)

Version 2.3.0 (2023-10-08)

  • Update dependencies

Version 2.2.4 (2023-06-24)

Version 2.2.1 (2023-01-19)

  • Apply upcoming core styling to file upload #46
  • Do not validate icon if default one is used #50
  • Update dependencies

Version 2.2.0 (2023-04-22)

Version 2.1.0 (2022-02-17)

Version 2.0.2 (2022-02-12)

  • Fix number for hpi.compatibleSinceVersion (PR #38, fixes #37)

Version 2.0.1 (2022-02-10)

  • Add warning about new version (PR #33)
  • Update messages (PR #34)

Version 2.0.0 (2022-02-08)

⚠️ Starting in this version, the plugin configuration is in the hudson.plugins.sidebar_link.SidebarLinkPlugin.xml file on the Jenkins controller. Previous versions used sidebar-link.xml instead.

Version 1.12.1 (2021-10-24)

  • Hacktoberfest docs-to-code migration (PR #27, mostly fixes #21)

Version 1.12.0 (2021-03-14)

  • Integrates with TravisCI (PR #15)
  • Fixes broken link to badge (PR #16)
  • Adds Codacy badge, removes reported issues (PR #18)
  • Adds integration with Appveyor (PR #19)
  • Use HTTPS URLs in pom.xml (PR #20)
  • Migrate to JDK 11 (PR #24)

Version 1.11.0 (2019-02-13)

  • Updates pom.xml, adds .gitignore, license (PR #12)
  • Upgrades dependencies and JDK to version 8 (PR #13)
  • Reformats code to Java standards (PR #14)

Version 1.10 (2018-12-22)

  • Add support of Sidebar links for Jenkins Pipeline and other project types (PR #9, fixes JENKINS-33458)
  • Add Jenkinsfile (PR #10)

Version 1.9.1 (2017-07-12)

  • Fix displaying of saved URL values in the configuration pages (PR #8, fixes JENKINS-45451, regression in 1.9)

Version 1.9 (2017-07-10)

Version 1.8 (2017-06-20)

Version 1.7 (2015-04-22)

  • Raise version of Jenkins, so it can be run by java 7. Fix bug which caused null pointer exception when user did not define any link. (PR #5)
  • Update maven pom to use repo.jenkins-ci.org repository.

Version 1.6 (2011-07-24)

  • Remove stray ">" showing up on job config page. (JENKINS-10310)
  • Update for Jenkins rather than Hudson.
  • Translate more text to Japanese.

Version 1.5 (2011-01-20)

  • Add option for sidebar links in project pages. (JENKINS-7298)
  • Add ability to upload image files into JENKINS_HOME/userContent directory from global config page. (JENKINS-8320)
  • Japanese translation. (JENKINS-8523)

Version 1.4 (2010-03-08)

  • Add help text about how to use icon images placed in HUDSON_HOME/userContent directory, and for absolute vs in-this-Hudson URLs.

Version 1.3 (2010-02-10)

  • Update code for more recent Hudson.
  • French and Russian translations.

Version 1.2 (2009-05-23)

Version 1.1 (2009-01-13)

  • Avoid NullPointerException when plugin is installed but not configured.

Version 1.0 (2008-12-17)

  • Initial release.