Plugin Directory

Changeset 1959102


Ignore:
Timestamp:
10/19/2018 11:58:54 AM (7 years ago)
Author:
luisfbmelo
Message:

tagging version 1.1

Location:
nice-faqs-from-nit
Files:
13 edited
8 copied

Legend:

Unmodified
Added
Removed
  • nice-faqs-from-nit/tags/1.1/README.md

    r1913606 r1959102  
    2121
    2222## Changelog
     23### 1.1
     24* Changed translation strings in .pot and .po files
     25* Removed console.log from JS scripts
    2326
    2427### 1.0
  • nice-faqs-from-nit/tags/1.1/assets/js/index.js

    r1913606 r1959102  
    2828    });
    2929})(jQuery);
    30 console.log("BOOM");
  • nice-faqs-from-nit/tags/1.1/inc/tax/catFaqs.php

    r1913606 r1959102  
    2222
    2323        $labels = array(
    24             'name'               => __( 'Categories', 'nit-faqs'),
    25             'singular_name'      => __( 'Category', 'nit-faqs'),
     24            'name'               => __( 'FAQ Categories', 'nit-faqs'),
     25            'singular_name'      => __( 'FAQ Category', 'nit-faqs'),
    2626            'add_new'            => __( 'Add New', 'nit-faqs'),
    27             'add_new_item'       => sprintf( __( 'Add New %s' , 'nit-faqs'), __('Category', 'nit-faqs')),
    28             'edit_item'          => sprintf( __( 'Edit %s' , 'nit-faqs'), __('Category', 'nit-faqs')),
    29             'new_item'           => sprintf( __( 'New %s' , 'nit-faqs'), __('Category', 'nit-faqs')),
    30             'all_items'          => sprintf( __( 'All %s' , 'nit-faqs'), __('Categories', 'nit-faqs')),
    31             'view_item'          => sprintf( __( 'View %s' , 'nit-faqs'), __('Category', 'nit-faqs')),
    32             'search_items'       => sprintf( __( 'Search %s' , 'nit-faqs'), __('Category', 'nit-faqs')),
    33             'not_found'          => sprintf( __( 'No %s found' , 'nit-faqs'), __('Categories', 'nit-faqs')),
    34             'not_found_in_trash' => sprintf( __( 'No %s found in the Trash' , 'nit-faqs'), __('Categories', 'nit-faqs')),
     27            'add_new_item'       => sprintf( __( 'Add New %s' , 'nit-faqs'), __('FAQ Category', 'nit-faqs')),
     28            'edit_item'          => sprintf( __( 'Edit %s' , 'nit-faqs'), __('FAQ Category', 'nit-faqs')),
     29            'new_item'           => sprintf( __( 'New %s' , 'nit-faqs'), __('FAQ Category', 'nit-faqs')),
     30            'all_items'          => sprintf( __( 'All %s' , 'nit-faqs'), __('FAQ Categories', 'nit-faqs')),
     31            'view_item'          => sprintf( __( 'View %s' , 'nit-faqs'), __('FAQ Category', 'nit-faqs')),
     32            'search_items'       => sprintf( __( 'Search %s' , 'nit-faqs'), __('FAQ Category', 'nit-faqs')),
     33            'not_found'          => sprintf( __( 'No %s found' , 'nit-faqs'), __('FAQ Categories', 'nit-faqs')),
     34            'not_found_in_trash' => sprintf( __( 'No %s found in the Trash' , 'nit-faqs'), __('FAQ Categories', 'nit-faqs')),
    3535            'parent_item_colon'  => null,
    36             'menu_name'          => __('Categories', 'nit-faqs')
     36            'menu_name'          => __('FAQ Categories', 'nit-faqs')
    3737        );
    3838
  • nice-faqs-from-nit/tags/1.1/index.php

    r1913606 r1959102  
    33 * Plugin Name: Nice FAQs from NIT
    44 * Description: Show FAQs in a nice way
    5  * Version: 1.0
     5 * Version: 1.1
    66 * Author: Luis Melo - NIT
    77 * Author URI: http://luisfbmelo.com/
  • nice-faqs-from-nit/tags/1.1/languages/nit-faqs-pt_PT.po

    r1913606 r1959102  
    33"Project-Id-Version: FAQs\n"
    44"Report-Msgid-Bugs-To: \n"
    5 "POT-Creation-Date: 2018-06-29 14:22+0000\n"
    6 "PO-Revision-Date: 2018-06-29 14:53+0000\n"
     5"POT-Creation-Date: 2018-10-19 11:55+0000\n"
     6"PO-Revision-Date: 2018-10-19 11:56+0000\n"
    77"Last-Translator: administrator <[email protected]>\n"
    88"Language-Team: Português\n"
    99"Language: pt_PT\n"
    10 "Plural-Forms: nplurals=2; plural=n != 1;\n"
    1110"MIME-Version: 1.0\n"
    1211"Content-Type: text/plain; charset=UTF-8\n"
    1312"Content-Transfer-Encoding: 8bit\n"
    14 "X-Generator: Loco https://localise.biz/"
     13"Plural-Forms: nplurals=2; plural=n != 1;\n"
     14"X-Generator: Poedit 2.1.1\n"
    1515
    16 #. Name of the plugin
    1716#: inc/cpt/FAQs.php:26 inc/cpt/FAQs.php:32 inc/cpt/FAQs.php:38
    1817msgid "FAQs"
     
    2726#: inc/cpt/FAQs.php:28 inc/tax/catFaqs.php:26
    2827msgid "Add New"
    29 msgstr "Adicionar "
     28msgstr "Adicionar  "
    3029
    3130#: inc/cpt/FAQs.php:29 inc/tax/catFaqs.php:27
     
    7574#: inc/tax/catFaqs.php:24 inc/tax/catFaqs.php:30 inc/tax/catFaqs.php:33
    7675#: inc/tax/catFaqs.php:34 inc/tax/catFaqs.php:36
    77 msgid "Categories"
    78 msgstr "Categorias"
     76msgid "FAQ Categories"
     77msgstr "Categorias de FAQ"
    7978
    8079#: inc/tax/catFaqs.php:25 inc/tax/catFaqs.php:27 inc/tax/catFaqs.php:28
    8180#: inc/tax/catFaqs.php:29 inc/tax/catFaqs.php:31 inc/tax/catFaqs.php:32
    82 msgid "Category"
    83 msgstr "Categoria"
     81msgid "FAQ Category"
     82msgstr "Categoria de FAQ"
    8483
    85 #: inc/tinymce/Buttons.php:69
    86 msgid "Add FAQs List"
    87 msgstr "Adicionar lista de FAQs"
    88 
    89 #. Description of the plugin
    90 msgid "Show FAQs in a nice way"
    91 msgstr ""
    92 
    93 #. Author of the plugin
    94 msgid "Luis Melo - NIT"
    95 msgstr ""
    96 
    97 #. Author URI of the plugin
    98 msgid "http://luisfbmelo.com/"
    99 msgstr ""
     84#~ msgid "Add FAQs List"
     85#~ msgstr "Adicionar lista de FAQs"
  • nice-faqs-from-nit/tags/1.1/languages/nit-faqs.pot

    r1913606 r1959102  
    44"Project-Id-Version: FAQs\n"
    55"Report-Msgid-Bugs-To: \n"
    6 "POT-Creation-Date: 2018-06-29 14:22+0000\n"
     6"POT-Creation-Date: 2018-10-19 11:55+0000\n"
    77"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    88"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    9 "Language-Team: \n"
    10 "Language: \n"
     9"Language-Team: Luis Melo\n"
    1110"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
    1211"MIME-Version: 1.0\n"
    1312"Content-Type: text/plain; charset=UTF-8\n"
    1413"Content-Transfer-Encoding: 8bit\n"
    15 "X-Generator: Loco https://localise.biz/"
     14"X-Generator: Poedit 2.1.1\n"
     15"X-Poedit-KeywordsList: __;_e\n"
     16"X-Poedit-Basepath: ..\n"
     17"X-Poedit-SearchPath-0: .\n"
    1618
    17 #. Name of the plugin
    1819#: inc/cpt/FAQs.php:26 inc/cpt/FAQs.php:32 inc/cpt/FAQs.php:38
    1920msgid "FAQs"
     
    7677#: inc/tax/catFaqs.php:24 inc/tax/catFaqs.php:30 inc/tax/catFaqs.php:33
    7778#: inc/tax/catFaqs.php:34 inc/tax/catFaqs.php:36
    78 msgid "Categories"
     79msgid "FAQ Categories"
    7980msgstr ""
    8081
    8182#: inc/tax/catFaqs.php:25 inc/tax/catFaqs.php:27 inc/tax/catFaqs.php:28
    8283#: inc/tax/catFaqs.php:29 inc/tax/catFaqs.php:31 inc/tax/catFaqs.php:32
    83 msgid "Category"
     84msgid "FAQ Category"
    8485msgstr ""
    85 
    86 #: inc/tinymce/Buttons.php:69
    87 msgid "Add FAQs List"
    88 msgstr ""
    89 
    90 #. Description of the plugin
    91 msgid "Show FAQs in a nice way"
    92 msgstr ""
    93 
    94 #. Author of the plugin
    95 msgid "Luis Melo - NIT"
    96 msgstr ""
    97 
    98 #. Author URI of the plugin
    99 msgid "http://luisfbmelo.com/"
    100 msgstr ""
  • nice-faqs-from-nit/tags/1.1/readme.txt

    r1913606 r1959102  
    55Tested up to: 4.9.6
    66Requires PHP: 7.0
    7 Stable tag: 1.0
     7Stable tag: 1.1
    88
    99A nice way to show a list of FAQs
     
    2121== Changelog ==
    2222
     23= 1.1 =
     24* Changed translation strings in .pot and .po files
     25* Removed console.log from JS scripts
     26
    2327= 1.0 =
    2428* First release
  • nice-faqs-from-nit/trunk/README.md

    r1913606 r1959102  
    2121
    2222## Changelog
     23### 1.1
     24* Changed translation strings in .pot and .po files
     25* Removed console.log from JS scripts
    2326
    2427### 1.0
  • nice-faqs-from-nit/trunk/assets/js/index.js

    r1913606 r1959102  
    2828    });
    2929})(jQuery);
    30 console.log("BOOM");
  • nice-faqs-from-nit/trunk/inc/tax/catFaqs.php

    r1913606 r1959102  
    2222
    2323        $labels = array(
    24             'name'               => __( 'Categories', 'nit-faqs'),
    25             'singular_name'      => __( 'Category', 'nit-faqs'),
     24            'name'               => __( 'FAQ Categories', 'nit-faqs'),
     25            'singular_name'      => __( 'FAQ Category', 'nit-faqs'),
    2626            'add_new'            => __( 'Add New', 'nit-faqs'),
    27             'add_new_item'       => sprintf( __( 'Add New %s' , 'nit-faqs'), __('Category', 'nit-faqs')),
    28             'edit_item'          => sprintf( __( 'Edit %s' , 'nit-faqs'), __('Category', 'nit-faqs')),
    29             'new_item'           => sprintf( __( 'New %s' , 'nit-faqs'), __('Category', 'nit-faqs')),
    30             'all_items'          => sprintf( __( 'All %s' , 'nit-faqs'), __('Categories', 'nit-faqs')),
    31             'view_item'          => sprintf( __( 'View %s' , 'nit-faqs'), __('Category', 'nit-faqs')),
    32             'search_items'       => sprintf( __( 'Search %s' , 'nit-faqs'), __('Category', 'nit-faqs')),
    33             'not_found'          => sprintf( __( 'No %s found' , 'nit-faqs'), __('Categories', 'nit-faqs')),
    34             'not_found_in_trash' => sprintf( __( 'No %s found in the Trash' , 'nit-faqs'), __('Categories', 'nit-faqs')),
     27            'add_new_item'       => sprintf( __( 'Add New %s' , 'nit-faqs'), __('FAQ Category', 'nit-faqs')),
     28            'edit_item'          => sprintf( __( 'Edit %s' , 'nit-faqs'), __('FAQ Category', 'nit-faqs')),
     29            'new_item'           => sprintf( __( 'New %s' , 'nit-faqs'), __('FAQ Category', 'nit-faqs')),
     30            'all_items'          => sprintf( __( 'All %s' , 'nit-faqs'), __('FAQ Categories', 'nit-faqs')),
     31            'view_item'          => sprintf( __( 'View %s' , 'nit-faqs'), __('FAQ Category', 'nit-faqs')),
     32            'search_items'       => sprintf( __( 'Search %s' , 'nit-faqs'), __('FAQ Category', 'nit-faqs')),
     33            'not_found'          => sprintf( __( 'No %s found' , 'nit-faqs'), __('FAQ Categories', 'nit-faqs')),
     34            'not_found_in_trash' => sprintf( __( 'No %s found in the Trash' , 'nit-faqs'), __('FAQ Categories', 'nit-faqs')),
    3535            'parent_item_colon'  => null,
    36             'menu_name'          => __('Categories', 'nit-faqs')
     36            'menu_name'          => __('FAQ Categories', 'nit-faqs')
    3737        );
    3838
  • nice-faqs-from-nit/trunk/index.php

    r1913606 r1959102  
    33 * Plugin Name: Nice FAQs from NIT
    44 * Description: Show FAQs in a nice way
    5  * Version: 1.0
     5 * Version: 1.1
    66 * Author: Luis Melo - NIT
    77 * Author URI: http://luisfbmelo.com/
  • nice-faqs-from-nit/trunk/languages/nit-faqs-pt_PT.po

    r1913606 r1959102  
    33"Project-Id-Version: FAQs\n"
    44"Report-Msgid-Bugs-To: \n"
    5 "POT-Creation-Date: 2018-06-29 14:22+0000\n"
    6 "PO-Revision-Date: 2018-06-29 14:53+0000\n"
     5"POT-Creation-Date: 2018-10-19 11:55+0000\n"
     6"PO-Revision-Date: 2018-10-19 11:56+0000\n"
    77"Last-Translator: administrator <[email protected]>\n"
    88"Language-Team: Português\n"
    99"Language: pt_PT\n"
    10 "Plural-Forms: nplurals=2; plural=n != 1;\n"
    1110"MIME-Version: 1.0\n"
    1211"Content-Type: text/plain; charset=UTF-8\n"
    1312"Content-Transfer-Encoding: 8bit\n"
    14 "X-Generator: Loco https://localise.biz/"
     13"Plural-Forms: nplurals=2; plural=n != 1;\n"
     14"X-Generator: Poedit 2.1.1\n"
    1515
    16 #. Name of the plugin
    1716#: inc/cpt/FAQs.php:26 inc/cpt/FAQs.php:32 inc/cpt/FAQs.php:38
    1817msgid "FAQs"
     
    2726#: inc/cpt/FAQs.php:28 inc/tax/catFaqs.php:26
    2827msgid "Add New"
    29 msgstr "Adicionar "
     28msgstr "Adicionar  "
    3029
    3130#: inc/cpt/FAQs.php:29 inc/tax/catFaqs.php:27
     
    7574#: inc/tax/catFaqs.php:24 inc/tax/catFaqs.php:30 inc/tax/catFaqs.php:33
    7675#: inc/tax/catFaqs.php:34 inc/tax/catFaqs.php:36
    77 msgid "Categories"
    78 msgstr "Categorias"
     76msgid "FAQ Categories"
     77msgstr "Categorias de FAQ"
    7978
    8079#: inc/tax/catFaqs.php:25 inc/tax/catFaqs.php:27 inc/tax/catFaqs.php:28
    8180#: inc/tax/catFaqs.php:29 inc/tax/catFaqs.php:31 inc/tax/catFaqs.php:32
    82 msgid "Category"
    83 msgstr "Categoria"
     81msgid "FAQ Category"
     82msgstr "Categoria de FAQ"
    8483
    85 #: inc/tinymce/Buttons.php:69
    86 msgid "Add FAQs List"
    87 msgstr "Adicionar lista de FAQs"
    88 
    89 #. Description of the plugin
    90 msgid "Show FAQs in a nice way"
    91 msgstr ""
    92 
    93 #. Author of the plugin
    94 msgid "Luis Melo - NIT"
    95 msgstr ""
    96 
    97 #. Author URI of the plugin
    98 msgid "http://luisfbmelo.com/"
    99 msgstr ""
     84#~ msgid "Add FAQs List"
     85#~ msgstr "Adicionar lista de FAQs"
  • nice-faqs-from-nit/trunk/languages/nit-faqs.pot

    r1913606 r1959102  
    44"Project-Id-Version: FAQs\n"
    55"Report-Msgid-Bugs-To: \n"
    6 "POT-Creation-Date: 2018-06-29 14:22+0000\n"
     6"POT-Creation-Date: 2018-10-19 11:55+0000\n"
    77"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    88"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    9 "Language-Team: \n"
    10 "Language: \n"
     9"Language-Team: Luis Melo\n"
    1110"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
    1211"MIME-Version: 1.0\n"
    1312"Content-Type: text/plain; charset=UTF-8\n"
    1413"Content-Transfer-Encoding: 8bit\n"
    15 "X-Generator: Loco https://localise.biz/"
     14"X-Generator: Poedit 2.1.1\n"
     15"X-Poedit-KeywordsList: __;_e\n"
     16"X-Poedit-Basepath: ..\n"
     17"X-Poedit-SearchPath-0: .\n"
    1618
    17 #. Name of the plugin
    1819#: inc/cpt/FAQs.php:26 inc/cpt/FAQs.php:32 inc/cpt/FAQs.php:38
    1920msgid "FAQs"
     
    7677#: inc/tax/catFaqs.php:24 inc/tax/catFaqs.php:30 inc/tax/catFaqs.php:33
    7778#: inc/tax/catFaqs.php:34 inc/tax/catFaqs.php:36
    78 msgid "Categories"
     79msgid "FAQ Categories"
    7980msgstr ""
    8081
    8182#: inc/tax/catFaqs.php:25 inc/tax/catFaqs.php:27 inc/tax/catFaqs.php:28
    8283#: inc/tax/catFaqs.php:29 inc/tax/catFaqs.php:31 inc/tax/catFaqs.php:32
    83 msgid "Category"
     84msgid "FAQ Category"
    8485msgstr ""
    85 
    86 #: inc/tinymce/Buttons.php:69
    87 msgid "Add FAQs List"
    88 msgstr ""
    89 
    90 #. Description of the plugin
    91 msgid "Show FAQs in a nice way"
    92 msgstr ""
    93 
    94 #. Author of the plugin
    95 msgid "Luis Melo - NIT"
    96 msgstr ""
    97 
    98 #. Author URI of the plugin
    99 msgid "http://luisfbmelo.com/"
    100 msgstr ""
  • nice-faqs-from-nit/trunk/readme.txt

    r1913606 r1959102  
    55Tested up to: 4.9.6
    66Requires PHP: 7.0
    7 Stable tag: 1.0
     7Stable tag: 1.1
    88
    99A nice way to show a list of FAQs
     
    2121== Changelog ==
    2222
     23= 1.1 =
     24* Changed translation strings in .pot and .po files
     25* Removed console.log from JS scripts
     26
    2327= 1.0 =
    2428* First release
Note: See TracChangeset for help on using the changeset viewer.