Plugin Directory

Changeset 1892022


Ignore:
Timestamp:
06/13/2018 09:39:06 AM (8 years ago)
Author:
velathemes
Message:

version 1.0.5

Location:
astore-companion
Files:
58 added
4 edited

Legend:

Unmodified
Added
Removed
  • astore-companion/trunk/astore-companion.php

    r1889458 r1892022  
    55    Author: VelaThemes
    66    Author URI: https://velathemes.com/
    7     Version: 1.0.4
     7    Version: 1.0.5
    88    Text Domain: astore-companion
    99    Domain Path: /languages
  • astore-companion/trunk/inc/templates-importer/template-directory-tpl.php

    r1889355 r1892022  
    6060                    <div class="theme-details">
    6161                        <?php
    62                             global $allowedposttags;
    63                             echo wp_kses( $properties['description'] ,$allowedposttags );
     62                            echo wp_kses_post( $properties['description'] );
    6463                         ?>
    6564                    </div>
  • astore-companion/trunk/inc/templates-importer/templates-importer.php

    r1889438 r1892022  
    187187    public static function get_button_html( $slug, $file='' ) {
    188188        $button = '';
     189        if ( $file=='' )
     190            $file = $slug;
     191           
    189192        $state  = astoreTemplater::check_plugin_state( $slug, $file );
    190193        if ( ! empty( $slug ) ) {
     
    205208                    break;
    206209                case 'activate':
    207                     $plugin_link_suffix = $slug . '/' . $slug . '.php';
     210                    $plugin_link_suffix = $slug . '/' . $file . '.php';
    208211                    $nonce              = add_query_arg(
    209212                        array(
  • astore-companion/trunk/readme.txt

    r1889355 r1892022  
    3333== Changelog ==
    3434
     35= 1.0.5 =
     36* Fixed plugin Active button issue
     37
    3538= 1.0.4 =
    3639* Added License Key option
Note: See TracChangeset for help on using the changeset viewer.