Changeset 1667556
- Timestamp:
- 05/31/2017 09:11:34 AM (9 years ago)
- Location:
- cookie-notification
- Files:
-
- 4 edited
-
branches/cookie-notification/cookie-notification.php (modified) (2 diffs)
-
branches/cookie-notification/readme.txt (modified) (2 diffs)
-
tags/cookie-notification/cookie-notification.php (modified) (2 diffs)
-
tags/cookie-notification/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cookie-notification/branches/cookie-notification/cookie-notification.php
r1667525 r1667556 6 6 Description: Displays customizable cookie notifications. Includes a preview function for viewing your changes before your users do. 7 7 Author URI: https://www.plugins.w-academy.dk 8 Version: 1. 18 Version: 1.2 9 9 Text Domain: cookie-notification 10 10 Domain Path: /languages … … 92 92 $cpwp_stringDisplayReadMore = ""; 93 93 94 $cpwp_languagePreview = __("Preview", " cookie-notification");94 $cpwp_languagePreview = __("Preview", "wordpress.org/plugins/cookie-notification"); 95 95 $cpwp_languageActive = __("Active", "cookie-notification"); 96 96 $cpwp_languageBackgroundColor = __("Background color", "cookie-notification"); -
cookie-notification/branches/cookie-notification/readme.txt
r1667525 r1667556 7 7 Requires at least: 4.7.5 8 8 Tested up to: 4.7.5 9 Stable Tag: 1. 110 Version: 1. 19 Stable Tag: 1.2 10 Version: 1.2 11 11 License: GPLv2 12 12 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 39 39 40 40 * Danish language support 41 42 = 1.2: Late May = 43 44 * Language fix -
cookie-notification/tags/cookie-notification/cookie-notification.php
r1667540 r1667556 6 6 Description: Displays customizable cookie notifications. Includes a preview function for viewing your changes before your users do. 7 7 Author URI: https://www.plugins.w-academy.dk 8 Version: 1. 18 Version: 1.2 9 9 Text Domain: cookie-notification 10 10 Domain Path: /languages … … 92 92 $cpwp_stringDisplayReadMore = ""; 93 93 94 $cpwp_languagePreview = __("Preview", " cookie-notification");94 $cpwp_languagePreview = __("Preview", "wordpress.org/plugins/cookie-notification"); 95 95 $cpwp_languageActive = __("Active", "cookie-notification"); 96 96 $cpwp_languageBackgroundColor = __("Background color", "cookie-notification"); -
cookie-notification/tags/cookie-notification/readme.txt
r1667540 r1667556 7 7 Requires at least: 4.7.5 8 8 Tested up to: 4.7.5 9 Stable Tag: 1. 110 Version: 1. 19 Stable Tag: 1.2 10 Version: 1.2 11 11 License: GPLv2 12 12 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 39 39 40 40 * Danish language support 41 42 = 1.2: Late May = 43 44 * Language fix
Note: See TracChangeset
for help on using the changeset viewer.