Changeset 2585348
- Timestamp:
- 08/19/2021 09:58:25 AM (5 years ago)
- Location:
- resoc/trunk
- Files:
-
- 1 added
- 3 edited
-
README.txt (modified) (2 diffs)
-
admin/class-resoc-settings.php (modified) (1 diff)
-
admin/img/basic04.jpg (added)
-
resoc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
resoc/trunk/README.txt
r2570651 r2585348 5 5 Requires at least: 5.0 6 6 Tested up to: 5.8 7 Stable tag: 1.0.1 07 Stable tag: 1.0.11 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.11 = 84 * New Basic04 template 85 83 86 = 1.0.10 = 84 87 * Plugin tested up to WordPress 5.8 -
resoc/trunk/admin/class-resoc-settings.php
r2556202 r2585348 203 203 <?php 204 204 205 foreach( [ 'basic01', 'basic02', 'basic03' ] as $template ) {205 foreach( [ 'basic01', 'basic02', 'basic03', 'basic04' ] as $template ) { 206 206 ?> 207 207 <div class="resoc-template"> -
resoc/trunk/resoc.php
r2570651 r2585348 17 17 * Plugin URI: https://resoc.io/resoc-uri/ 18 18 * Description: Improve the images used to illustrate your content when it is share on social networks and messaging services. 19 * Version: 1.0.1 019 * Version: 1.0.11 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.1 0' );38 define( 'RESOC_VERSION', '1.0.11' ); 39 39 40 40 /**
Note: See TracChangeset
for help on using the changeset viewer.