Plugin Directory

Changeset 3186555


Ignore:
Timestamp:
11/12/2024 02:03:52 PM (17 months ago)
Author:
addonspress
Message:

1.1.0

Location:
advanced-export
Files:
25 added
3 edited

Legend:

Unmodified
Added
Removed
  • advanced-export/trunk/advanced-export.php

    r3138840 r3186555  
    1515 * Plugin URI:        https://addonspress.com/item/advanced-export
    1616 * Description:       Advanced Export with Options to Export Widget, Customizer and Media Files
    17  * Version:           1.0.9
     17 * Version:           1.1.0
    1818 * Author:            AddonsPress
    1919 * Author URI:        https://addonspress.com/
     
    2525
    2626/*Define Constants for this plugin*/
    27 define( 'ADVANCED_EXPORT_VERSION', '1.0.9' );
     27define( 'ADVANCED_EXPORT_VERSION', '1.1.0' );
    2828define( 'ADVANCED_EXPORT_PATH', plugin_dir_path( __FILE__ ) );
    2929define( 'ADVANCED_EXPORT_URL', plugin_dir_url( __FILE__ ) );
  • advanced-export/trunk/languages/advanced-export.pot

    r2159845 r3186555  
     1# Copyright (C) 2024 AddonsPress
     2# This file is distributed under the GPL-2.0+.
     3msgid ""
     4msgstr ""
     5"Project-Id-Version: Advanced Export 1.1.0\n"
     6"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/advanced-export\n"
     7"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     8"Language-Team: LANGUAGE <LL@li.org>\n"
     9"MIME-Version: 1.0\n"
     10"Content-Type: text/plain; charset=UTF-8\n"
     11"Content-Transfer-Encoding: 8bit\n"
     12"POT-Creation-Date: 2024-11-12T14:00:32+00:00\n"
     13"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
     14"X-Generator: WP-CLI 2.6.0\n"
     15"X-Domain: advanced-export\n"
     16
     17#. Plugin Name of the plugin
     18#: admin/class-advanced-export-admin.php:136
     19msgid "Advanced Export"
     20msgstr ""
     21
     22#. Plugin URI of the plugin
     23msgid "https://addonspress.com/item/advanced-export"
     24msgstr ""
     25
     26#. Description of the plugin
     27msgid "Advanced Export with Options to Export Widget, Customizer and Media Files"
     28msgstr ""
     29
     30#. Author of the plugin
     31msgid "AddonsPress"
     32msgstr ""
     33
     34#. Author URI of the plugin
     35msgid "https://addonspress.com/"
     36msgstr ""
     37
     38#: admin/class-advanced-export-admin.php:95
     39msgid "Export"
     40msgstr ""
     41
     42#: admin/class-advanced-export-admin.php:174
     43msgid "Sorry, you are not allowed to export the content of this site."
     44msgstr ""
     45
     46#: admin/function-create-zip.php:12
     47msgid "ZIP extension is not installed, please install ZIP extension on your host or contact to your hosting provider and try again!"
     48msgstr ""
     49
     50#: admin/function-form-load.php:44
     51msgid "Export Zip"
     52msgstr ""
     53
     54#: admin/function-form-load.php:46
     55msgid "When you click the button below Plugin will create a Zip file to save to your computer."
     56msgstr ""
     57
     58#: admin/function-form-load.php:47
     59msgid "Once you&#8217;ve saved the download zip file, you can use the Import function in another WordPress installation to import the content from this site."
     60msgstr ""
     61
     62#: admin/function-form-load.php:49
     63msgid "Choose what to export"
     64msgstr ""
     65
     66#: admin/function-form-load.php:54
     67msgid "Content to export"
     68msgstr ""
     69
     70#: admin/function-form-load.php:57
     71msgid "All content"
     72msgstr ""
     73
     74#: admin/function-form-load.php:59
     75msgid "This will contain all of your posts, pages, comments, custom fields, terms, navigation menus, and custom posts."
     76msgstr ""
     77
     78#: admin/function-form-load.php:62
     79msgid "Posts"
     80msgstr ""
     81
     82#: admin/function-form-load.php:66
     83#: admin/function-form-load.php:78
     84#: admin/function-form-load.php:103
     85#: admin/function-form-load.php:125
     86#: admin/function-form-load.php:150
     87msgid "All"
     88msgstr ""
     89
     90#: admin/function-form-load.php:70
     91#: admin/function-form-load.php:117
     92msgid "Authors:"
     93msgstr ""
     94
     95#: admin/function-form-load.php:87
     96#: admin/function-form-load.php:134
     97#: admin/function-form-load.php:174
     98msgid "Date range:"
     99msgstr ""
     100
     101#: admin/function-form-load.php:88
     102#: admin/function-form-load.php:135
     103#: admin/function-form-load.php:175
     104msgid "Start date:"
     105msgstr ""
     106
     107#: admin/function-form-load.php:90
     108#: admin/function-form-load.php:95
     109#: admin/function-form-load.php:137
     110#: admin/function-form-load.php:142
     111#: admin/function-form-load.php:177
     112#: admin/function-form-load.php:182
     113msgid "&mdash; Select &mdash;"
     114msgstr ""
     115
     116#: admin/function-form-load.php:93
     117#: admin/function-form-load.php:140
     118#: admin/function-form-load.php:180
     119msgid "End date:"
     120msgstr ""
     121
     122#: admin/function-form-load.php:101
     123#: admin/function-form-load.php:148
     124msgid "Status:"
     125msgstr ""
     126
     127#: admin/function-form-load.php:114
     128msgid "Pages"
     129msgstr ""
     130
     131#: admin/function-form-load.php:170
     132msgid "Media"
     133msgstr ""
     134
     135#: admin/function-form-load.php:192
     136msgid "Widget Data"
     137msgstr ""
     138
     139#: admin/function-form-load.php:196
     140msgid "Customizer/Options Data"
     141msgstr ""
     142
     143#: admin/function-form-load.php:200
     144msgid "Include Media"
     145msgstr ""
     146
     147#: admin/function-form-load.php:204
     148msgid "Download Export File"
     149msgstr ""
  • advanced-export/trunk/readme.txt

    r3138840 r3186555  
    55Tags: advanced export, demo export, theme export, widget export, customizer export
    66Requires at least: 5.0
    7 Tested up to: 6.6
     7Tested up to: 6.7
    88Requires PHP: 5.6.20
    9 Stable tag: 1.0.9
     9Stable tag: 1.1.0
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    122122== Changelog ==
    123123
     124= 1.1.0 - 2024-11-12 =
     125* Updated : WordPress version
     126* Updated : Language folder
     127
    124128= 1.0.9 - 2024-08-21 =
    125129* Updated : WordPress version
Note: See TracChangeset for help on using the changeset viewer.