Changeset 2644556
- Timestamp:
- 12/15/2021 01:44:43 PM (4 years ago)
- Location:
- iande
- Files:
-
- 6 edited
- 1 moved
-
tags/0.13.1 (moved) (moved from iande/tags/0.13.0)
-
tags/0.13.1/README.txt (modified) (2 diffs)
-
tags/0.13.1/iande.php (modified) (1 diff)
-
tags/0.13.1/includes/assets.php (modified) (1 diff)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/iande.php (modified) (1 diff)
-
trunk/includes/assets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
iande/tags/0.13.1/README.txt
r2641498 r2644556 5 5 Tested up to: 5.8.2 6 6 Requires PHP: 7.2 7 Stable tag: 0.13. 07 Stable tag: 0.13.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 49 49 50 50 == Changelog == 51 52 = 0.13.1 = 53 * Correção de bug: suporte ao Tainacan v0.18.7 51 54 52 55 = 0.13.0 = -
iande/tags/0.13.1/iande.php
r2641498 r2644556 8 8 * Plugin URI: https://iandecultura.com.br/ 9 9 * Description: Agendamento de visitas de grupos para instituições que recebem públicos presencial ou digitalmente. 10 * Version: 0.13. 010 * Version: 0.13.1 11 11 * Author: Percebe 12 12 * Author URI: https://percebeeduca.com.br/ -
iande/tags/0.13.1/includes/assets.php
r2638086 r2644556 12 12 \wp_enqueue_script('iande', IANDE_PLUGIN_DISTURL . 'app.js', ['wp-i18n'], IANDE_PLUGIN_VERSION, true); 13 13 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); 15 15 } 16 16 } -
iande/trunk/README.txt
r2641498 r2644556 5 5 Tested up to: 5.8.2 6 6 Requires PHP: 7.2 7 Stable tag: 0.13. 07 Stable tag: 0.13.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 49 49 50 50 == Changelog == 51 52 = 0.13.1 = 53 * Correção de bug: suporte ao Tainacan v0.18.7 51 54 52 55 = 0.13.0 = -
iande/trunk/iande.php
r2641498 r2644556 8 8 * Plugin URI: https://iandecultura.com.br/ 9 9 * Description: Agendamento de visitas de grupos para instituições que recebem públicos presencial ou digitalmente. 10 * Version: 0.13. 010 * Version: 0.13.1 11 11 * Author: Percebe 12 12 * Author URI: https://percebeeduca.com.br/ -
iande/trunk/includes/assets.php
r2592176 r2644556 12 12 \wp_enqueue_script('iande', IANDE_PLUGIN_DISTURL . 'app.js', ['wp-i18n'], IANDE_PLUGIN_VERSION, true); 13 13 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); 15 15 } 16 16 }
Note: See TracChangeset
for help on using the changeset viewer.