Filipe Kalicki

Results 19 issues of Filipe Kalicki

https://github.com/adonisjs ping to @thetutlage

language:javascript
contribution:welcome

Return the last viewed/active step Eg: Step1 - viewed Step2 - viewed Step3 - current (active) Step4 - viewed (prev active) I went to step 4 and returned to step...

Before: ![editar video aula concursos voce wordpress](https://cloud.githubusercontent.com/assets/3674885/3938259/fbc9b428-24b7-11e4-95f5-c0176019ce36.png) After: ![fixed_bug_video](https://cloud.githubusercontent.com/assets/3674885/3938264/0504b894-24b8-11e4-8c5a-7239e3ee6792.png)

- Datepicker of WordPress; - Translation; - New features: buttons, control of month and year.

Includes: - Default (en_US) - Portuguese Brazil (pt_BR)

Example: ``` // Initialize the metabox class add_action( 'init', 'be_initialize_cmb_meta_boxes', 9999 ); function be_initialize_cmb_meta_boxes() { // Custom path URL define( 'CMB_META_BOX_URL', trailingslashit( CUSTOM_URL_PATH ) ); if ( !class_exists( 'cmb_Meta_Box' )...

Hey. Add support a Now V2.

future

``` php if ( ! defined( 'PW_GALLERY_URL' ) ) { define( 'PW_GALLERY_URL', plugin_dir_url( __FILE__ ) ); } ``` The same described here =) https://github.com/mustardBees/cmb-field-select2/issues/16

It is interesting to use constant in URL, this allows me to change or custom by the theme E.g.: ``` php public function __construct() { if ( ! defined( 'PW_CMB2_Field_Google_Maps_URL'...

https://github.com/padrino/padrino-framework