Plugin Directory

Changeset 2644556


Ignore:
Timestamp:
12/15/2021 01:44:43 PM (4 years ago)
Author:
percebeeduca
Message:

Release v0.13.1

Location:
iande
Files:
6 edited
1 moved

Legend:

Unmodified
Added
Removed
  • iande/tags/0.13.1/README.txt

    r2641498 r2644556  
    55Tested up to: 5.8.2
    66Requires PHP: 7.2
    7 Stable tag: 0.13.0
     7Stable tag: 0.13.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4949
    5050== Changelog ==
     51
     52= 0.13.1 =
     53* Correção de bug: suporte ao Tainacan v0.18.7
    5154
    5255= 0.13.0 =
  • iande/tags/0.13.1/iande.php

    r2641498 r2644556  
    88 * Plugin URI:        https://iandecultura.com.br/
    99 * Description:       Agendamento de visitas de grupos para instituições que recebem públicos presencial ou digitalmente.
    10  * Version:           0.13.0
     10 * Version:           0.13.1
    1111 * Author:            Percebe
    1212 * Author URI:        https://percebeeduca.com.br/
  • iande/tags/0.13.1/includes/assets.php

    r2638086 r2644556  
    1212    \wp_enqueue_script('iande', IANDE_PLUGIN_DISTURL . 'app.js', ['wp-i18n'], IANDE_PLUGIN_VERSION, true);
    1313    if (\get_query_var('iande_controller') === 'itinerary') {
    14         \wp_enqueue_script('iande-tainacan', IANDE_PLUGIN_DISTURL . 'tainacan-view-modes.js', ['underscore', 'tainacan-blocks-common-theme-scripts', 'wp-i18n'], IANDE_PLUGIN_VERSION, true);
     14        \wp_enqueue_script('iande-tainacan', IANDE_PLUGIN_DISTURL . 'tainacan-view-modes.js', ['underscore', 'tainacan-blocks-common-scripts', 'wp-i18n'], IANDE_PLUGIN_VERSION, true);
    1515    }
    1616}
  • iande/trunk/README.txt

    r2641498 r2644556  
    55Tested up to: 5.8.2
    66Requires PHP: 7.2
    7 Stable tag: 0.13.0
     7Stable tag: 0.13.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4949
    5050== Changelog ==
     51
     52= 0.13.1 =
     53* Correção de bug: suporte ao Tainacan v0.18.7
    5154
    5255= 0.13.0 =
  • iande/trunk/iande.php

    r2641498 r2644556  
    88 * Plugin URI:        https://iandecultura.com.br/
    99 * Description:       Agendamento de visitas de grupos para instituições que recebem públicos presencial ou digitalmente.
    10  * Version:           0.13.0
     10 * Version:           0.13.1
    1111 * Author:            Percebe
    1212 * Author URI:        https://percebeeduca.com.br/
  • iande/trunk/includes/assets.php

    r2592176 r2644556  
    1212    \wp_enqueue_script('iande', IANDE_PLUGIN_DISTURL . 'app.js', ['wp-i18n'], IANDE_PLUGIN_VERSION, true);
    1313    if (\get_query_var('iande_controller') === 'itinerary') {
    14         \wp_enqueue_script('iande-tainacan', IANDE_PLUGIN_DISTURL . 'tainacan-view-modes.js', ['underscore', 'tainacan-blocks-common-theme-scripts', 'wp-i18n'], IANDE_PLUGIN_VERSION, true);
     14        \wp_enqueue_script('iande-tainacan', IANDE_PLUGIN_DISTURL . 'tainacan-view-modes.js', ['underscore', 'tainacan-blocks-common-scripts', 'wp-i18n'], IANDE_PLUGIN_VERSION, true);
    1515    }
    1616}
Note: See TracChangeset for help on using the changeset viewer.