Plugin Directory

Changeset 2624987


Ignore:
Timestamp:
11/05/2021 08:56:54 AM (4 years ago)
Author:
dannywpthemes
Message:

v-1.0.4

Location:
aztheme-toolkit
Files:
39 added
2 edited

Legend:

Unmodified
Added
Removed
  • aztheme-toolkit/trunk/aztheme-toolkit.php

    r2624972 r2624987  
    44 * Plugin URI:
    55 * Description: AZTheme Toolkit provides you necessary widgets for better and effective blogging.
    6  * Version: 1.0.3
     6 * Version: 1.0.4
    77 * Author: AZ-Theme
    88 * Author URI: https://az-theme.net/
     
    122122    $view = (int)$view;
    123123    if ($view > 1 ) {
    124         $view = $view . ' ' . esc_html__( 'views', 'producta' );
     124        $view = $view . ' ' . esc_html__( 'views', 'aztheme-toolkit' );
    125125    } elseif ( $view == 1) {
    126          $view = $view . ' ' . esc_html__( 'views', 'producta' );
     126         $view = $view . ' ' . esc_html__( 'views', 'aztheme-toolkit' );
    127127    } else {
    128         $view = '0'. ' ' . esc_html__( 'views', 'producta' );
     128        $view = '0'. ' ' . esc_html__( 'views', 'aztheme-toolkit' );
    129129    }
    130130
     
    143143    add_action( 'wp_enqueue_scripts', 'aztheme_toolkit_load_scripts' );
    144144}
     145
     146/**
     147 * Elementor
     148 */
     149aztheme_toolkit_require_file( AZTHEME_TOOLKIT_DIR . '/elementor/producta-base.php' );
    145150
    146151/**
  • aztheme-toolkit/trunk/readme.txt

    r2624971 r2624987  
    44Tags: toolkit, aztheme, categories, images, social, share
    55Requires at least: 5.0
    6 Stable tag: 1.0.3
     6Stable tag: 1.0.4
    77Tested up to: 5.8
    88Requires PHP: 7.4
     
    3333
    3434== Changelog ==
     35= 1.0.4 =
     36* Released: November 05, 2021
     37- Add Elementor Widgets: Custom Icon List, Portfolio, Latest Posts, Service
     38
    3539= 1.0.3 =
    3640* Released: November 05, 2021
Note: See TracChangeset for help on using the changeset viewer.