Changeset 2556717
- Timestamp:
- 07/01/2021 04:13:02 AM (5 years ago)
- Location:
- fancify-core/trunk
- Files:
-
- 6 edited
-
controllers/admin/enqueue.php (modified) (1 diff)
-
fancify-core.php (modified) (2 diffs)
-
languages/fancify-core.pot (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
views/assets/admin/js/admin.js (modified) (1 diff)
-
views/tpl/admin/dashboard.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fancify-core/trunk/controllers/admin/enqueue.php
r2556711 r2556717 189 189 'apiError' => esc_html__( 'Could not connect to the server, Please try again later.', 'fancify-core' ), 190 190 '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' ),193 191 'rtl' => is_rtl(), 194 192 ); -
fancify-core/trunk/fancify-core.php
r2556711 r2556717 9 9 * 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. 10 10 * Plugin URI: https://www.splendorstudio.net/fancify/landing 11 * Version: 1.6. 111 * Version: 1.6.2 12 12 * Author: SplendorStudio 13 13 * Author URI: https://www.splendorstudio.net … … 88 88 89 89 // Define version. 90 define( 'FANCIFYCORE_VERSION', '1.6. 1' );90 define( 'FANCIFYCORE_VERSION', '1.6.2' ); 91 91 define( 'FANCIFY_CORE_BASENAME', plugin_basename( __FILE__ ) ); 92 92 -
fancify-core/trunk/languages/fancify-core.pot
r2556711 r2556717 1886 1886 msgstr "" 1887 1887 1888 #: dist/fancify-core/controllers/admin/enqueue.php:1921889 msgid "Please activate your theme before try to install demo."1890 msgstr ""1891 1892 1888 #: dist/fancify-core/controllers/blog/breadcrumb.php:125 1893 1889 msgid "Archives:" … … 4124 4120 msgstr "" 4125 4121 4126 #: dist/fancify-core/views/tpl/admin/dashboard.php: 544122 #: dist/fancify-core/views/tpl/admin/dashboard.php:20 4127 4123 msgid "Changelog" 4128 4124 msgstr "" -
fancify-core/trunk/readme.txt
r2556711 r2556717 4 4 Requires at least: 5.0 5 5 Tested up to: 5.7.2 6 Stable tag: 1.6. 16 Stable tag: 1.6.2 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 183 183 184 184 == Changelog == 185 186 = 1.6.2 = 187 - [FIXED]: Lite version plugin installation 185 188 186 189 = 1.6.1 = -
fancify-core/trunk/views/assets/admin/js/admin.js
r2556711 r2556717 521 521 } 522 522 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 530 523 data = data.split("{"); 531 524 if ( data[0] == 'Something went wrong with the plugin API.') { -
fancify-core/trunk/views/tpl/admin/dashboard.php
r2556711 r2556717 17 17 } 18 18 ?> 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 -->53 19 <div class="fancify-core-admin-box type1"> 54 20 <h2 class="fancify-core-admin-box-title red"><?php esc_html_e( 'Changelog', 'fancify-core' ); ?></h2> … … 57 23 58 24 <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> 59 29 <span class="title">v 1.6.1 – 1 July 2021</span> 60 30 <ul class="list">
Note: See TracChangeset
for help on using the changeset viewer.