Changeset 3352435
- Timestamp:
- 08/29/2025 06:54:36 AM (7 months ago)
- Location:
- myagileprivacy/trunk
- Files:
-
- 4 edited
-
frontend/my-agile-privacy-frontend.php (modified) (1 diff)
-
frontend/views/my-agile-privacy-notify.php (modified) (1 diff)
-
my-agile-privacy.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
myagileprivacy/trunk/frontend/my-agile-privacy-frontend.php
r3324742 r3352435 1456 1456 } 1457 1457 1458 $elem['post_title'] = $_map_translations_decoded[ $language_key ]['name']; 1459 $elem['post_content'] = $_map_translations_decoded[ $language_key ]['text']; 1458 if( isset( $_map_translations_decoded[ $language_key ] ) ) 1459 { 1460 $elem['post_title'] = $_map_translations_decoded[ $language_key ]['name']; 1461 $elem['post_content'] = $_map_translations_decoded[ $language_key ]['text']; 1462 } 1463 else 1464 { 1465 $elem['post_title'] = ''; 1466 $elem['post_content'] = ''; 1467 } 1460 1468 } 1461 1469 } -
myagileprivacy/trunk/frontend/views/my-agile-privacy-notify.php
r3329410 r3352435 80 80 $map_heading_style = 'background-color:'.$the_settings['heading_background_color'].'; color: '.$the_settings['heading_text_color'].';'; 81 81 82 $map_close_button_style = ( $the_settings['title_is_on'] == true ) ? 'color: '.$the_settings['heading_text_color'].' ;' : 'color: '.$the_settings['text'].';';82 $map_close_button_style = ( $the_settings['title_is_on'] == true ) ? 'color: '.$the_settings['heading_text_color'].'!important;' : 'color: '.$the_settings['text'].'!important;'; 83 83 84 84 //graphic settings -
myagileprivacy/trunk/my-agile-privacy.php
r3329410 r3352435 6 6 * Plugin URI: https://www.myagileprivacy.com/ 7 7 * Description: The only GDPR solution for WordPress that you can truly trust. 8 * Version: 3.1.1 18 * Version: 3.1.12 9 9 * Requires at least: 4.4.0 10 10 * Requires PHP: 5.6 … … 17 17 */ 18 18 19 define( 'MAP_PLUGIN_VERSION', '3.1.1 1' );19 define( 'MAP_PLUGIN_VERSION', '3.1.12' ); 20 20 define( 'MAP_PLUGIN_NAME', 'my-agile-privacy' ); 21 21 define( 'MAP_PLUGIN_SLUG', 'myagileprivacy' ); -
myagileprivacy/trunk/readme.txt
r3329410 r3352435 5 5 Requires at least: 4.4.0 6 6 Tested up to: 6.8 7 Stable tag: 3.1.1 17 Stable tag: 3.1.12 8 8 Requires PHP: 5.6 9 9 License: GPLv3 … … 100 100 101 101 == Changelog == 102 103 = 3.1.12 104 * Frontend fix 102 105 103 106 = 3.1.11
Note: See TracChangeset
for help on using the changeset viewer.