Make WordPress Themes

Changes from total/2.1.59 at r216973 to total/2.1.60 at r219020


Ignore:
Location:
total/2.1.60
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • total/2.1.60/inc/customizer/customizer-functions.php

    r216973 r219020  
    113113
    114114function total_order_sections() {
     115    if (!current_user_can('manage_options')) {
     116        return;
     117    }
     118
     119    check_ajax_referer('total-order-sections', 'secure');
     120
    115121    if (isset($_POST['sections'])) {
    116122        set_theme_mod('total_frontpage_sections', $_POST['sections']);
  • total/2.1.60/inc/customizer/customizer-panel/assets/customizer.js

    r216973 r219020  
    6464            dataType: 'html',
    6565            data: {
    66                 'action': 'total_order_sections',
    67                 'sections': sec_ordered,
     66                action: 'total_order_sections',
     67                sections: sec_ordered,
     68                secure: total_ajax_data.nonce
    6869            }
    6970        }).done(function (data) {
  • total/2.1.60/inc/customizer/customizer-panel/register-customizer-controls.php

    r216973 r219020  
    2828        public function enqueue_customizer_script() {
    2929            wp_enqueue_script('total-customizer', TOTAL_CUSTOMIZER_URL . 'customizer-panel/assets/customizer.js', array('jquery'), TOTAL_VERSION, true);
     30
     31            wp_localize_script('total-customizer', 'total_ajax_data', array(
     32                'nonce' => wp_create_nonce('total-order-sections')
     33            ));
    3034            if (is_rtl()) {
    3135                wp_enqueue_style('total-customizer', TOTAL_CUSTOMIZER_URL . 'customizer-panel/assets/customizer.rtl.css', array(), TOTAL_VERSION);
  • total/2.1.60/readme.txt

    r216973 r219020  
    2323
    2424== Changelog ==
     25= 2.1.60 - Feb 27, 2024 =
     26* Security Fixes
     27
    2528= 2.1.59 - Feb 08, 2024 =
    2629* Minor CSS fixes
  • total/2.1.60/style-rtl.css

    r216973 r219020  
    55Author URI: https://hashthemes.com
    66Description: Total as its name suggest is a complete package theme with all the feature that you need to make a complete website. The theme has clean and elegant design with vibrant color(Theme Color Changable Option) and parallax sections. The home page consist of slider, featured section with icon, about us section with progress bar, portfolio section with masonary layout, team section, testimonial section, counter section, blog section with option to add 3, 6 or 9 blog posts, clients logo carousel slider and call to action section. The theme is fully responsive and is built on customizer that enable you to configure the website with live preview. The theme is SEO friendly, Cross browser compatible, fully translation ready and is compatible with WooCommerce - an ecommerce plugin and all other major plugins. The theme can also be used with all major page builder plugins like Elementor, SiteOrigin, WpBakery VisualComposer and Beaver Builder. The theme provides option to import the demo with just one click. DEMO: https://hashthemes.com/wordpress-theme/total/
    7 Version: 2.1.59
     7Version: 2.1.60
    88License: GNU General Public License v2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • total/2.1.60/style.css

    r216973 r219020  
    55Author URI: https://hashthemes.com
    66Description: Total as its name suggest is a complete package theme with all the feature that you need to make a complete website. The theme has clean and elegant design with vibrant color(Theme Color Changable Option) and parallax sections. The home page consist of slider, featured section with icon, about us section with progress bar, portfolio section with masonary layout, team section, testimonial section, counter section, blog section with option to add 3, 6 or 9 blog posts, clients logo carousel slider and call to action section. The theme is fully responsive and is built on customizer that enable you to configure the website with live preview. The theme is SEO friendly, Cross browser compatible, fully translation ready and is compatible with WooCommerce - an ecommerce plugin and all other major plugins. The theme can also be used with all major page builder plugins like Elementor, SiteOrigin, WpBakery VisualComposer and Beaver Builder. The theme provides option to import the demo with just one click. DEMO: https://hashthemes.com/wordpress-theme/total/
    7 Version: 2.1.59
     7Version: 2.1.60
    88License: GNU General Public License v2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.