Plugin Directory

Changeset 2630774


Ignore:
Timestamp:
11/16/2021 02:58:02 PM (4 years ago)
Author:
4wpbari
Message:

fix blank page for admin in front page users and insert category list

Location:
private-file-for-woocommerce/trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • private-file-for-woocommerce/trunk/includes/core-addons/customer-page/customer-page-addon.class.php

    r2476667 r2630774  
    3636        $this->customer_page_shortcode = new PFFW_CustomerPageShortcode( $pffw_plugin );
    3737       
    38         if ( !is_admin() ) {
    39             add_action( 'pffw_before_customer_area_template', array( &$this, 'default_welcome_message' ) );
    40         }
     38        //if ( !is_admin() ) {
     39            //add_action( 'pffw_before_customer_area_template', array( &$this, 'default_welcome_message' ) );
     40        //}
    4141    }   
    4242   
  • private-file-for-woocommerce/trunk/includes/core-addons/private-file/private-file-admin-interface.class.php

    r2476667 r2630774  
    474474                    'options'   => array(
    475475                        'plain'     => __( "Don't group files", 'pffw' ),
    476                         'year'      => __( 'Group by year', 'pffw' )),
    477                         //'category'    => __( 'Group by category', 'pffw' ) ),
     476                        'year'      => __( 'Group by year', 'pffw' ),
     477                        'category'  => __( 'Group by category', 'pffw' ) ),
    478478                    'after' => '<p class="description">'
    479479                        . __( 'You can choose how files will be organized by default in the customer area.', 'pffw' )
  • private-file-for-woocommerce/trunk/languages/pffw-it_IT.po

    r2476667 r2630774  
    33"Project-Id-Version: Private File For Woocommerce\n"
    44"POT-Creation-Date: 2021-01-13 15:36+0100\n"
    5 "PO-Revision-Date: 2021-02-15 16:55+0100\n"
     5"PO-Revision-Date: 2021-11-16 15:32+0100\n"
    66"Last-Translator: \n"
    77"Language-Team: 4wp\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "X-Generator: Poedit 1.8.8\n"
     12"X-Generator: Poedit 3.0\n"
    1313"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
    1414"X-Poedit-Basepath: .\n"
     
    478478#: ../includes/core-addons/private-file/private-file-admin-interface.class.php:449
    479479msgid "Group by category"
    480 msgstr "Group by category"
     480msgstr "Raggruppa per categoria"
    481481
    482482#: ../includes/core-addons/private-file/templates/private-file-after_post_content.template.php:2
  • private-file-for-woocommerce/trunk/languages/pot/pffw.pot

    r2476667 r2630774  
    479479#: ../includes/core-addons/private-file/private-file-admin-interface.class.php:449
    480480msgid "Group by category"
    481 msgstr "Group by category"
     481msgstr "Raggruppa per categoria"
    482482
    483483#: ../includes/core-addons/private-file/templates/private-file-after_post_content.template.php:2
  • private-file-for-woocommerce/trunk/private-file-for-woocommerce.php

    r2526201 r2630774  
    33Plugin Name: Private File For Woocommerce
    44Plugin URI: https://www.4wp.it
    5 Version: 1.0.1
     5Version: 1.0.2
    66Description: Addons for my account woocommerce with the possibility to get a page on your site where they can access private file, private pages and one shared page.
    77Author: Roberto Bottalico
  • private-file-for-woocommerce/trunk/readme.txt

    r2526190 r2630774  
    44Tags: private file, woocommerce, private content, myaccount woocommerce
    55Requires at least: 4.9
    6 Tested up to: 5.7.1
    7 Tested WooCommerce up to: 5.0.0
    8 Stable Tag: 1.0.1
     6Tested up to: 5.8.2
     7Tested WooCommerce up to: 5.9.0
     8Stable Tag: 1.0.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7070== Changelog ==
    7171
     72= 1.0.2 =
     73
     74Insert List Mode for private file for category
     75
    7276= 1.0.1 =
    7377
Note: See TracChangeset for help on using the changeset viewer.