Plugin Directory

Changeset 2143494


Ignore:
Timestamp:
08/22/2019 05:40:17 AM (7 years ago)
Author:
themecentury
Message:

Demo content added

Location:
century-toolkit
Files:
42 added
4 edited

Legend:

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

    r2140357 r2143494  
    44Plugin URI: https://wordpress.org/plugins/century-toolkit/
    55Description: Demo importer for ThemeCentury themes.
    6 Version: 1.0.3
     6Version: 1.0.4
    77Author: ThemeCentury Team
    88Author URI: https://themecentury.com/
  • century-toolkit/trunk/i18n/languages/century-toolkit.pot

    r2140357 r2143494  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Century ToolKit 1.0.3\n"
     5"Project-Id-Version: Century ToolKit 1.0.4\n"
    66"Report-Msgid-Bugs-To: themecentury@gmail.com\n"
    7 "POT-Creation-Date: 2019-08-16 04:30:55+00:00\n"
     7"POT-Creation-Date: 2019-08-22 05:24:29+00:00\n"
    88"MIME-Version: 1.0\n"
    99"Content-Type: text/plain; charset=utf-8\n"
     
    495495msgstr ""
    496496
    497 #: includes/theme-demo/class-tcy-theme-demo-blogmagazine-free.php:37
     497#: includes/theme-demo/class-tcy-theme-demo-blogmagazine-free.php:35
     498msgid "BlogMagazine - RTL"
     499msgstr ""
     500
     501#: includes/theme-demo/class-tcy-theme-demo-blogmagazine-free.php:46
    498502msgid "BlogMagazine Pro - Default"
    499503msgstr ""
    500504
    501 #: includes/theme-demo/class-tcy-theme-demo-blogmagazine-free.php:48
     505#: includes/theme-demo/class-tcy-theme-demo-blogmagazine-free.php:57
    502506msgid "BlogMagazine Pro - Dark Mode"
    503507msgstr ""
  • century-toolkit/trunk/includes/theme-demo/class-tcy-theme-demo-blogmagazine-free.php

    r2140359 r2143494  
    2929                'import_customizer_file_url' => $demo_server_url . 'blogmagazine/default/customizer.dat',
    3030                'import_preview_image_url'   => $demo_server_url . 'blogmagazine/default/screenshot.png',
     31                'demo_url'                   => $demo_url . 'wpthemes/blogmagazine/',
     32                //'import_notice'              => __( 'After you import this demo, you will have to setup the slider separately.', 'your-textdomain' ),
     33            ),
     34            array(
     35                'import_file_name'           => esc_html__('BlogMagazine - RTL', 'century-toolkit'),
     36                'import_file_url'            => $demo_server_url . 'blogmagazine/arabic/content.xml',
     37                'import_widget_file_url'     => $demo_server_url . 'blogmagazine/arabic/widgets.wie',
     38                'import_customizer_file_url' => $demo_server_url . 'blogmagazine/arabic/customizer.dat',
     39                'import_preview_image_url'   => $demo_server_url . 'blogmagazine/arabic/screenshot.png',
    3140                'demo_url'                   => $demo_url . 'wpthemes/blogmagazine/',
    3241                //'import_notice'              => __( 'After you import this demo, you will have to setup the slider separately.', 'your-textdomain' ),
  • century-toolkit/trunk/readme.txt

    r2140357 r2143494  
    44Requires at least: 4.0.0
    55Tested up to: 5.2.2
    6 Stable tag: 1.0.3
     6Stable tag: 1.0.4
    77License: GPLv3 or later
    88
     
    4343== Changelog ==
    4444
     45= 1.0.4 - 2019/08/22 =
     46* Added: RTL demo updated
     47
    4548= 1.0.3 - 2019/08/15 =
    4649* Added: demo updated
Note: See TracChangeset for help on using the changeset viewer.