-
- Added extra controls to the header customiser.
- Set link font weight to inherit from parent element.
- Permutive added
PR: https://github.com/dc-thomson/wordpress/pull/964, https://github.com/dc-thomson/wordpress/pull/967
PR: https://github.com/dc-thomson/wordpress/pull/964, https://github.com/dc-thomson/wordpress/pull/967
PR: 970
PR: https://github.com/dc-thomson/wordpress/pull/968, https://github.com/dc-thomson/wordpress/pull/969
PR : https://github.com/dc-thomson/wordpress/pull/959, https://github.com/dc-thomson/wordpress/pull/966
Before pulling master, please update using the following commands:
vagrant halt vagrant plugin install vagrant-winnfsd # put the exe from https://github.com/winnfsd/vagrant-winnfsd/tree/master/bin in your path git checkout master git pull origin master vagrant destroy web vagrant up
Debug sessions now have to be started explicitly, see the onboarding document.
PR: https://github.com/dc-thomson/wordpress/pull/958, https://github.com/dc-thomson/wordpress/pull/962
PR: https://github.com/dc-thomson/wordpress/pull/958
PR: https://github.com/dc-thomson/wordpress/pull/957
PR: https://github.com/dc-thomson/wordpress/pull/954
– which returns / echoes the currently playing or most recently played song for a given radio station.
Once this is deployed, the RCS Glue software needs to be updated. This is done by using TeamViewer, which Marc O’Neill currently has the credentials and access to.
Once on this server, the Glue service configuration needs to be updated in two settings specifically; HttpPostLocation and HttpPostFormat. Therefore the following needs to be updated.
For note; the pipe symbol (|) is used to denote different services to be contacted by the configuration.
// Before HttpPostLocation=http://wave.nwm.xrad.io/wp-content/wave102/in/now_playing_in.php|http://platform.g-media.com/api/postplayingdata.php?id=59|http://air.radiotime.com/Playing.ashx // After HttpPostLocation=http://wave.nwm.xrad.io/wp-content/wave102/in/now_playing_in.php|http://platform.g-media.com/api/postplayingdata.php?id=59|http://air.radiotime.com/Playing.ashx|https://wpcluster.dctdigital.com/wavefm/stations/wavefm/zetta/
// Before HttpPostFormat=artist=%SNGART%&title=%SNGTIT%&runtime=%RUNTIME%&password=wavepass|xml=%XML%&password=QD5sEg47XuV55FQ|partnerId=8UvDSnRz&partnerKey=2UH1Dm!uyM7J&id=s45554&title=%SNGTIT%&artist=%SNGART% // After HttpPostFormat=artist=%SNGART%&title=%SNGTIT%&runtime=%RUNTIME%&password=wavepass|xml=%XML%&password=QD5sEg47XuV55FQ|partnerId=8UvDSnRz&partnerKey=2UH1Dm!uyM7J&id=s45554&title=%SNGTIT%&artist=%SNGART%|artist=%SNGART%&title=%SNGTIT%&runtime=%RUNTIME%&password=wavepass
PR :