Plugin Directory

Changeset 1981795


Ignore:
Timestamp:
11/28/2018 08:46:25 AM (7 years ago)
Author:
dangub86
Message:

Definitive 1.3.3 version.

Location:
i-divi-post-settings/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • i-divi-post-settings/trunk/README.txt

    r1981788 r1981795  
    55Requires at least: 4.0
    66Tested up to: 5.0
    7 Stable tag: 1.3.2
     7Stable tag: 1.3.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • i-divi-post-settings/trunk/admin/class-divi-post-settings-admin.php

    r1981788 r1981795  
    117117
    118118/**
     119 * TODO: not working (at first launch theme mods don't apply!)
    119120 * Apply Theme Mods at first launch of the Visual Builder.
    120121 *
     
    122123 *
    123124 */
    124   public function set_initial_theme_mods_values($post)
     125  /* public function set_initial_theme_mods_values($post)
    125126    {
    126127        $post_id = get_the_ID();
     
    168169         }
    169170       
    170     }
     171    }  */
    171172
    172173/**
  • i-divi-post-settings/trunk/includes/class-divi-post-settings.php

    r1981788 r1981795  
    2222
    2323        $this->plugin_name = 'i-divi_post_settings';
    24         $this->version = '1.3.2';
     24        $this->version = '1.3.3';
    2525
    2626        $this->load_dependencies();
     
    7474        $this->loader->add_action( 'admin_init', $plugin_admin, 'idivi_add_custom_metabox' );
    7575       
    76         $this->loader->add_action( 'the_post', $plugin_admin, 'set_initial_theme_mods_values');     
     76        //$this->loader->add_action( 'the_post', $plugin_admin, 'set_initial_theme_mods_values');       
    7777
    7878        $this->loader->add_filter( 'et_builder_page_settings_modal_toggles', $plugin_admin, 'idivi_add_page_toggles' );
Note: See TracChangeset for help on using the changeset viewer.