Changeset 3477044
- Timestamp:
- 03/07/2026 12:41:32 PM (4 weeks ago)
- Location:
- webfiable-info
- Files:
-
- 12 added
- 12 edited
- 1 copied
-
tags/2.1.2 (copied) (copied from webfiable-info/trunk)
-
tags/2.1.2/assets (added)
-
tags/2.1.2/assets/css (added)
-
tags/2.1.2/assets/css/admin.css (added)
-
tags/2.1.2/assets/css/notice.css (added)
-
tags/2.1.2/assets/img (added)
-
tags/2.1.2/assets/img/icon.png (added)
-
tags/2.1.2/includes/constants.php (modified) (1 diff)
-
tags/2.1.2/languages/webfiable-info-es_ES.mo (modified) (previous)
-
tags/2.1.2/languages/webfiable-info-es_ES.po (modified) (1 diff)
-
tags/2.1.2/languages/webfiable-info.pot (modified) (1 diff)
-
tags/2.1.2/readme.txt (modified) (3 diffs)
-
tags/2.1.2/webfiable-info.php (modified) (1 diff)
-
trunk/assets (added)
-
trunk/assets/css (added)
-
trunk/assets/css/admin.css (added)
-
trunk/assets/css/notice.css (added)
-
trunk/assets/img (added)
-
trunk/assets/img/icon.png (added)
-
trunk/includes/constants.php (modified) (1 diff)
-
trunk/languages/webfiable-info-es_ES.mo (modified) (previous)
-
trunk/languages/webfiable-info-es_ES.po (modified) (1 diff)
-
trunk/languages/webfiable-info.pot (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/webfiable-info.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
webfiable-info/tags/2.1.2/includes/constants.php
r3477036 r3477044 10 10 11 11 // Keep version in sync with header. 12 define( 'WEBFIABLE_INFO_VERSION', '2.1. 1' );12 define( 'WEBFIABLE_INFO_VERSION', '2.1.2' ); 13 13 14 14 // Public endpoint slug. -
webfiable-info/tags/2.1.2/languages/webfiable-info-es_ES.po
r3477036 r3477044 4 4 msgid "" 5 5 msgstr "" 6 "Project-Id-Version: Webfiable Info 2.1. 1\n"6 "Project-Id-Version: Webfiable Info 2.1.2\n" 7 7 "Report-Msgid-Bugs-To: https://webfiable.com\n" 8 8 "POT-Creation-Date: 2026-03-07 00:00+0000\n" -
webfiable-info/tags/2.1.2/languages/webfiable-info.pot
r3477036 r3477044 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Webfiable Info 2.1. 1\n"5 "Project-Id-Version: Webfiable Info 2.1.2\n" 6 6 "Report-Msgid-Bugs-To: https://webfiable.com\n" 7 7 "POT-Creation-Date: 2026-03-07 00:00+0000\n" -
webfiable-info/tags/2.1.2/readme.txt
r3477036 r3477044 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 2.1. 17 Stable tag: 2.1.2 8 8 License: GPLv3 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 84 84 == Changelog == 85 85 86 = 2.1.2 = 87 * Fix .distignore excluding assets/ from published builds, which broke CSS and images. 88 86 89 = 2.1.1 = 87 90 * Add full Spanish (es_ES) translation with fallback for all es_* locales. … … 122 125 == Upgrade Notice == 123 126 127 = 2.1.2 = 128 Fix missing styles and images in published builds. 129 124 130 = 2.1.1 = 125 131 Full Spanish translation and minor code-quality fixes. -
webfiable-info/tags/2.1.2/webfiable-info.php
r3477036 r3477044 4 4 * Plugin URI: https://wordpress.org/plugins/webfiable-info/ 5 5 * Description: Ensure your website's security posture and configuration health with monitoring and recommendations. 6 * Version: 2.1. 16 * Version: 2.1.2 7 7 * Author: Webfiable Team 8 8 * Author URI: https://webfiable.com -
webfiable-info/trunk/includes/constants.php
r3477036 r3477044 10 10 11 11 // Keep version in sync with header. 12 define( 'WEBFIABLE_INFO_VERSION', '2.1. 1' );12 define( 'WEBFIABLE_INFO_VERSION', '2.1.2' ); 13 13 14 14 // Public endpoint slug. -
webfiable-info/trunk/languages/webfiable-info-es_ES.po
r3477036 r3477044 4 4 msgid "" 5 5 msgstr "" 6 "Project-Id-Version: Webfiable Info 2.1. 1\n"6 "Project-Id-Version: Webfiable Info 2.1.2\n" 7 7 "Report-Msgid-Bugs-To: https://webfiable.com\n" 8 8 "POT-Creation-Date: 2026-03-07 00:00+0000\n" -
webfiable-info/trunk/languages/webfiable-info.pot
r3477036 r3477044 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Webfiable Info 2.1. 1\n"5 "Project-Id-Version: Webfiable Info 2.1.2\n" 6 6 "Report-Msgid-Bugs-To: https://webfiable.com\n" 7 7 "POT-Creation-Date: 2026-03-07 00:00+0000\n" -
webfiable-info/trunk/readme.txt
r3477036 r3477044 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 2.1. 17 Stable tag: 2.1.2 8 8 License: GPLv3 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 84 84 == Changelog == 85 85 86 = 2.1.2 = 87 * Fix .distignore excluding assets/ from published builds, which broke CSS and images. 88 86 89 = 2.1.1 = 87 90 * Add full Spanish (es_ES) translation with fallback for all es_* locales. … … 122 125 == Upgrade Notice == 123 126 127 = 2.1.2 = 128 Fix missing styles and images in published builds. 129 124 130 = 2.1.1 = 125 131 Full Spanish translation and minor code-quality fixes. -
webfiable-info/trunk/webfiable-info.php
r3477036 r3477044 4 4 * Plugin URI: https://wordpress.org/plugins/webfiable-info/ 5 5 * Description: Ensure your website's security posture and configuration health with monitoring and recommendations. 6 * Version: 2.1. 16 * Version: 2.1.2 7 7 * Author: Webfiable Team 8 8 * Author URI: https://webfiable.com
Note: See TracChangeset
for help on using the changeset viewer.