Plugin Directory

Changeset 2410359


Ignore:
Timestamp:
10/31/2020 02:56:17 PM (5 years ago)
Author:
etalented
Message:

v1.0.2

Location:
hide-admin-notices/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • hide-admin-notices/trunk/README.txt

    r2410326 r2410359  
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1111
    12 A lightweight plugin that hides all Notices, Update Nags & Messages in your WordPress Admin allowing you to focus on what's important - your content.
     12A lightweight plugin that hides all Notices, Update Nags & Messages in your WordPress Admin allowing you to focus on your content.
    1313
    1414== Description ==
     
    7979== Changelog ==
    8080
     81= 1.0.2 =
     82* Language update
     83
    8184= 1.0.1 =
    8285* WordPress 5.5.3 support
  • hide-admin-notices/trunk/hide-admin-notices.php

    r2410326 r2410359  
    99 * Plugin URI:        https://theeasyweb.co/hide-admin-notices
    1010 * Description:       A lightweight plugin that hides all Notices, Update Nags & Messages in your WordPress Admin.
    11  * Version:           1.0.1
     11 * Version:           1.0.2
    1212 * Author:            The Easy Web Co.
    1313 * Author URI:        https://theeasyweb.co
  • hide-admin-notices/trunk/includes/class-hide-admin-notices.php

    r2410326 r2410359  
    6969        define( 'HIDE_ADMIN_NOTICES_VERSION', $this->version );
    7070        define( 'HIDE_ADMIN_NOTICES_NAME', $this->plugin_name );
    71         define( 'HIDE_ADMIN_NOTICES_DONATE_LINK', 'https://www.buymeacoffee.com/jonpontet' );
     71        define( 'HIDE_ADMIN_NOTICES_DONATE_LINK', 'https://www.buymeacoffee.com/theeasyweb' );
    7272    }
    7373
  • hide-admin-notices/trunk/languages/hide-admin-notices-fr_FR.po

    r2410326 r2410359  
    22msgstr ""
    33"Project-Id-Version: Hide Admin Notices\n"
    4 "POT-Creation-Date: 2020-04-01 18:41+0200\n"
    5 "PO-Revision-Date: 2020-04-01 18:46+0200\n"
     4"POT-Creation-Date: 2020-10-31 15:44+0100\n"
     5"PO-Revision-Date: 2020-10-31 15:46+0100\n"
    66"Last-Translator: \n"
    77"Language-Team: \n"
     
    1111"Content-Transfer-Encoding: 8bit\n"
    1212"Plural-Forms: nplurals=2; plural=(n > 1);\n"
    13 "X-Generator: Poedit 2.3\n"
     13"X-Generator: Poedit 2.3.1\n"
    1414"X-Poedit-Basepath: ..\n"
    1515"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
     
    4444#. Plugin Name of the plugin/theme
    4545msgid "Hide Admin Notices"
    46 msgstr ""
     46msgstr "Cacher les notifications administrateur WordPress"
    4747
    4848#. Plugin URI of the plugin/theme
    4949msgid "https://theeasyweb.co/hide-admin-notices"
    50 msgstr ""
     50msgstr "https://theeasyweb.co/hide-admin-notices"
    5151
    5252#. Description of the plugin/theme
    5353msgid ""
    54 "Hide the clutter in your WordPress Admin and focus on what's important - "
    55 "your content."
     54"A lightweight plugin that hides all Notices, Update Nags & Messages in your "
     55"WordPress Admin."
    5656msgstr ""
     57"Un plugin léger qui cache tous les notifications et messages dans votre "
     58"administrateur WordPress."
    5759
    5860#. Author of the plugin/theme
    59 msgid "Jon Pontet"
    60 msgstr ""
     61msgid "The Easy Web Co."
     62msgstr "The Easy Web Co."
    6163
    6264#. Author URI of the plugin/theme
    6365msgid "https://theeasyweb.co"
    64 msgstr ""
     66msgstr "https://theeasyweb.co"
  • hide-admin-notices/trunk/languages/hide-admin-notices.pot

    r2410326 r2410359  
    44"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
    55"Project-Id-Version: Hide Admin Notices\n"
    6 "POT-Creation-Date: 2020-04-01 18:44+0200\n"
     6"POT-Creation-Date: 2020-10-31 15:44+0100\n"
    77"PO-Revision-Date: 2020-03-28 23:03+0100\n"
    88"Last-Translator: \n"
     
    1111"Content-Type: text/plain; charset=UTF-8\n"
    1212"Content-Transfer-Encoding: 8bit\n"
    13 "X-Generator: Poedit 2.3\n"
     13"X-Generator: Poedit 2.3.1\n"
    1414"X-Poedit-Basepath: ..\n"
    1515"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
     
    5252#. Description of the plugin/theme
    5353msgid ""
    54 "Hide the clutter in your WordPress Admin and focus on what's important - "
    55 "your content."
     54"A lightweight plugin that hides all Notices, Update Nags & Messages in "
     55"your WordPress Admin."
    5656msgstr ""
    5757
    5858#. Author of the plugin/theme
    59 msgid "Jon Pontet"
     59msgid "The Easy Web Co."
    6060msgstr ""
    6161
Note: See TracChangeset for help on using the changeset viewer.