Plugin Directory

Changeset 2667267


Ignore:
Timestamp:
01/27/2022 03:15:11 PM (4 years ago)
Author:
masterbip
Message:

mejoras en obsoletes

Location:
masterbip-for-elementor/trunk
Files:
15 edited

Legend:

Unmodified
Added
Removed
  • masterbip-for-elementor/trunk/README.md

    r2609882 r2667267  
    44Requires at least: 4.0
    55Requires PHP: 5.4
    6 Stable tag: 1.5
     6Stable tag: 1.5.1
    77Tested up to: 5.9
    88License: GPLv3
     
    2525
    2626== Changelog ==
     27
     28= 1.5.1 =
     29* Cambios en codigo para eliminar obsoletos  _content_template por Elementor\Controls_Stack::content_template
    2730
    2831= 1.5 =
  • masterbip-for-elementor/trunk/masterbip-for-elementor.php

    r2609875 r2667267  
    44 * Description: Módulos (Widgets y addons) adicionales para Elementor
    55 * Author: MasterBip
    6  * Version: 1.5
     6 * Version: 1.5.1
    77 * Author URI: https://www.masterbip.cl/
    88 *
     
    2525
    2626final class Elementor_Mb_Elementor{
    27     const VERSION = '1.5';
     27    const VERSION = '1.5.1';
    2828    const MINIMUM_ELEMENTOR_VERSION = '2.0.0';
    2929    const MINIMUM_PHP_VERSION = '7.0';
  • masterbip-for-elementor/trunk/readme.txt

    r2609882 r2667267  
    44Requires at least: 4.0
    55Requires PHP: 5.4
    6 Stable tag: 1.5
     6Stable tag: 1.5.1
    77Tested up to: 5.9
    88License: GPLv3
     
    2525
    2626== Changelog ==
     27
     28= 1.5.1 =
     29* Cambios en codigo para eliminar obsoletos  _content_template por Elementor\Controls_Stack::content_template
    2730
    2831= 1.5 =
  • masterbip-for-elementor/trunk/widgets/banner-masonry-v2.php

    r2598739 r2667267  
    44use Elementor\Widget_Base;
    55use Elementor\Controls_Manager;
     6use Elementor\Controls_Stack;
     7
    68
    79if (! defined('ABSPATH')) exit;
     
    186188   
    187189    /* EDITOR */
    188     protected function _content_template(){
     190    protected function content_template(){
    189191        ?>
    190192        <#
  • masterbip-for-elementor/trunk/widgets/banner-masonry.php

    r2598739 r2667267  
    44use Elementor\Widget_Base;
    55use Elementor\Controls_Manager;
     6use Elementor\Controls_Stack;
     7
    68
    79if (! defined('ABSPATH')) exit;
     
    189191   
    190192    /* EDITOR */
    191     protected function _content_template(){
     193    protected function content_template(){
    192194        ?>
    193195        <#
  • masterbip-for-elementor/trunk/widgets/banner.php

    r2211648 r2667267  
    44use Elementor\Widget_Base;
    55use Elementor\Controls_Manager;
     6use Elementor\Controls_Stack;
     7
    68
    79if (! defined('ABSPATH')) exit;
     
    129131   
    130132    /* EDITOR */
    131     protected function _content_template(){
     133    protected function content_template(){
    132134        ?>
    133135        <#
  • masterbip-for-elementor/trunk/widgets/boton-dual.php

    r2211648 r2667267  
    44use Elementor\Widget_Base;
    55use Elementor\Controls_Manager;
     6use Elementor\Controls_Stack;
     7
    68
    79if (! defined('ABSPATH')) exit;
     
    118120   
    119121    /* EDITOR */
    120     protected function _content_template(){
     122    protected function content_template(){
    121123        ?>
    122124        <#
  • masterbip-for-elementor/trunk/widgets/call-to-action.php

    r2617221 r2667267  
    44use Elementor\Widget_Base;
    55use Elementor\Controls_Manager;
     6use Elementor\Controls_Stack;
     7
    68
    79if (! defined('ABSPATH')) exit;
     
    130132   
    131133    /* EDITOR */
    132     protected function _content_template(){
     134    protected function content_template(){
    133135        ?>
    134136        <#
  • masterbip-for-elementor/trunk/widgets/conjunto-de-links.php

    r2527468 r2667267  
    44use Elementor\Widget_Base;
    55use Elementor\Controls_Manager;
     6use Elementor\Controls_Stack;
     7
    68
    79if (! defined('ABSPATH')) exit;
     
    110112    }
    111113
    112     protected function _content_template() {
     114    protected function content_template() {
    113115        ?>
    114116        <# if ( settings.btn_list.length ) { #>
  • masterbip-for-elementor/trunk/widgets/cuadro-imagen-boton.php

    r2609881 r2667267  
    88use Elementor\Widget_Base;
    99use Elementor\Controls_Manager;
     10use Elementor\Controls_Stack;
     11
    1012
    1113class MB_Cuadro_Imagen_Boton extends Widget_Base {
     
    211213   
    212214    /* EDITOR */
    213     protected function _content_template(){
     215    protected function content_template(){
    214216    ?>
    215217    <#
  • masterbip-for-elementor/trunk/widgets/cuadro-imagen-hover.php

    r2211648 r2667267  
    44use Elementor\Widget_Base;
    55use Elementor\Controls_Manager;
     6use Elementor\Controls_Stack;
     7
    68
    79if (! defined('ABSPATH')) exit;
     
    191193   
    192194    /* EDITOR */
    193     protected function _content_template(){
     195    protected function content_template(){
    194196        ?>
    195197        <#         
  • masterbip-for-elementor/trunk/widgets/simple-link.php

    r2211648 r2667267  
    44use Elementor\Widget_Base;
    55use Elementor\Controls_Manager;
     6use Elementor\Controls_Stack;
     7
    68
    79if (! defined('ABSPATH')) exit;
     
    102104   
    103105    /* EDITOR */
    104     protected function _content_template(){
     106    protected function content_template(){
    105107        ?>
    106108        <#
  • masterbip-for-elementor/trunk/widgets/super-link.php

    r2211648 r2667267  
    44use Elementor\Widget_Base;
    55use Elementor\Controls_Manager;
     6use Elementor\Controls_Stack;
     7
    68
    79if (! defined('ABSPATH')) exit;
     
    130132   
    131133    /* EDITOR */
    132     protected function _content_template(){
     134    protected function content_template(){
    133135    ?>
    134136        <#
  • masterbip-for-elementor/trunk/widgets/texto-en-circulo.php

    r2521529 r2667267  
    44use Elementor\Widget_Base;
    55use Elementor\Controls_Manager;
     6use Elementor\Controls_Stack;
     7
    68
    79if (! defined('ABSPATH')) exit;
     
    154156   
    155157    /* EDITOR */
    156     protected function _content_template(){
     158    protected function content_template(){
    157159    ?>
    158160    <#
  • masterbip-for-elementor/trunk/widgets/titulo-subtitulo.php

    r2469485 r2667267  
    44use Elementor\Widget_Base;
    55use Elementor\Controls_Manager;
     6use Elementor\Controls_Stack;
     7
    68
    79if (! defined('ABSPATH')) exit;
     
    122124   
    123125    /* EDITOR */
    124     protected function _content_template(){
     126    protected function content_template(){
    125127    ?>
    126128        <#
Note: See TracChangeset for help on using the changeset viewer.