Plugin Directory

Changeset 2868341


Ignore:
Timestamp:
02/20/2023 06:48:08 PM (3 years ago)
Author:
vaksin
Message:
  • Fix Taxonomy_Factory
Location:
express-add-on
Files:
163 added
3 edited

Legend:

Unmodified
Added
Removed
  • express-add-on/trunk/packages/wp/taxonomy/taxonomy-factory.php

    r2868081 r2868341  
    1616        $taxonomy_singular = Express::Options("{$page}.txt_{$name}_singular");
    1717        $taxonomy_menu = Express::Options("{$page}.txt_{$name}_menu");
    18         $taxonomy_slug = Express::Options("vxn_express_job.txt_{$name}_slug");
     18        $taxonomy_slug = Express::Options("{$page}.txt_{$name}_slug");
    1919       
    2020        if($taxonomy_name && $taxonomy_singular && $taxonomy_menu && $taxonomy_slug){
  • express-add-on/trunk/readme.txt

    r2868081 r2868341  
    66Tested up to: 6.1.1
    77Requires PHP: 7.4
    8 Stable tag: 1.2.7
     8Stable tag: 1.2.8
    99License: GPL-2.0+
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     
    5555
    5656== Changelog ==
     57= 1.2.8 =
     58
     59* Fix Taxonomy_Factory
     60
    5761= 1.2.7 =
    5862
  • express-add-on/trunk/vxn-express.php

    r2868081 r2868341  
    44 * Plugin URI:        https://github.com/wp-vaksin/vxn-express
    55 * Description:       Express Add-on for Breakdance website builder, the time saver plugin!
    6  * Version:           1.2.7
     6 * Version:           1.2.8
    77 * Requires at least: 5.2
    88 * Requires PHP:      8.0
Note: See TracChangeset for help on using the changeset viewer.