Plugin Directory

Changeset 3477044


Ignore:
Timestamp:
03/07/2026 12:41:32 PM (4 weeks ago)
Author:
webfiable
Message:

Update to version 2.1.2 from GitHub

Location:
webfiable-info
Files:
12 added
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • webfiable-info/tags/2.1.2/includes/constants.php

    r3477036 r3477044  
    1010
    1111// Keep version in sync with header.
    12 define( 'WEBFIABLE_INFO_VERSION', '2.1.1' );
     12define( 'WEBFIABLE_INFO_VERSION', '2.1.2' );
    1313
    1414// Public endpoint slug.
  • webfiable-info/tags/2.1.2/languages/webfiable-info-es_ES.po

    r3477036 r3477044  
    44msgid ""
    55msgstr ""
    6 "Project-Id-Version: Webfiable Info 2.1.1\n"
     6"Project-Id-Version: Webfiable Info 2.1.2\n"
    77"Report-Msgid-Bugs-To: https://webfiable.com\n"
    88"POT-Creation-Date: 2026-03-07 00:00+0000\n"
  • webfiable-info/tags/2.1.2/languages/webfiable-info.pot

    r3477036 r3477044  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Webfiable Info 2.1.1\n"
     5"Project-Id-Version: Webfiable Info 2.1.2\n"
    66"Report-Msgid-Bugs-To: https://webfiable.com\n"
    77"POT-Creation-Date: 2026-03-07 00:00+0000\n"
  • webfiable-info/tags/2.1.2/readme.txt

    r3477036 r3477044  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 2.1.1
     7Stable tag: 2.1.2
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    8484== Changelog ==
    8585
     86= 2.1.2 =
     87* Fix .distignore excluding assets/ from published builds, which broke CSS and images.
     88
    8689= 2.1.1 =
    8790* Add full Spanish (es_ES) translation with fallback for all es_* locales.
     
    122125== Upgrade Notice ==
    123126
     127= 2.1.2 =
     128Fix missing styles and images in published builds.
     129
    124130= 2.1.1 =
    125131Full Spanish translation and minor code-quality fixes.
  • webfiable-info/tags/2.1.2/webfiable-info.php

    r3477036 r3477044  
    44 * Plugin URI: https://wordpress.org/plugins/webfiable-info/
    55 * Description: Ensure your website's security posture and configuration health with monitoring and recommendations.
    6  * Version: 2.1.1
     6 * Version: 2.1.2
    77 * Author: Webfiable Team
    88 * Author URI: https://webfiable.com
  • webfiable-info/trunk/includes/constants.php

    r3477036 r3477044  
    1010
    1111// Keep version in sync with header.
    12 define( 'WEBFIABLE_INFO_VERSION', '2.1.1' );
     12define( 'WEBFIABLE_INFO_VERSION', '2.1.2' );
    1313
    1414// Public endpoint slug.
  • webfiable-info/trunk/languages/webfiable-info-es_ES.po

    r3477036 r3477044  
    44msgid ""
    55msgstr ""
    6 "Project-Id-Version: Webfiable Info 2.1.1\n"
     6"Project-Id-Version: Webfiable Info 2.1.2\n"
    77"Report-Msgid-Bugs-To: https://webfiable.com\n"
    88"POT-Creation-Date: 2026-03-07 00:00+0000\n"
  • webfiable-info/trunk/languages/webfiable-info.pot

    r3477036 r3477044  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Webfiable Info 2.1.1\n"
     5"Project-Id-Version: Webfiable Info 2.1.2\n"
    66"Report-Msgid-Bugs-To: https://webfiable.com\n"
    77"POT-Creation-Date: 2026-03-07 00:00+0000\n"
  • webfiable-info/trunk/readme.txt

    r3477036 r3477044  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 2.1.1
     7Stable tag: 2.1.2
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    8484== Changelog ==
    8585
     86= 2.1.2 =
     87* Fix .distignore excluding assets/ from published builds, which broke CSS and images.
     88
    8689= 2.1.1 =
    8790* Add full Spanish (es_ES) translation with fallback for all es_* locales.
     
    122125== Upgrade Notice ==
    123126
     127= 2.1.2 =
     128Fix missing styles and images in published builds.
     129
    124130= 2.1.1 =
    125131Full Spanish translation and minor code-quality fixes.
  • webfiable-info/trunk/webfiable-info.php

    r3477036 r3477044  
    44 * Plugin URI: https://wordpress.org/plugins/webfiable-info/
    55 * Description: Ensure your website's security posture and configuration health with monitoring and recommendations.
    6  * Version: 2.1.1
     6 * Version: 2.1.2
    77 * Author: Webfiable Team
    88 * Author URI: https://webfiable.com
Note: See TracChangeset for help on using the changeset viewer.