Skip to content

Releases: brainwp/brasa-slider

2.0.2

21 Mar 18:06
Compare
Choose a tag to compare

= 2.0.2 =
Fix media selector title

REST API

12 Dec 02:36
Compare
Choose a tag to compare

This version add a endpoint in WP REST API.

== HOW TO USE ==

In your site URL, add the endpoint address, exemple:

http://MY_SITE/wp-json/brasa-slider/id/4/?image_size=full

In this example, i get the slider by ID and return images in full size.

But, if you don't have the post ID you can get the slider object by name, example:

http://MY_SITE/wp-json/brasa-slider/name/?image_size=full&slider=my Slider Name

Example of return:

https://gist.github.com/matheusgimenez/147adfd180b65072e4d4c47e3a810c36

Old Release

25 Oct 15:35
Compare
Choose a tag to compare

Essa versão deverá ser usada nos sites anteriores a versão 1.0. Alguns filtros foram removidos na 1.0, sendo assim algumas funcionalidades criadas através da Plugin API (hooks) não funcionaram.

Fiquem atentos a isso, braseiros!