Plugin Directory

Changeset 3072185

Timestamp:
04/17/2024 08:32:40 AM (3 months ago)
Author:
averta
Message:

Committing 2.15.7 to trunk

Location:
auxin-elements/trunk
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • auxin-elements/trunk/README.txt

    r3070155 r3072185  
    88Requires at least: 4.6
    99Tested up to: 6.3.0
    10 Stable tag: 2.15.6
     10Stable tag: 2.15.
    1111License: GPLv3
    1212License URI: http://www.gnu.org/licenses/gpl.html
  • auxin-elements/trunk/admin/assets/js/plugins.js

    r3070155 r3072185  
    1 /*! Phlox Core Plugin - v2.15.6 (2024-04)
     1/*! Phlox Core Plugin - v2.15. (2024-04)
    22 *  All required javascript plugins for admin
    33 *  http://phlox.pro/
  • auxin-elements/trunk/auxin-elements.php

    r3070155 r3072185  
    1313 * Plugin URI:        https://wordpress.org/plugins/auxin-elements/
    1414 * Description:       Exclusive and comprehensive plugin that extends the functionality of Phlox theme by adding new Elements, widgets and options.
    15  * Version:           2.15.6
     15 * Version:           2.15.
    1616 * Author:            averta
    1717 * Author URI:        http://averta.net
  • auxin-elements/trunk/includes/classes/class-auxin-demo-importer.php

    r3070155 r3072185  
    13061306            $url_filenames = basename( parse_url( $import_url['url'], PHP_URL_PATH ) );
    13071307
    1308             if ( ! isset( $tmpname[$import_url['url']] ) && ! defined('WP_PROXY_HOST') ) {
    1309                 $tmpname[$import_url['url']] = wp_tempnam( $url_filenames );
    1310             } else {
    1311                 $tmpname[$import_url['url']] = '';
    1312             }
     1308            if ( ! isset( $tmpname[$import_url['url']] ) ) {
     1309                $tmpname[$import_url['url']] = ! defined('WP_PROXY_HOST') ? wp_tempnam( $url_filenames ) : '';
     1310            }
    13131311
    13141312            $requests[$import_url['url']] = array( 'url' => $import_url['url'], 'options' => array( 'timeout' => 300, 'stream' => true, 'filename' => $tmpname[$import_url['url']] ) );
  • auxin-elements/trunk/includes/define.php

    r3070155 r3072185  
    1313
    1414
    15 define( 'AUXELS_VERSION'        , '2.15.6' );
     15define( 'AUXELS_VERSION'        , '2.15.' );
    1616
    1717define( 'AUXELS_SLUG'           , 'auxin-elements' );
  • auxin-elements/trunk/languages/auxin-elements-fa_IR.po

    r3070155 r3072185  
    33"Project-Id-Version: Auxin Essential Elements\n"
    44"Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
    5 "POT-Creation-Date: 2024-04-14 08:33:39+00:00\n"
     5"POT-Creation-Date: 2024-04-1+00:00\n"
    66"PO-Revision-Date: 2016-11-09 12:50+0330\n"
    77"Last-Translator: \n"
     
    19581958
    19591959#: includes/classes/class-auxin-demo-importer.php:294
    1960 #: includes/classes/class-auxin-demo-importer.php:1373
     1960#: includes/classes/class-auxin-demo-importer.php:137
    19611961msgid "Importing Users"
    19621962msgstr ""
     
    19891989msgstr ""
    19901990
    1991 #: includes/classes/class-auxin-demo-importer.php:1450
     1991#: includes/classes/class-auxin-demo-importer.php:14
    19921992msgid "Preparing Site ..."
    19931993msgstr ""
    19941994
    1995 #: includes/classes/class-auxin-demo-importer.php:1494
     1995#: includes/classes/class-auxin-demo-importer.php:149
    19961996msgid "All steps are successful"
    19971997msgstr ""
  • auxin-elements/trunk/languages/auxin-elements.pot

    r3070155 r3072185  
    22msgid ""
    33msgstr ""
    4 "Project-Id-Version: Phlox Core Elements 2.15.6\n"
     4"Project-Id-Version: Phlox Core Elements 2.15.\n"
    55"Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
    6 "POT-Creation-Date: 2024-04-14 08:33:39+00:00\n"
     6"POT-Creation-Date: 2024-04-1+00:00\n"
    77"MIME-Version: 1.0\n"
    88"Content-Type: text/plain; charset=utf-8\n"
     
    18341834
    18351835#: includes/classes/class-auxin-demo-importer.php:294
    1836 #: includes/classes/class-auxin-demo-importer.php:1373
     1836#: includes/classes/class-auxin-demo-importer.php:137
    18371837msgid "Importing Users"
    18381838msgstr ""
     
    18641864msgstr ""
    18651865
    1866 #: includes/classes/class-auxin-demo-importer.php:1450
     1866#: includes/classes/class-auxin-demo-importer.php:14
    18671867msgid "Preparing Site ..."
    18681868msgstr ""
    18691869
    1870 #: includes/classes/class-auxin-demo-importer.php:1494
     1870#: includes/classes/class-auxin-demo-importer.php:149
    18711871msgid "All steps are successful"
    18721872msgstr ""
  • auxin-elements/trunk/public/assets/js/plugins.js

    r3070155 r3072185  
    1 /*! Phlox Core Plugin - v2.15.6 (2024-04)
     1/*! Phlox Core Plugin - v2.15. (2024-04)
    22 *  All required plugins
    33 *  http://phlox.pro/
Note: See TracChangeset for help on using the changeset viewer.