Changeset 2264038
- Timestamp:
- 03/19/2020 05:03:25 PM (6 years ago)
- Location:
- cleverpush
- Files:
-
- 4 edited
- 1 copied
-
tags/v1.0.11 (copied) (copied from cleverpush/trunk)
-
tags/v1.0.11/cleverpush.php (modified) (1 diff)
-
tags/v1.0.11/readme.txt (modified) (2 diffs)
-
trunk/cleverpush.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cleverpush/tags/v1.0.11/cleverpush.php
r2264026 r2264038 1007 1007 }); 1008 1008 1009 $path = plugin_dir_path( __FILE__ ) . ' includes/story-template.php';1009 $path = plugin_dir_path( __FILE__ ) . 'cleverpush-story.php'; 1010 1010 if (file_exists($path)) { 1011 1011 return $path; -
cleverpush/tags/v1.0.11/readme.txt
r2264026 r2264038 6 6 Requires at least: 2.7 7 7 Tested up to: 5.3 8 Stable tag: 1.0.1 08 Stable tag: 1.0.11 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 29 29 30 30 == ChangeLog == 31 32 = 1.0.11 33 * CleverPush Story fixes (5) 31 34 32 35 = 1.0.10 -
cleverpush/trunk/cleverpush.php
r2264026 r2264038 1007 1007 }); 1008 1008 1009 $path = plugin_dir_path( __FILE__ ) . ' includes/story-template.php';1009 $path = plugin_dir_path( __FILE__ ) . 'cleverpush-story.php'; 1010 1010 if (file_exists($path)) { 1011 1011 return $path; -
cleverpush/trunk/readme.txt
r2264026 r2264038 6 6 Requires at least: 2.7 7 7 Tested up to: 5.3 8 Stable tag: 1.0.1 08 Stable tag: 1.0.11 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 29 29 30 30 == ChangeLog == 31 32 = 1.0.11 33 * CleverPush Story fixes (5) 31 34 32 35 = 1.0.10
Note: See TracChangeset
for help on using the changeset viewer.