Changeset 2549439
- Timestamp:
- 06/17/2021 06:21:24 AM (5 years ago)
- Location:
- resoc/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
admin/partials/appearance.php (modified) (1 diff)
-
resoc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
resoc/trunk/README.txt
r2548956 r2549439 5 5 Requires at least: 5.0 6 6 Tested up to: 5.7.2 7 Stable tag: 1.0. 57 Stable tag: 1.0.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 81 81 == Changelog == 82 82 83 = 1.0.6 = 84 * More explicit message on settings change 85 83 86 = 1.0.5 = 84 87 * Use the actual post title -
resoc/trunk/admin/partials/appearance.php
r2544870 r2549439 1 1 <?php 2 2 if ( isset( $_GET['settings-updated'] ) ) { 3 add_settings_error( 'resoc_messages', 'resoc_message', 'Settings Saved', 'updated' ); 3 add_settings_error( 'resoc_messages', 'resoc_message', 4 '<p>Settings Saved! To see your template in action:</p><ul><li>Edit an existing post or start a new one</li><li>Make sure it has a featured image</li><li>Submit its URL to the <a href="https://developers.facebook.com/tools/debug/" target="_blank">Facebook debugger</a></li></ul>', 5 'updated' ); 4 6 } 5 7 -
resoc/trunk/resoc.php
r2548956 r2549439 17 17 * Plugin URI: https://resoc.io/resoc-uri/ 18 18 * Description: This is a short description of what the plugin does. It's displayed in the WordPress admin area. 19 * Version: 1.0. 519 * Version: 1.0.6 20 20 * Author: Resoc 21 21 * Author URI: https://resoc.io/ … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'RESOC_VERSION', '1.0. 5' );38 define( 'RESOC_VERSION', '1.0.6' ); 39 39 40 40 /**
Note: See TracChangeset
for help on using the changeset viewer.