Plugin Directory

Changeset 3452529


Ignore:
Timestamp:
02/03/2026 02:52:50 AM (5 weeks ago)
Author:
hivepress
Message:

Release 1.7.21

Location:
hivepress
Files:
3191 added
5 edited

Legend:

Unmodified
Added
Removed
  • hivepress/trunk/hivepress.php

    r3450514 r3452529  
    44 * Plugin URI: https://hivepress.io/
    55 * Description: Multipurpose directory, listing & classifieds plugin.
    6  * Version: 1.7.20
     6 * Version: 1.7.21
    77 * Author: HivePress
    88 * Author URI: https://hivepress.io/
  • hivepress/trunk/includes/components/class-editor.php

    r3174662 r3452529  
    133133
    134134                    if ( isset( $field_args['options'] ) ) {
     135
     136                        // @todo replace temporary fix.
     137                        if ( isset( $field_args['source'] ) && ! is_array( $field_args['options'] ) ) {
     138                            unset( $field_args['source'] );
     139
     140                            $field_args = hivepress()->form->set_field_arguments( $field_args );
     141                        }
     142
    135143                        if ( is_array( hp\get_first_array_value( $field_args['options'] ) ) ) {
    136144                            $field_args['options'] = wp_list_pluck( $field_args['options'], 'label' );
  • hivepress/trunk/languages/hivepress.pot

    r3450514 r3452529  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: HivePress 1.7.20\n"
     5"Project-Id-Version: HivePress 1.7.21\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/hivepress\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2026-01-30T12:58:22+00:00\n"
     12"POT-Creation-Date: 2026-02-03T02:06:51+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.12.0\n"
     
    346346msgstr ""
    347347
    348 #: includes/components/class-editor.php:232
     348#: includes/components/class-editor.php:240
    349349#: includes/components/class-template.php:200
    350350#: includes/configs/meta-boxes.php:21
  • hivepress/trunk/readme.txt

    r3450514 r3452529  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.7.20
     7Stable tag: 1.7.21
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
  • hivepress/trunk/vendor/composer/installed.php

    r3450514 r3452529  
    22    'root' => array(
    33        'name' => '__root__',
    4         'pretty_version' => '1.7.20',
    5         'version' => '1.7.20.0',
    6         'reference' => 'e550125efc17a05a6eb21be512f7946ad2ce067f',
     4        'pretty_version' => '1.7.21',
     5        'version' => '1.7.21.0',
     6        'reference' => '4cd7249ada40f7b4e728dd9d53146bf05720c1e0',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        '__root__' => array(
    14             'pretty_version' => '1.7.20',
    15             'version' => '1.7.20.0',
    16             'reference' => 'e550125efc17a05a6eb21be512f7946ad2ce067f',
     14            'pretty_version' => '1.7.21',
     15            'version' => '1.7.21.0',
     16            'reference' => '4cd7249ada40f7b4e728dd9d53146bf05720c1e0',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.