Skip to content

With Mozilla Latest Version you can always have the latest download link or version number on your WordPress site.

License

Notifications You must be signed in to change notification settings

MozillaCZ/mozilla-latest-version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mozilla Latest Version

Mozilla Latest Version WordPress plugin automatically checks the Mozilla application JSONs published from https://github.com/mozilla-releng/product-details, so you can always have the latest download link and version number on your website.

Settings

The plugin settings you can find in WordPress Admin -> Options -> MOZLV Settings.

  • Cache type: You can choose from two options. WordPress Transients API cache uses database to store the informations about the application version, or Files.
  • Cache expiration: This option sets the cache expiration in seconds (default 3600 = 1 hour).
  • Link language code: Here you can specify the language code for your download and other links. More information about the codes you can find in this Mozilla Wiki page.

How to use it?

There are currently four shortcodes added by this plugin. And three more additional for easier migration from the Mozilla.sk CMS Plugin without need of any content change. Here are explained all of them with their attributes.

Shortcodes

  • [mozilla-latest-version product=product] - the latest version number of the specified product These URL shortcodes below work also as enclosing. Using [shortcode]...[/shortcode] will produce HTML link <a href="URL">...</a> instead of an URL string.
  • [mozilla-latest-download-url product=product platform=platform] - download URL of the latest version of the specified product for platform
  • [mozilla-latest-langpack-url product=product platform=platform] - download URL of the latest langpack (.xpi) for the specified product and platform (not available for fennec)
  • [mozilla-latest-changelog-url product=product] - changelog page URL for the latest version of the specified product
  • [mozilla-latest-requirements-url product=product] - requirements page URL for the latest version of the specified product

Shortcodes for easier migration from the Mozilla.sk CMS Plugin.

The Mozilla.sk CMS plugin shortcodes work as self-closing only.

  • [moz-download-version app=product] = [mozilla-latest-version product=product]
  • [moz-download-url app=product platform=platform] = [mozilla-latest-download-url product=product platform=platform]
  • [moz-download-rn app=product] = [mozilla-latest-changelog-url product=product]

Including directly into the WordPress template

Simply use do_shortcode() function.

Attributes

  • product possible values are firefox for desktop, fennec or mobile for Android, ios for iOS, thunderbird and seamonkey
  • platform specifies the platform for download links. Possible values are win, win64, linux, lin, linux64, lin64, osx and mac
  • channel specifies the channel of product are is product dependent (if no specified, release will be used)

Channel

  • Firefox: release, beta, devedition, nightly, esr
  • Mobile: release, beta, nightly
  • iOS: release, beta
  • Thundebird: release, beta
  • SeaMonkey: release, beta

About

With Mozilla Latest Version you can always have the latest download link or version number on your WordPress site.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages