Changeset 2630774
- Timestamp:
- 11/16/2021 02:58:02 PM (4 years ago)
- Location:
- private-file-for-woocommerce/trunk
- Files:
-
- 7 edited
-
includes/core-addons/customer-page/customer-page-addon.class.php (modified) (1 diff)
-
includes/core-addons/private-file/private-file-admin-interface.class.php (modified) (1 diff)
-
languages/pffw-it_IT.mo (modified) (previous)
-
languages/pffw-it_IT.po (modified) (3 diffs)
-
languages/pot/pffw.pot (modified) (1 diff)
-
private-file-for-woocommerce.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
private-file-for-woocommerce/trunk/includes/core-addons/customer-page/customer-page-addon.class.php
r2476667 r2630774 36 36 $this->customer_page_shortcode = new PFFW_CustomerPageShortcode( $pffw_plugin ); 37 37 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 //} 41 41 } 42 42 -
private-file-for-woocommerce/trunk/includes/core-addons/private-file/private-file-admin-interface.class.php
r2476667 r2630774 474 474 'options' => array( 475 475 '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' ) ), 478 478 'after' => '<p class="description">' 479 479 . __( '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 3 3 "Project-Id-Version: Private File For Woocommerce\n" 4 4 "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" 6 6 "Last-Translator: \n" 7 7 "Language-Team: 4wp\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "X-Generator: Poedit 1.8.8\n"12 "X-Generator: Poedit 3.0\n" 13 13 "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" 14 14 "X-Poedit-Basepath: .\n" … … 478 478 #: ../includes/core-addons/private-file/private-file-admin-interface.class.php:449 479 479 msgid "Group by category" 480 msgstr " Group by category"480 msgstr "Raggruppa per categoria" 481 481 482 482 #: ../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 479 479 #: ../includes/core-addons/private-file/private-file-admin-interface.class.php:449 480 480 msgid "Group by category" 481 msgstr " Group by category"481 msgstr "Raggruppa per categoria" 482 482 483 483 #: ../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 3 3 Plugin Name: Private File For Woocommerce 4 4 Plugin URI: https://www.4wp.it 5 Version: 1.0. 15 Version: 1.0.2 6 6 Description: 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. 7 7 Author: Roberto Bottalico -
private-file-for-woocommerce/trunk/readme.txt
r2526190 r2630774 4 4 Tags: private file, woocommerce, private content, myaccount woocommerce 5 5 Requires at least: 4.9 6 Tested up to: 5. 7.17 Tested WooCommerce up to: 5. 0.08 Stable Tag: 1.0. 16 Tested up to: 5.8.2 7 Tested WooCommerce up to: 5.9.0 8 Stable Tag: 1.0.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 70 70 == Changelog == 71 71 72 = 1.0.2 = 73 74 Insert List Mode for private file for category 75 72 76 = 1.0.1 = 73 77
Note: See TracChangeset
for help on using the changeset viewer.