Changeset 2705531
- Timestamp:
- 04/06/2022 07:00:54 AM (4 years ago)
- Location:
- dynamicconditions/trunk
- Files:
-
- 3 edited
-
Lib/DynamicTags/NumberPostsTag.php (modified) (1 diff)
-
README.txt (modified) (1 diff)
-
dynamic-conditions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dynamicconditions/trunk/Lib/DynamicTags/NumberPostsTag.php
r2222715 r2705531 31 31 } 32 32 33 protected function _register_controls() {33 protected function register_controls() { 34 34 35 35 $this->add_control( -
dynamicconditions/trunk/README.txt
r2511388 r2705531 5 5 Requires at least: 5.0 6 6 Requires PHP: 7.0 7 Tested up to: 5. 78 Stable tag: 1.5. 17 Tested up to: 5.9 8 Stable tag: 1.5.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
dynamicconditions/trunk/dynamic-conditions.php
r2511388 r2705531 23 23 * Plugin URI: https://github.com/RTO-Websites/dynamic-conditions 24 24 * Description: Activates conditions for dynamic tags to show/hides a widget. 25 * Version: 1.5. 125 * Version: 1.5.2 26 26 * Author: RTO GmbH 27 27 * Author URI: https://www.rto.de … … 37 37 } 38 38 39 define( 'DynamicConditions_VERSION', '1.5. 1' );39 define( 'DynamicConditions_VERSION', '1.5.2' ); 40 40 41 41 define( 'DynamicConditions_DIR', str_replace( '\\', '/', __DIR__ ) );
Note: See TracChangeset
for help on using the changeset viewer.