Changeset 3155045
- Timestamp:
- 09/20/2024 07:36:44 AM (19 months ago)
- Location:
- wpscreens/trunk
- Files:
-
- 5 edited
-
README.md (modified) (1 diff)
-
README.txt (modified) (1 diff)
-
readme.md (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
wp-screens.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpscreens/trunk/README.md
r3155015 r3155045 1 1 # WPScreens 2 2 3 **Contributors:** WPScreens 4 **Donate link:** [wpscreens.com](https://www.wpscreens.com) 3 **Contributors:** WPScreens 4 **Donate link:** [wpscreens.com](https://www.wpscreens.com) 5 5 **Tags:** slider, wpscreens, digital signage, remote screen, narrowcasting 6 **Requires at least:** 4.7 7 **Tested up to:** 6.6.1 8 **Requires PHP:** 7.4 9 **License:** GPLv2 or later 10 **License URI:** [http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html) 11 **Stable tag:** 2.5.2 12 **Version:** 2.5.2 6 **Requires at least:** 4.7 7 **Tested up to:** 6.6.1 8 **Requires PHP:** 7.4 9 **License:** GPLv2 or later 10 **License URI:** [http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html) 11 **Stable tag:** 2.5.2 12 **Version:** 2.5.2 13 13 14 14 The friendliest free narrowcasting (digital signage) system for WordPress or the cloud, with an easy setup for on-screen presentations. -
wpscreens/trunk/README.txt
r3155028 r3155045 60 60 == Changelog == 61 61 62 = 2.5.2 = 62 = 2.5.2 = 63 63 * Tested for WordPress 6.6.1 64 64 * Added new function: Addon functionality 65 65 66 = 2.1 = 66 = 2.1 = 67 67 * Tested for WordPress 6.5 68 68 * Added new function: Splitscreens 69 69 70 = 2.0 = 70 = 2.0 = 71 71 * Tested for WordPress 6.2 72 72 * Added new function: Message ticker 73 73 74 = 1.5 = 74 = 1.5 = 75 75 * Tested for WordPress 6.1.1 76 76 * Added languages for Date and Time 77 77 78 = 1.4 = 78 = 1.4 = 79 79 * Tested for WordPress 6.0 80 80 * Removed (broken) Master Slider WP compatibility 81 81 * Added Free Depicter slider compatibility 82 82 83 = 1.3 = 83 = 1.3 = 84 84 * Fixed issue with ACF 85 85 * Scrollbar removed from displays 86 86 87 = 1.2 = 87 = 1.2 = 88 88 * Increased amount of display to 10 for Pro version 89 89 90 = 1.1 = 90 = 1.1 = 91 91 * Password protection 92 92 93 = 1.0 = 93 = 1.0 = 94 94 * Initial release -
wpscreens/trunk/readme.md
r3155015 r3155045 1 1 # WPScreens 2 2 3 **Contributors:** WPScreens 4 **Donate link:** [wpscreens.com](https://www.wpscreens.com) 3 **Contributors:** WPScreens 4 **Donate link:** [wpscreens.com](https://www.wpscreens.com) 5 5 **Tags:** slider, wpscreens, digital signage, remote screen, narrowcasting 6 **Requires at least:** 4.7 7 **Tested up to:** 6.6.1 8 **Requires PHP:** 7.4 9 **License:** GPLv2 or later 10 **License URI:** [http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html) 11 **Stable tag:** 2.5.2 12 **Version:** 2.5.2 6 **Requires at least:** 4.7 7 **Tested up to:** 6.6.1 8 **Requires PHP:** 7.4 9 **License:** GPLv2 or later 10 **License URI:** [http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html) 11 **Stable tag:** 2.5.2 12 **Version:** 2.5.2 13 13 14 14 The friendliest free narrowcasting (digital signage) system for WordPress or the cloud, with an easy setup for on-screen presentations. -
wpscreens/trunk/readme.txt
r3155044 r3155045 60 60 == Changelog == 61 61 62 = 2.5.2 = 62 = 2.5.2 = 63 63 * Tested for WordPress 6.6.1 64 64 * Added new function: Addon functionality 65 65 66 = 2.1 = 66 = 2.1 = 67 67 * Tested for WordPress 6.5 68 68 * Added new function: Splitscreens 69 69 70 = 2.0 = 70 = 2.0 = 71 71 * Tested for WordPress 6.2 72 72 * Added new function: Message ticker 73 73 74 = 1.5 = 74 = 1.5 = 75 75 * Tested for WordPress 6.1.1 76 76 * Added languages for Date and Time 77 77 78 = 1.4 = 78 = 1.4 = 79 79 * Tested for WordPress 6.0 80 80 * Removed (broken) Master Slider WP compatibility 81 81 * Added Free Depicter slider compatibility 82 82 83 = 1.3 = 83 = 1.3 = 84 84 * Fixed issue with ACF 85 85 * Scrollbar removed from displays 86 86 87 = 1.2 = 87 = 1.2 = 88 88 * Increased amount of display to 10 for Pro version 89 89 90 = 1.1 = 90 = 1.1 = 91 91 * Password protection 92 92 93 = 1.0 = 93 = 1.0 = 94 94 * Initial release -
wpscreens/trunk/wp-screens.php
r3155042 r3155045 115 115 116 116 function restrict_publish_post($post_ID, $post) { 117 117 118 118 if($post->post_type === 'displays'){ 119 119 $wpscreens_valid_licanse = get_option('wpscreens_valid_licance'); 120 120 121 121 $wp_screens_addon_valid_license = get_option('wpscreens_valid_licence_addon'); 122 122 … … 148 148 ); 149 149 150 150 151 151 $all_posts = get_posts($args); 152 152 $total_posts = count($all_posts);
Note: See TracChangeset
for help on using the changeset viewer.