Plugin Directory

Changeset 2556717


Ignore:
Timestamp:
07/01/2021 04:13:02 AM (5 years ago)
Author:
splendorstudio
Message:

v1.6.1

Location:
fancify-core/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • fancify-core/trunk/controllers/admin/enqueue.php

    r2556711 r2556717  
    189189            'apiError'                  => esc_html__( 'Could not connect to the server, Please try again later.', 'fancify-core' ),
    190190            'current'                   => esc_html__( 'Current ', 'fancify-core' ),
    191             'fancifyActivation'         => get_option( 'fancify_activation', false ),
    192             'fancifyActivationMessage'  => esc_html__( 'Please activate your theme before try to install demo.', 'fancify-core' ),
    193191            'rtl'                       => is_rtl(),
    194192        );
  • fancify-core/trunk/fancify-core.php

    r2556711 r2556717  
    99 * Description: Fancify real estate theme core plugin, Elementor widgets, Demo Importer, Live Customizer options and many useful settings will be added to Fancify via this plugin.
    1010 * Plugin URI:  https://www.splendorstudio.net/fancify/landing
    11  * Version:     1.6.1
     11 * Version:     1.6.2
    1212 * Author:      SplendorStudio
    1313 * Author URI:  https://www.splendorstudio.net
     
    8888
    8989        // Define version.
    90         define( 'FANCIFYCORE_VERSION', '1.6.1' );
     90        define( 'FANCIFYCORE_VERSION', '1.6.2' );
    9191        define( 'FANCIFY_CORE_BASENAME', plugin_basename( __FILE__ ) );
    9292
  • fancify-core/trunk/languages/fancify-core.pot

    r2556711 r2556717  
    18861886msgstr ""
    18871887
    1888 #: dist/fancify-core/controllers/admin/enqueue.php:192
    1889 msgid "Please activate your theme before try to install demo."
    1890 msgstr ""
    1891 
    18921888#: dist/fancify-core/controllers/blog/breadcrumb.php:125
    18931889msgid "Archives:"
     
    41244120msgstr ""
    41254121
    4126 #: dist/fancify-core/views/tpl/admin/dashboard.php:54
     4122#: dist/fancify-core/views/tpl/admin/dashboard.php:20
    41274123msgid "Changelog"
    41284124msgstr ""
  • fancify-core/trunk/readme.txt

    r2556711 r2556717  
    44Requires at least: 5.0
    55Tested up to: 5.7.2
    6 Stable tag: 1.6.1
     6Stable tag: 1.6.2
    77Requires PHP: 5.6
    88License: GPLv2 or later
     
    183183
    184184== Changelog ==
     185
     186= 1.6.2 =
     187- [FIXED]: Lite version plugin installation
    185188
    186189= 1.6.1 =
  • fancify-core/trunk/views/assets/admin/js/admin.js

    r2556711 r2556717  
    521521                        }
    522522
    523                         if ( fancifyCore.fancifyActivation != 'activated' ) {
    524                             alert(fancifyCore.fancifyActivationMessage);
    525                             $(abtn[num]).prev().css('display', 'none');
    526                             $(abtn[num]).attr('href', '#');
    527                             return;
    528                         }
    529 
    530523                        data = data.split("{");
    531524                        if ( data[0] == 'Something went wrong with the plugin API.') {
  • fancify-core/trunk/views/tpl/admin/dashboard.php

    r2556711 r2556717  
    1717}
    1818?>
    19 
    20 <!-- <div class="fancify-core-admin-box type1">
    21     <div class="fancify-row">
    22         <div class="fancify-col-md-3">
    23             <div class="fancify-core-admin-chart-statistics pink">
    24                 <i class="fancify-core-admin-icon"></i>
    25                 <span class="number">156</span>
    26                 <span class="label">All Properties</span>
    27             </div> 
    28         </div> 
    29         <div class="fancify-col-md-3">
    30             <div class="fancify-core-admin-chart-statistics orange">
    31                 <i class="fancify-core-admin-icon"></i>
    32                 <span class="number">435</span>
    33                 <span class="label">All Properties</span>
    34             </div> 
    35         </div> 
    36         <div class="fancify-col-md-3">
    37             <div class="fancify-core-admin-chart-statistics purple">
    38                 <i class="fancify-core-admin-icon"></i>
    39                 <span class="number">657</span>
    40                 <span class="label">All Properties</span>
    41             </div> 
    42         </div> 
    43         <div class="fancify-col-md-3">
    44             <div class="fancify-core-admin-chart-statistics green">
    45                 <i class="fancify-core-admin-icon"></i>
    46                 <span class="number">322</span>
    47                 <span class="label">All Properties</span>
    48             </div> 
    49         </div> 
    50     </div> 
    51 </div> 
    52  -->
    5319 <div class="fancify-core-admin-box type1">
    5420    <h2 class="fancify-core-admin-box-title red"><?php esc_html_e( 'Changelog', 'fancify-core' ); ?></h2>
     
    5723
    5824        <div class="fancify-core-admin-changelog-version">
     25            <span class="title">v 1.6.2 – 2 July 2021</span>
     26            <ul class="list">
     27                <li>- [FIXED]: Lite version plugin installation </li>
     28            </ul>
    5929            <span class="title">v 1.6.1 – 1 July 2021</span>
    6030            <ul class="list">
Note: See TracChangeset for help on using the changeset viewer.