Changeset 2548956
- Timestamp:
- 06/16/2021 01:11:22 PM (5 years ago)
- Location:
- resoc/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
admin/class-resoc-admin.php (modified) (1 diff)
-
resoc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
resoc/trunk/README.txt
r2548933 r2548956 5 5 Requires at least: 5.0 6 6 Tested up to: 5.7.2 7 Stable tag: 1.0. 47 Stable tag: 1.0.5 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.5 = 84 * Use the actual post title 85 83 86 = 1.0.4 = 84 87 * Notice to guide user on activation -
resoc/trunk/admin/class-resoc-admin.php
r2548933 r2548956 89 89 'template' => $plugin_options[ Resoc_Settings::TEMPLATE ], 90 90 'parameters' => array( 91 'title' => 'Hello, world!',91 'title' => $post->post_title, 92 92 'backgroundColor' => $plugin_options[ Resoc_Settings::BACKGROUND_COLOR ], 93 93 'textColor' => $plugin_options[ Resoc_Settings::TEXT_COLOR ], -
resoc/trunk/resoc.php
r2548933 r2548956 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. 419 * Version: 1.0.5 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. 4' );38 define( 'RESOC_VERSION', '1.0.5' ); 39 39 40 40 /**
Note: See TracChangeset
for help on using the changeset viewer.